@ifc-lite/collab 0.2.5 → 0.2.6
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 +5 -5
package/README.md
CHANGED
|
@@ -100,7 +100,7 @@ structured events that the viewer (or any UI) can render.
|
|
|
100
100
|
|
|
101
101
|
## Docs
|
|
102
102
|
|
|
103
|
-
See the [ifc-lite docs](https://
|
|
103
|
+
See the [ifc-lite docs](https://ifclite.dev/docs/). Pair with
|
|
104
104
|
[`@ifc-lite/collab-server`](https://www.npmjs.com/package/@ifc-lite/collab-server)
|
|
105
105
|
for multi-peer websocket sync.
|
|
106
106
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ifc-lite/collab",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "Real-time collaborative BIM via CRDT on IFCX",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"y-protocols": "^1.0.6",
|
|
40
40
|
"y-websocket": "^3.0.0",
|
|
41
41
|
"yjs": "^13.6.31",
|
|
42
|
-
"@ifc-lite/
|
|
43
|
-
"@ifc-lite/
|
|
44
|
-
"@ifc-lite/
|
|
42
|
+
"@ifc-lite/ifcx": "^2.2.2",
|
|
43
|
+
"@ifc-lite/mutations": "^1.18.1",
|
|
44
|
+
"@ifc-lite/data": "^2.5.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"typescript": "^6.0.3",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"url": "https://github.com/LTplus-AG/ifc-lite.git",
|
|
55
55
|
"directory": "packages/collab"
|
|
56
56
|
},
|
|
57
|
-
"homepage": "https://
|
|
57
|
+
"homepage": "https://ifclite.dev/docs/",
|
|
58
58
|
"bugs": "https://github.com/LTplus-AG/ifc-lite/issues",
|
|
59
59
|
"keywords": [
|
|
60
60
|
"ifc",
|