@ifc-lite/collab 0.2.3 → 0.2.4
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/package.json +4 -6
- package/dist/doc/index.d.ts +0 -8
- package/dist/doc/index.d.ts.map +0 -1
- package/dist/doc/index.js +0 -11
- package/dist/doc/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ifc-lite/collab",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Real-time collaborative BIM via CRDT on IFCX",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -39,15 +39,13 @@
|
|
|
39
39
|
"y-protocols": "^1.0.6",
|
|
40
40
|
"y-websocket": "^3.0.0",
|
|
41
41
|
"yjs": "^13.6.31",
|
|
42
|
-
"@ifc-lite/data": "^2.0.
|
|
43
|
-
"@ifc-lite/ifcx": "^2.1.
|
|
42
|
+
"@ifc-lite/data": "^2.0.3",
|
|
43
|
+
"@ifc-lite/ifcx": "^2.1.5",
|
|
44
44
|
"@ifc-lite/mutations": "^1.15.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@types/ws": "^8.5.13",
|
|
48
47
|
"typescript": "^6.0.3",
|
|
49
|
-
"vitest": "^4.1.0"
|
|
50
|
-
"ws": "^8.21.0"
|
|
48
|
+
"vitest": "^4.1.0"
|
|
51
49
|
},
|
|
52
50
|
"license": "MPL-2.0",
|
|
53
51
|
"author": "Louis True",
|
package/dist/doc/index.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from './schema.js';
|
|
2
|
-
export * from './schema-version.js';
|
|
3
|
-
export * from './migration-ifc4-to-ifc4x3.js';
|
|
4
|
-
export * from './entity.js';
|
|
5
|
-
export * from './relationship.js';
|
|
6
|
-
export * from './geometry.js';
|
|
7
|
-
export * from './units.js';
|
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/doc/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/doc/index.ts"],"names":[],"mappings":"AAIA,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC"}
|
package/dist/doc/index.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
2
|
-
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
3
|
-
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
|
4
|
-
export * from './schema.js';
|
|
5
|
-
export * from './schema-version.js';
|
|
6
|
-
export * from './migration-ifc4-to-ifc4x3.js';
|
|
7
|
-
export * from './entity.js';
|
|
8
|
-
export * from './relationship.js';
|
|
9
|
-
export * from './geometry.js';
|
|
10
|
-
export * from './units.js';
|
|
11
|
-
//# sourceMappingURL=index.js.map
|
package/dist/doc/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/doc/index.ts"],"names":[],"mappings":"AAAA;;+DAE+D;AAE/D,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC"}
|