@ifc-lite/mutations 1.18.0 → 1.18.1
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 +3 -3
package/README.md
CHANGED
|
@@ -166,7 +166,7 @@ Pair this with `exportToStep(store, { applyMutations: true })` from `@ifc-lite/e
|
|
|
166
166
|
|
|
167
167
|
## API
|
|
168
168
|
|
|
169
|
-
See the [Property Editing Guide](https://
|
|
169
|
+
See the [Property Editing Guide](https://ifclite.dev/docs/guide/mutations/) and [API Reference](https://ifclite.dev/docs/api/typescript/#ifc-litemutations).
|
|
170
170
|
|
|
171
171
|
## License
|
|
172
172
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ifc-lite/mutations",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.1",
|
|
4
4
|
"description": "Mutation tracking and property editing for IFC-Lite",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ifc-lite/data": "^2.
|
|
16
|
+
"@ifc-lite/data": "^2.5.2"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"typescript": "^6.0.3",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"url": "https://github.com/LTplus-AG/ifc-lite.git",
|
|
27
27
|
"directory": "packages/mutations"
|
|
28
28
|
},
|
|
29
|
-
"homepage": "https://
|
|
29
|
+
"homepage": "https://ifclite.dev/docs/",
|
|
30
30
|
"bugs": "https://github.com/LTplus-AG/ifc-lite/issues",
|
|
31
31
|
"keywords": [
|
|
32
32
|
"ifc",
|