@ifc-lite/ids 1.15.1 → 1.15.3
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 +7 -7
package/README.md
CHANGED
|
@@ -78,7 +78,7 @@ for (const spec of idsSpec.specifications) {
|
|
|
78
78
|
|
|
79
79
|
## API
|
|
80
80
|
|
|
81
|
-
See the [IDS Guide](https://
|
|
81
|
+
See the [IDS Guide](https://ltplus-ag.github.io/ifc-lite/guide/ids/) and [API Reference](https://ltplus-ag.github.io/ifc-lite/api/typescript/#ifc-liteids).
|
|
82
82
|
|
|
83
83
|
## License
|
|
84
84
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ifc-lite/ids",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.3",
|
|
4
4
|
"description": "IDS (Information Delivery Specification) support for IFC-Lite",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -18,22 +18,22 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@xmldom/xmldom": "^0.9.10",
|
|
20
20
|
"@ifc-lite/data": "1.17.0",
|
|
21
|
-
"@ifc-lite/parser": "2.4.
|
|
21
|
+
"@ifc-lite/parser": "2.4.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"happy-dom": "^20.
|
|
25
|
-
"typescript": "^
|
|
24
|
+
"happy-dom": "^20.9.0",
|
|
25
|
+
"typescript": "^6.0.3",
|
|
26
26
|
"vitest": "^1.6.0"
|
|
27
27
|
},
|
|
28
28
|
"license": "MPL-2.0",
|
|
29
29
|
"author": "Louis True",
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|
|
32
|
-
"url": "https://github.com/
|
|
32
|
+
"url": "https://github.com/LTplus-AG/ifc-lite.git",
|
|
33
33
|
"directory": "packages/ids"
|
|
34
34
|
},
|
|
35
|
-
"homepage": "https://
|
|
36
|
-
"bugs": "https://github.com/
|
|
35
|
+
"homepage": "https://ltplus-ag.github.io/ifc-lite/",
|
|
36
|
+
"bugs": "https://github.com/LTplus-AG/ifc-lite/issues",
|
|
37
37
|
"keywords": [
|
|
38
38
|
"ifc",
|
|
39
39
|
"bim",
|