@ifc-lite/query 1.14.12 → 1.14.13
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 +6 -6
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://
|
|
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.
|
|
3
|
+
"version": "1.14.13",
|
|
4
4
|
"description": "Query system for IFC-Lite",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ifc-lite/parser": "^3.8.
|
|
17
|
-
"@ifc-lite/data": "^2.5.
|
|
18
|
-
"@ifc-lite/spatial": "^1.14.
|
|
19
|
-
"@ifc-lite/geometry": "^3.1.
|
|
16
|
+
"@ifc-lite/parser": "^3.8.2",
|
|
17
|
+
"@ifc-lite/data": "^2.5.2",
|
|
18
|
+
"@ifc-lite/spatial": "^1.14.12",
|
|
19
|
+
"@ifc-lite/geometry": "^3.1.4"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"typescript": "^6.0.3",
|
|
@@ -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://
|
|
32
|
+
"homepage": "https://ifclite.dev/docs/",
|
|
33
33
|
"bugs": "https://github.com/LTplus-AG/ifc-lite/issues",
|
|
34
34
|
"keywords": [
|
|
35
35
|
"ifc",
|