Commit d434ca4 1 parent 165ff30 commit d434ca4 Copy full SHA for d434ca4
File tree 9 files changed +20
-20
lines changed
9 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @thatopen/components" ,
3
3
"description" : " Collection of core functionalities to author BIM apps." ,
4
- "version" : " 2.4.1 " ,
4
+ "version" : " 2.4.2 " ,
5
5
"author" : " That Open Company" ,
6
6
"contributors" : [
7
7
" Antonio Gonzalez Viegas (https://github.com/agviegas)" ,
42
42
"@types/three" : " 0.160.0" ,
43
43
"stats.js" : " ^0.17.0" ,
44
44
"three" : " ^0.160.1" ,
45
- "web-ifc" : " 0.0.61 "
45
+ "web-ifc" : " 0.0.66 "
46
46
},
47
47
"dependencies" : {
48
48
"camera-controls" : " 2.7.3" ,
53
53
"peerDependencies" : {
54
54
"@thatopen/fragments" : " ~2.4.0" ,
55
55
"three" : " ^0.160.1" ,
56
- "web-ifc" : " 0.0.61 "
56
+ "web-ifc" : " 0.0.66 "
57
57
}
58
58
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export class Components implements Disposable {
14
14
/**
15
15
* The version of the @thatopen/components library.
16
16
*/
17
- static readonly release = "2.4.1 " ;
17
+ static readonly release = "2.4.2 " ;
18
18
19
19
/** {@link Disposable.onDisposed } */
20
20
readonly onDisposed = new Event < void > ( ) ;
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ world.scene.three.add(model);
105
105
const tiler = components . get ( OBC . IfcGeometryTiler ) ;
106
106
107
107
const wasm = {
108
- path : "https://unpkg.com/web-ifc@0.0.61 /" ,
108
+ path : "https://unpkg.com/web-ifc@0.0.66 /" ,
109
109
absolute : true ,
110
110
} ;
111
111
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ await fragmentIfcLoader.setup();
103
103
// If you want to the path to unpkg manually, then you can skip the line
104
104
// above and set them manually as below:
105
105
// fragmentIfcLoader.settings.wasm = {
106
- // path: "https://unpkg.com/web-ifc@0.0.61 /",
106
+ // path: "https://unpkg.com/web-ifc@0.0.66 /",
107
107
// absolute: true,
108
108
// };
109
109
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ async function downloadFilesSequentially(
128
128
const propsStreamer = components . get ( OBC . IfcPropertiesTiler ) ;
129
129
130
130
propsStreamer . settings . wasm = {
131
- path : "https://unpkg.com/web-ifc@0.0.61 /" ,
131
+ path : "https://unpkg.com/web-ifc@0.0.66 /" ,
132
132
absolute : true ,
133
133
} ;
134
134
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ To convert IFC to JSON we need 2 things: `web-ifc` an the JSON exporter. The for
138
138
const isolator = components . get ( OBC . IfcIsolator ) ;
139
139
140
140
const webIfc = new WEBIFC . IfcAPI ( ) ;
141
- webIfc . SetWasmPath ( "https://unpkg.com/web-ifc@0.0.61 /" , true ) ;
141
+ webIfc . SetWasmPath ( "https://unpkg.com/web-ifc@0.0.66 /" , true ) ;
142
142
await webIfc . Init ( ) ;
143
143
144
144
/* MD
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ To convert IFC to JSON we need 2 things: `web-ifc` an the JSON exporter. The for
97
97
const exporter = components . get ( OBC . IfcJsonExporter ) ;
98
98
99
99
const webIfc = new WEBIFC . IfcAPI ( ) ;
100
- webIfc . SetWasmPath ( "https://unpkg.com/web-ifc@0.0.61 /" , true ) ;
100
+ webIfc . SetWasmPath ( "https://unpkg.com/web-ifc@0.0.66 /" , true ) ;
101
101
await webIfc . Init ( ) ;
102
102
103
103
/* MD
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @thatopen/components-front" ,
3
3
"description" : " Collection of frontend tools to author BIM apps." ,
4
- "version" : " 2.4.1 " ,
4
+ "version" : " 2.4.2 " ,
5
5
"author" : " That Open Company" ,
6
6
"contributors" : [
7
7
" Antonio Gonzalez Viegas (https://github.com/agviegas)" ,
35
35
"peerDependencies" : {
36
36
"@thatopen/fragments" : " ~2.4.0" ,
37
37
"three" : " ^0.160.1" ,
38
- "web-ifc" : " 0.0.61 "
38
+ "web-ifc" : " 0.0.66 "
39
39
},
40
40
"devDependencies" : {
41
41
"@thatopen/fragments" : " ~2.4.0" ,
44
44
"@types/earcut" : " ^2.1.4" ,
45
45
"@types/three" : " ^0.160.0" ,
46
46
"three" : " ^0.160.1" ,
47
- "web-ifc" : " 0.0.61 "
47
+ "web-ifc" : " 0.0.66 "
48
48
},
49
49
"dependencies" : {
50
50
"@thatopen/components" : " ~2.4.0" ,
Original file line number Diff line number Diff line change @@ -714,11 +714,11 @@ __metadata:
714
714
n8ao : 1.5.1
715
715
postprocessing : 6.34.2
716
716
three : ^0.160.1
717
- web-ifc : 0.0.61
717
+ web-ifc : 0.0.66
718
718
peerDependencies :
719
719
" @thatopen/fragments " : ~2.4.0
720
720
three : ^0.160.1
721
- web-ifc : 0.0.61
721
+ web-ifc : 0.0.66
722
722
languageName : unknown
723
723
linkType : soft
724
724
@@ -735,11 +735,11 @@ __metadata:
735
735
stats.js : ^0.17.0
736
736
three : ^0.160.1
737
737
three-mesh-bvh : 0.7.0
738
- web-ifc : 0.0.61
738
+ web-ifc : 0.0.66
739
739
peerDependencies :
740
740
" @thatopen/fragments " : ~2.4.0
741
741
three : ^0.160.1
742
- web-ifc : 0.0.61
742
+ web-ifc : 0.0.66
743
743
languageName : unknown
744
744
linkType : soft
745
745
@@ -4579,10 +4579,10 @@ __metadata:
4579
4579
languageName : node
4580
4580
linkType : hard
4581
4581
4582
- " web-ifc@npm:0.0.61 " :
4583
- version : 0.0.61
4584
- resolution : " web-ifc@npm:0.0.61 "
4585
- checksum : 7ee750fb5030b8921b8324576ef7eb13532da963e4803d28b90c38410287e586e4d6c2355b74cc4169bf271b1617971f8da63654f8404606e49f16f36c740b6f
4582
+ " web-ifc@npm:0.0.66 " :
4583
+ version : 0.0.66
4584
+ resolution : " web-ifc@npm:0.0.66 "
4585
+ checksum : 45d34b9510a5eb1db2d260a4ef5850fb9acc74c058167e7c0cadbf340c46c4bbe93c9496a282058b93409d6bfcd45c33a50e8ba2a30c86aab4c7df33b5cb7d7f
4586
4586
languageName : node
4587
4587
linkType : hard
4588
4588
You can’t perform that action at this time.
0 commit comments