@ifc-lite/geometry 4.0.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/geometry-class.d.ts
CHANGED
|
@@ -11,12 +11,13 @@
|
|
|
11
11
|
* there too.
|
|
12
12
|
*
|
|
13
13
|
* This module exists so the TypeScript half of that contract is stated once.
|
|
14
|
-
* Before it,
|
|
14
|
+
* Before it, six files across three packages compared `geometryClass`
|
|
15
15
|
* against bare integers -- `apps/viewer/src/lib/type-view-visibility.ts`,
|
|
16
16
|
* `apps/viewer/src/lib/geo/kmz-exporter.ts`,
|
|
17
17
|
* `apps/viewer/src/components/viewer/GLBExportDialog.tsx`,
|
|
18
|
+
* `apps/viewer/src/components/viewer/ViewportContainer.tsx`,
|
|
18
19
|
* `packages/export/src/demesh-session.ts` and `packages/geometry/src/index.ts`
|
|
19
|
-
* -- so a renumbering meant finding all
|
|
20
|
+
* -- so a renumbering meant finding all six, and missing one was invisible.
|
|
20
21
|
*
|
|
21
22
|
* What this does NOT do is verify the values against Rust. Only an assertion
|
|
22
23
|
* at the real boundary can do that -- see the note in `geometry-class.test.ts`.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"geometry-class.d.ts","sourceRoot":"","sources":["../src/geometry-class.ts"],"names":[],"mappings":"AAIA
|
|
1
|
+
{"version":3,"file":"geometry-class.d.ts","sourceRoot":"","sources":["../src/geometry-class.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEH,oEAAoE;AACpE,eAAO,MAAM,qBAAqB,IAAI,CAAC;AAEvC,2DAA2D;AAC3D,eAAO,MAAM,sBAAsB,IAAI,CAAC;AAExC,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,IAAI,CAAC;AAE3C;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,IAAI,CAAC;AAExC;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE;IAAE,aAAa,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,MAAM,CAExE;AAED;;;;;GAKG;AACH,wBAAgB,qBAAqB,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAEpE;AAED,sEAAsE;AACtE,wBAAgB,0BAA0B,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAEzE"}
|
package/dist/geometry-class.js
CHANGED
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
* there too.
|
|
15
15
|
*
|
|
16
16
|
* This module exists so the TypeScript half of that contract is stated once.
|
|
17
|
-
* Before it,
|
|
17
|
+
* Before it, six files across three packages compared `geometryClass`
|
|
18
18
|
* against bare integers -- `apps/viewer/src/lib/type-view-visibility.ts`,
|
|
19
19
|
* `apps/viewer/src/lib/geo/kmz-exporter.ts`,
|
|
20
20
|
* `apps/viewer/src/components/viewer/GLBExportDialog.tsx`,
|
|
21
|
+
* `apps/viewer/src/components/viewer/ViewportContainer.tsx`,
|
|
21
22
|
* `packages/export/src/demesh-session.ts` and `packages/geometry/src/index.ts`
|
|
22
|
-
* -- so a renumbering meant finding all
|
|
23
|
+
* -- so a renumbering meant finding all six, and missing one was invisible.
|
|
23
24
|
*
|
|
24
25
|
* What this does NOT do is verify the values against Rust. Only an assertion
|
|
25
26
|
* at the real boundary can do that -- see the note in `geometry-class.test.ts`.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"geometry-class.js","sourceRoot":"","sources":["../src/geometry-class.ts"],"names":[],"mappings":"AAAA;;+DAE+D;AAE/D
|
|
1
|
+
{"version":3,"file":"geometry-class.js","sourceRoot":"","sources":["../src/geometry-class.ts"],"names":[],"mappings":"AAAA;;+DAE+D;AAE/D;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEH,oEAAoE;AACpE,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC;AAEvC,2DAA2D;AAC3D,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC;AAExC,4EAA4E;AAC5E,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC;AAE3C;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC;AAExC;;;;;;GAMG;AACH,MAAM,UAAU,eAAe,CAAC,IAAgC;IAC9D,OAAO,IAAI,CAAC,aAAa,IAAI,qBAAqB,CAAC;AACrD,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,qBAAqB,CAAC,aAAqB;IACzD,OAAO,aAAa,KAAK,qBAAqB,IAAI,aAAa,KAAK,sBAAsB,CAAC;AAC7F,CAAC;AAED,sEAAsE;AACtE,MAAM,UAAU,0BAA0B,CAAC,aAAqB;IAC9D,OAAO,aAAa,KAAK,sBAAsB,IAAI,aAAa,KAAK,yBAAyB,CAAC;AACjG,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ifc-lite/geometry",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "Geometry processing bridge for IFC-Lite - exact-arithmetic CSG, streamed across workers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@ifc-lite/data": "^3.4.1",
|
|
22
|
-
"@ifc-lite/wasm": "^6.0.
|
|
22
|
+
"@ifc-lite/wasm": "^6.0.1"
|
|
23
23
|
},
|
|
24
24
|
"optionalDependencies": {
|
|
25
25
|
"@tauri-apps/api": "^2.11.1"
|