@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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://ltplus-ag.github.io/ifc-lite/api/typescript/#ifc-litecache).
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.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.1",
17
- "@ifc-lite/geometry": "^3.1.3"
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://ltplus-ag.github.io/ifc-lite/",
30
+ "homepage": "https://ifclite.dev/docs/",
31
31
  "bugs": "https://github.com/LTplus-AG/ifc-lite/issues",
32
32
  "keywords": [
33
33
  "ifc",