@bldrs-ai/conway 1.335.1069 → 1.337.1075
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/compiled/examples/browser-bundled.cjs +1 -1
- package/compiled/examples/cli-bundled.cjs +1 -1
- package/compiled/examples/cli-step-bundled.cjs +1 -1
- package/compiled/examples/validator-bundled.cjs +1 -1
- package/compiled/src/compat/web-ifc/ifc2x4.d.ts +27 -27
- package/compiled/src/compat/web-ifc/ifc2x4.d.ts.map +1 -1
- package/compiled/src/compat/web-ifc/ifc2x4.js +29 -27
- package/compiled/src/compat/web-ifc/types-map.d.ts.map +1 -1
- package/compiled/src/compat/web-ifc/types-map.js +779 -777
- package/compiled/src/compat/web-ifc/web_ifc_parity.test.d.ts +2 -0
- package/compiled/src/compat/web-ifc/web_ifc_parity.test.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/web_ifc_parity.test.js +113 -0
- package/compiled/src/version/version.js +1 -1
- package/compiled/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "bldrs.ai datamodel",
|
|
4
4
|
"author": "bldrs.ai",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.337.1075",
|
|
7
7
|
"repository": "https://github.com/bldrs-ai/conway",
|
|
8
8
|
"files": [
|
|
9
9
|
"./compiled/**/*"
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
"clean-conway_geom": "run-script-os",
|
|
100
100
|
"clean-tsc": "tsc --build --clean",
|
|
101
101
|
"code-gen": "yarn code-gen-ifc && yarn code-gen-ap214",
|
|
102
|
+
"gen-web-ifc-types": "node scripts/gen-web-ifc-types.cjs",
|
|
102
103
|
"dist": "tsc --project tsconfig.dist.json",
|
|
103
104
|
"lint": "yarn eslint src",
|
|
104
105
|
"precommit": "yarn lint && yarn test",
|
|
@@ -182,7 +183,8 @@
|
|
|
182
183
|
"typedoc-plugin-markdown": "4.2.10",
|
|
183
184
|
"typescript": "4.9.3",
|
|
184
185
|
"typescript-eslint": "8.25.0",
|
|
185
|
-
"vite": "^6.2.3"
|
|
186
|
+
"vite": "^6.2.3",
|
|
187
|
+
"web-ifc": "0.0.35"
|
|
186
188
|
},
|
|
187
189
|
"type": "module"
|
|
188
190
|
}
|