Skip to content

Commit 6f232a2

Browse files
committed
chore: bump web-ifc version
1 parent 13b0cbf commit 6f232a2

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

packages/fragments/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thatopen/fragments",
33
"description": "Simple geometric system built on top of Three.js to display 3D BIM data efficiently.",
4-
"version": "3.1.4",
4+
"version": "3.1.5",
55
"author": "That Open Company",
66
"contributors": [
77
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
@@ -68,10 +68,10 @@
6868
"ts-node": "^10.0.0",
6969
"tsx": "^4.19.2",
7070
"typescript": "5.4.2",
71-
"web-ifc": "0.0.69"
71+
"web-ifc": "0.0.70"
7272
},
7373
"peerDependencies": {
7474
"three": ">=0.175",
75-
"web-ifc": "0.0.69"
75+
"web-ifc": "0.0.70"
7676
}
77-
}
77+
}

packages/fragments/src/Importers/IfcImporter/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ grids.create(world);
5454
*/
5555

5656
const serializer = new FRAGS.IfcImporter();
57-
serializer.wasm = { absolute: true, path: "https://unpkg.com/[email protected].69/" };
57+
serializer.wasm = { absolute: true, path: "https://unpkg.com/[email protected].70/" };
5858
// A convenient variable to hold the ArrayBuffer data loaded into memory
5959
let fragmentBytes: ArrayBuffer | null = null;
6060
let onConversionFinish = () => {};

packages/fragments/src/Importers/IfcImporter/examples/HelloWorldSchema/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async function loadIfcFile(fileUrl: string, raw: boolean) {
118118
const serializer = new FRAGS.IfcImporter();
119119
serializer.wasm = {
120120
absolute: true,
121-
path: "https://unpkg.com/[email protected].69/",
121+
path: "https://unpkg.com/[email protected].70/",
122122
};
123123
const bytes = await serializer.process({ bytes: typedArray, raw: true });
124124

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,10 +1568,10 @@ __metadata:
15681568
ts-node: ^10.0.0
15691569
tsx: ^4.19.2
15701570
typescript: 5.4.2
1571-
web-ifc: 0.0.69
1571+
web-ifc: 0.0.70
15721572
peerDependencies:
15731573
three: ">=0.175"
1574-
web-ifc: 0.0.69
1574+
web-ifc: 0.0.70
15751575
languageName: unknown
15761576
linkType: soft
15771577

@@ -7751,10 +7751,10 @@ __metadata:
77517751
languageName: node
77527752
linkType: hard
77537753

7754-
"web-ifc@npm:0.0.69":
7755-
version: 0.0.69
7756-
resolution: "web-ifc@npm:0.0.69"
7757-
checksum: be0f6f2a7cdeb21844082a811af553ca5c61818169f641b5e1cd0ad98ac6bba198a4465fc0d03390b046b25225edf64118f51b61696fa92af84d0989a10df5b7
7754+
"web-ifc@npm:0.0.70":
7755+
version: 0.0.70
7756+
resolution: "web-ifc@npm:0.0.70"
7757+
checksum: 23c453f1bbb2fb5b5411ceb0cef7261bbd4af7c2ddcdd256a158ff7f354afc864e834ab7d48463ae4e628b779da80e2eadd1bfb48fd700091831ed6a10b57547
77587758
languageName: node
77597759
linkType: hard
77607760

0 commit comments

Comments
 (0)