Skip to content

Commit 165ff30

Browse files
committed
chore: temporarily roll back web-ifc
1 parent 96f5401 commit 165ff30

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thatopen/components",
33
"description": "Collection of core functionalities to author BIM apps.",
4-
"version": "2.4.0",
4+
"version": "2.4.1",
55
"author": "That Open Company",
66
"contributors": [
77
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
@@ -42,7 +42,7 @@
4242
"@types/three": "0.160.0",
4343
"stats.js": "^0.17.0",
4444
"three": "^0.160.1",
45-
"web-ifc": "0.0.65"
45+
"web-ifc": "0.0.61"
4646
},
4747
"dependencies": {
4848
"camera-controls": "2.7.3",
@@ -53,6 +53,6 @@
5353
"peerDependencies": {
5454
"@thatopen/fragments": "~2.4.0",
5555
"three": "^0.160.1",
56-
"web-ifc": "0.0.65"
56+
"web-ifc": "0.0.61"
5757
}
5858
}

packages/core/src/core/Components/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class Components implements Disposable {
1414
/**
1515
* The version of the @thatopen/components library.
1616
*/
17-
static readonly release = "2.3.19";
17+
static readonly release = "2.4.1";
1818

1919
/** {@link Disposable.onDisposed} */
2020
readonly onDisposed = new Event<void>();

packages/core/src/fragments/IfcGeometryTiler/example.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ world.scene.three.add(model);
105105
const tiler = components.get(OBC.IfcGeometryTiler);
106106

107107
const wasm = {
108-
path: "https://unpkg.com/web-ifc@0.0.65/",
108+
path: "https://unpkg.com/web-ifc@0.0.61/",
109109
absolute: true,
110110
};
111111

packages/core/src/fragments/IfcLoader/example.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ await fragmentIfcLoader.setup();
103103
// If you want to the path to unpkg manually, then you can skip the line
104104
// above and set them manually as below:
105105
// fragmentIfcLoader.settings.wasm = {
106-
// path: "https://unpkg.com/web-ifc@0.0.65/",
106+
// path: "https://unpkg.com/web-ifc@0.0.61/",
107107
// absolute: true,
108108
// };
109109

packages/core/src/fragments/IfcPropertiesTiler/example.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ async function downloadFilesSequentially(
128128
const propsStreamer = components.get(OBC.IfcPropertiesTiler);
129129

130130
propsStreamer.settings.wasm = {
131-
path: "https://unpkg.com/web-ifc@0.0.65/",
131+
path: "https://unpkg.com/web-ifc@0.0.61/",
132132
absolute: true,
133133
};
134134

packages/core/src/ifc/IfcIsolator/example.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ To convert IFC to JSON we need 2 things: `web-ifc` an the JSON exporter. The for
138138
const isolator = components.get(OBC.IfcIsolator);
139139

140140
const webIfc = new WEBIFC.IfcAPI();
141-
webIfc.SetWasmPath("https://unpkg.com/web-ifc@0.0.65/", true);
141+
webIfc.SetWasmPath("https://unpkg.com/web-ifc@0.0.61/", true);
142142
await webIfc.Init();
143143

144144
/* MD

packages/core/src/ifc/IfcJsonExporter/example.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To convert IFC to JSON we need 2 things: `web-ifc` an the JSON exporter. The for
9797
const exporter = components.get(OBC.IfcJsonExporter);
9898

9999
const webIfc = new WEBIFC.IfcAPI();
100-
webIfc.SetWasmPath("https://unpkg.com/web-ifc@0.0.65/", true);
100+
webIfc.SetWasmPath("https://unpkg.com/web-ifc@0.0.61/", true);
101101
await webIfc.Init();
102102

103103
/* MD

packages/front/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thatopen/components-front",
33
"description": "Collection of frontend tools to author BIM apps.",
4-
"version": "2.4.0",
4+
"version": "2.4.1",
55
"author": "That Open Company",
66
"contributors": [
77
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
@@ -35,7 +35,7 @@
3535
"peerDependencies": {
3636
"@thatopen/fragments": "~2.4.0",
3737
"three": "^0.160.1",
38-
"web-ifc": "0.0.65"
38+
"web-ifc": "0.0.61"
3939
},
4040
"devDependencies": {
4141
"@thatopen/fragments": "~2.4.0",
@@ -44,7 +44,7 @@
4444
"@types/earcut": "^2.1.4",
4545
"@types/three": "^0.160.0",
4646
"three": "^0.160.1",
47-
"web-ifc": "0.0.65"
47+
"web-ifc": "0.0.61"
4848
},
4949
"dependencies": {
5050
"@thatopen/components": "~2.4.0",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -714,11 +714,11 @@ __metadata:
714714
n8ao: 1.5.1
715715
postprocessing: 6.34.2
716716
three: ^0.160.1
717-
web-ifc: 0.0.65
717+
web-ifc: 0.0.61
718718
peerDependencies:
719719
"@thatopen/fragments": ~2.4.0
720720
three: ^0.160.1
721-
web-ifc: 0.0.65
721+
web-ifc: 0.0.61
722722
languageName: unknown
723723
linkType: soft
724724

@@ -735,11 +735,11 @@ __metadata:
735735
stats.js: ^0.17.0
736736
three: ^0.160.1
737737
three-mesh-bvh: 0.7.0
738-
web-ifc: 0.0.65
738+
web-ifc: 0.0.61
739739
peerDependencies:
740740
"@thatopen/fragments": ~2.4.0
741741
three: ^0.160.1
742-
web-ifc: 0.0.65
742+
web-ifc: 0.0.61
743743
languageName: unknown
744744
linkType: soft
745745

@@ -4579,9 +4579,9 @@ __metadata:
45794579
languageName: node
45804580
linkType: hard
45814581

4582-
"web-ifc@npm:0.0.65":
4583-
version: 0.0.65
4584-
resolution: "web-ifc@npm:0.0.65"
4582+
"web-ifc@npm:0.0.61":
4583+
version: 0.0.61
4584+
resolution: "web-ifc@npm:0.0.61"
45854585
checksum: 7ee750fb5030b8921b8324576ef7eb13532da963e4803d28b90c38410287e586e4d6c2355b74cc4169bf271b1617971f8da63654f8404606e49f16f36c740b6f
45864586
languageName: node
45874587
linkType: hard

0 commit comments

Comments
 (0)