@ifc-lite/sdk 1.18.2 → 1.18.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ifc-lite/sdk",
3
- "version": "1.18.2",
3
+ "version": "1.18.3",
4
4
  "description": "Scripting SDK for ifc-lite — the bim.* API for BIM automation",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -14,17 +14,17 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@ifc-lite/bcf": "^1.15.6",
17
- "@ifc-lite/clash": "^1.1.2",
18
- "@ifc-lite/create": "^1.16.1",
19
- "@ifc-lite/data": "^2.0.2",
17
+ "@ifc-lite/clash": "^1.1.3",
18
+ "@ifc-lite/data": "^2.0.3",
19
+ "@ifc-lite/create": "^1.16.2",
20
20
  "@ifc-lite/drawing-2d": "^1.18.1",
21
21
  "@ifc-lite/encoding": "^1.14.7",
22
- "@ifc-lite/export": "^1.19.5",
23
- "@ifc-lite/ids": "^1.15.9",
22
+ "@ifc-lite/export": "^1.19.6",
23
+ "@ifc-lite/ids": "^1.15.10",
24
24
  "@ifc-lite/lens": "^1.15.2",
25
- "@ifc-lite/lists": "^1.15.2",
25
+ "@ifc-lite/lists": "^1.15.3",
26
26
  "@ifc-lite/mutations": "^1.15.3",
27
- "@ifc-lite/parser": "^3.1.3",
27
+ "@ifc-lite/parser": "^3.2.0",
28
28
  "@ifc-lite/spatial": "^1.14.8",
29
29
  "@ifc-lite/query": "^1.14.10"
30
30
  },
@@ -1,10 +0,0 @@
1
- /**
2
- * Transport layer types — how SDK commands cross context boundaries.
3
- *
4
- * LocalTransport: direct function calls (zero overhead)
5
- * BroadcastTransport: BroadcastChannel API (cross-tab)
6
- * MessagePortTransport: MessagePort (iframe / worker)
7
- * WebSocketTransport: WebSocket (cross-process, Tauri, server)
8
- */
9
- export type { SdkRequest, SdkResponse, SdkEvent, Transport } from '../types.js';
10
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/transport/types.ts"],"names":[],"mappings":"AAIA;;;;;;;GAOG;AAGH,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
@@ -1,5 +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 {};
5
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/transport/types.ts"],"names":[],"mappings":"AAAA;;+DAE+D"}