@ifc-lite/cache 2.1.1 → 2.1.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 +4 -4
package/README.md
CHANGED
|
@@ -91,7 +91,7 @@ This is backward compatible: entries written before the flag existed have it uns
|
|
|
91
91
|
|
|
92
92
|
## API
|
|
93
93
|
|
|
94
|
-
See the [API Reference](https://
|
|
94
|
+
See the [API Reference](https://ifclite.dev/docs/api/typescript/#ifc-litecache).
|
|
95
95
|
|
|
96
96
|
## License
|
|
97
97
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ifc-lite/cache",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "Binary cache format for IFC-Lite - fast model loading",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ifc-lite/data": "^2.5.
|
|
17
|
-
"@ifc-lite/geometry": "^3.1.
|
|
16
|
+
"@ifc-lite/data": "^2.5.2",
|
|
17
|
+
"@ifc-lite/geometry": "^3.1.4"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"typescript": "^6.0.3",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"url": "https://github.com/LTplus-AG/ifc-lite.git",
|
|
28
28
|
"directory": "packages/cache"
|
|
29
29
|
},
|
|
30
|
-
"homepage": "https://
|
|
30
|
+
"homepage": "https://ifclite.dev/docs/",
|
|
31
31
|
"bugs": "https://github.com/LTplus-AG/ifc-lite/issues",
|
|
32
32
|
"keywords": [
|
|
33
33
|
"ifc",
|