@ifc-lite/ids 1.15.26 → 1.15.28
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
|
@@ -100,7 +100,7 @@ for (const spec of idsSpec.specifications) {
|
|
|
100
100
|
|
|
101
101
|
## API
|
|
102
102
|
|
|
103
|
-
See the [IDS Guide](https://
|
|
103
|
+
See the [IDS Guide](https://ifclite.dev/docs/guide/ids/) and [API Reference](https://ifclite.dev/docs/api/typescript/#ifc-liteids).
|
|
104
104
|
|
|
105
105
|
## License
|
|
106
106
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ifc-lite/ids",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.28",
|
|
4
4
|
"description": "IDS (Information Delivery Specification) support for IFC-Lite",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@xmldom/xmldom": "^0.9.10",
|
|
21
|
-
"@ifc-lite/data": "2.5.
|
|
22
|
-
"@ifc-lite/parser": "3.8.
|
|
21
|
+
"@ifc-lite/data": "2.5.2",
|
|
22
|
+
"@ifc-lite/parser": "3.8.3"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"happy-dom": "^20.10.6",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"url": "https://github.com/LTplus-AG/ifc-lite.git",
|
|
34
34
|
"directory": "packages/ids"
|
|
35
35
|
},
|
|
36
|
-
"homepage": "https://
|
|
36
|
+
"homepage": "https://ifclite.dev/docs/",
|
|
37
37
|
"bugs": "https://github.com/LTplus-AG/ifc-lite/issues",
|
|
38
38
|
"keywords": [
|
|
39
39
|
"ifc",
|