@ifc-lite/export 2.5.1 → 2.5.2
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/README.md +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -126,7 +126,7 @@ const lod1 = await generateLod1(bytes, { quality: 'medium' });
|
|
|
126
126
|
|
|
127
127
|
## API
|
|
128
128
|
|
|
129
|
-
See the [Exporting Guide](https://
|
|
129
|
+
See the [Exporting Guide](https://ifclite.dev/docs/guide/exporting/) and [API Reference](https://ifclite.dev/docs/api/typescript/#ifc-liteexport).
|
|
130
130
|
|
|
131
131
|
## License
|
|
132
132
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ifc-lite/export",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"description": "Export formats for IFC-Lite",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
"parquet-wasm": "^0.7.2",
|
|
17
17
|
"apache-arrow": "^21.1.0",
|
|
18
18
|
"jszip": "^3.10.0",
|
|
19
|
-
"@ifc-lite/
|
|
20
|
-
"@ifc-lite/
|
|
21
|
-
"@ifc-lite/encoding": "^1.14.
|
|
22
|
-
"@ifc-lite/parser": "^3.8.
|
|
23
|
-
"@ifc-lite/mutations": "^1.18.
|
|
19
|
+
"@ifc-lite/geometry": "^3.1.4",
|
|
20
|
+
"@ifc-lite/data": "^2.5.2",
|
|
21
|
+
"@ifc-lite/encoding": "^1.14.10",
|
|
22
|
+
"@ifc-lite/parser": "^3.8.2",
|
|
23
|
+
"@ifc-lite/mutations": "^1.18.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"typescript": "^6.0.3",
|
|
27
27
|
"vitest": "^4.1.9",
|
|
28
|
-
"@ifc-lite/ifcx": "^2.2.
|
|
28
|
+
"@ifc-lite/ifcx": "^2.2.2"
|
|
29
29
|
},
|
|
30
30
|
"license": "MPL-2.0",
|
|
31
31
|
"author": "Louis True",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"url": "https://github.com/LTplus-AG/ifc-lite.git",
|
|
35
35
|
"directory": "packages/export"
|
|
36
36
|
},
|
|
37
|
-
"homepage": "https://
|
|
37
|
+
"homepage": "https://ifclite.dev/docs/",
|
|
38
38
|
"bugs": "https://github.com/LTplus-AG/ifc-lite/issues",
|
|
39
39
|
"keywords": [
|
|
40
40
|
"ifc",
|