@ifc-lite/query 1.14.12 → 1.14.14

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 +7 -7
package/README.md CHANGED
@@ -96,7 +96,7 @@ The fluent query API works without it.
96
96
 
97
97
  ## API
98
98
 
99
- See the [Querying Guide](https://ltplus-ag.github.io/ifc-lite/guide/querying/) and [API Reference](https://ltplus-ag.github.io/ifc-lite/api/typescript/#ifc-litequery).
99
+ See the [Querying Guide](https://ifclite.dev/docs/guide/querying/) and [API Reference](https://ifclite.dev/docs/api/typescript/#ifc-litequery).
100
100
 
101
101
  ## License
102
102
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ifc-lite/query",
3
- "version": "1.14.12",
3
+ "version": "1.14.14",
4
4
  "description": "Query system for IFC-Lite",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -13,14 +13,14 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@ifc-lite/parser": "^3.8.1",
17
- "@ifc-lite/data": "^2.5.1",
18
- "@ifc-lite/spatial": "^1.14.11",
19
- "@ifc-lite/geometry": "^3.1.3"
16
+ "@ifc-lite/parser": "^3.11.0",
17
+ "@ifc-lite/data": "^3.0.0",
18
+ "@ifc-lite/spatial": "^1.14.12",
19
+ "@ifc-lite/geometry": "^3.5.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "typescript": "^6.0.3",
23
- "vitest": "^4.1.9"
23
+ "vitest": "^4.1.10"
24
24
  },
25
25
  "license": "MPL-2.0",
26
26
  "author": "Louis True",
@@ -29,7 +29,7 @@
29
29
  "url": "https://github.com/LTplus-AG/ifc-lite.git",
30
30
  "directory": "packages/query"
31
31
  },
32
- "homepage": "https://ltplus-ag.github.io/ifc-lite/",
32
+ "homepage": "https://ifclite.dev/docs/",
33
33
  "bugs": "https://github.com/LTplus-AG/ifc-lite/issues",
34
34
  "keywords": [
35
35
  "ifc",