Skip to content

Commit d29376e

Browse files
committed
chore: update web-ifc dependency
1 parent 000d9bc commit d29376e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/obc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thatopen/ui-obc",
33
"description": "Collection of web components (UI components) implementations to use with @thatopen/components.",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"author": "That Open Company",
66
"contributors": [
77
"Juan Hoyos (https://github.com/HoyosJuan)"

packages/obc/src/components/buttons/load-ifc/src/template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const loadIfcTemplate = (state: LoadIfcState) => {
3030
const ifcLoader = components.get(OBC.IfcLoader);
3131
ifcLoader.settings.autoSetWasm = false;
3232
ifcLoader.settings.wasm = {
33-
path: "https://unpkg.com/[email protected].70/",
33+
path: "https://unpkg.com/[email protected].72/",
3434
absolute: false,
3535
};
3636

packages/obc/src/components/tables/TopicsList/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const ifcLoader = components.get(OBC.IfcLoader);
7575
await ifcLoader.setup({
7676
autoSetWasm: false,
7777
wasm: {
78-
path: "https://unpkg.com/[email protected].70/",
78+
path: "https://unpkg.com/[email protected].72/",
7979
absolute: true,
8080
},
8181
});

packages/obc/src/components/tables/WorldsConfiguration/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// const ifcLoader = components.get(OBC.IfcLoader);
3131
// ifcLoader.settings.autoSetWasm = false;
3232
// ifcLoader.settings.wasm = {
33-
// path: "https://unpkg.com/[email protected].70/",
33+
// path: "https://unpkg.com/[email protected].72/",
3434
// absolute: false,
3535
// };
3636
// await ifcLoader.setup();

0 commit comments

Comments
 (0)