@bldrs-ai/conway 0.14.835 → 0.15.838
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/dependencies/conway-geom/Dist/ConwayGeomWasmNode.js +1 -1
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmNodeMT.js +1 -1
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWeb.js +1 -1
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWebMT.js +1 -1
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWebMT.wasm +0 -0
- package/compiled/examples/browser.d.ts +3 -0
- package/compiled/examples/browser.d.ts.map +1 -0
- package/compiled/examples/browser.js +393 -0
- package/compiled/examples/validator.d.ts +3 -0
- package/compiled/examples/validator.d.ts.map +1 -0
- package/compiled/examples/validator.js +378 -0
- package/compiled/src/ifc/ifc_geometry_extraction.d.ts +0 -10
- package/compiled/src/ifc/ifc_geometry_extraction.d.ts.map +1 -1
- package/compiled/src/ifc/ifc_geometry_extraction.js +33 -43
- package/compiled/src/ifc/ifc_step_model.d.ts +1 -0
- package/compiled/src/ifc/ifc_step_model.d.ts.map +1 -1
- package/compiled/src/ifc/ifc_step_model.js +1 -0
- package/compiled/src/ifc/ifc_step_parser.d.ts +1 -0
- package/compiled/src/ifc/ifc_step_parser.d.ts.map +1 -1
- package/compiled/src/ifc/ifc_step_parser.js +1 -0
- package/compiled/src/version/version.js +1 -1
- package/compiled/tsconfig.tsbuildinfo +1 -1
- package/package.json +43 -41
package/package.json
CHANGED
|
@@ -3,14 +3,17 @@
|
|
|
3
3
|
"description": "bldrs.ai datamodel",
|
|
4
4
|
"author": "bldrs.ai",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.15.838",
|
|
7
7
|
"repository": "https://github.com/bldrs-ai/conway",
|
|
8
8
|
"files": [
|
|
9
9
|
"./compiled/**/*"
|
|
10
10
|
],
|
|
11
11
|
"main": "./compiled/src/index.js",
|
|
12
|
-
"browser": "./compiled/src/index.js",
|
|
13
12
|
"types": "./compiled/src/index.d.ts",
|
|
13
|
+
"bin": {
|
|
14
|
+
"browser": "./compiled/examples/browser.js",
|
|
15
|
+
"validator": "./compiled/examples/validator.js"
|
|
16
|
+
},
|
|
14
17
|
"exports": {
|
|
15
18
|
".": {
|
|
16
19
|
"types": "./compiled/src/index.d.ts",
|
|
@@ -36,8 +39,8 @@
|
|
|
36
39
|
"build-GHA-MT": "cd dependencies/conway-geom && chmod +x ../../bin/linux/genie && ../../bin/linux/genie gmake && cd gmake && make config=releaseemscripten ConwayGeomWasmNodeMT && cd .. && mkdir -p Dist && cp ./bin/release/* Dist/ && cp ConwayGeomWasm.d.ts Dist/ && mkdir -p ../../compiled/dependencies/conway-geom/Dist && cp ./bin/release/* ../../compiled/dependencies/conway-geom/Dist && cd ../../ && yarn build-incremental",
|
|
37
40
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
|
|
38
41
|
"cli": "node --experimental-wasm-threads --experimental-specifier-resolution=node ./compiled/src/ifc/ifc_command_line_main.js",
|
|
39
|
-
"browser": "node --experimental-wasm-threads --experimental-specifier-resolution=node ./compiled/
|
|
40
|
-
"validator": "node --experimental-wasm-threads --experimental-specifier-resolution=node ./compiled/
|
|
42
|
+
"browser": "node --experimental-wasm-threads --experimental-specifier-resolution=node ./compiled/examples/browser.js",
|
|
43
|
+
"validator": "node --experimental-wasm-threads --experimental-specifier-resolution=node ./compiled/examples/validator.js",
|
|
41
44
|
"extract-wasm-dependencies": "node ./scripts/extract-wasm-dependencies.cjs",
|
|
42
45
|
"create-release-candidate": "./scripts/create-release-candidate.sh",
|
|
43
46
|
"build-all-profile-node": "yarn build-profile-conway_geom-node && tsc --build",
|
|
@@ -90,45 +93,44 @@
|
|
|
90
93
|
"node": ">=16.0.0 <19.0.0"
|
|
91
94
|
},
|
|
92
95
|
"dependencies": {
|
|
93
|
-
"adm-zip": "
|
|
94
|
-
"buffer": "
|
|
95
|
-
"gl-matrix": "
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"yargs": "^17.7.1"
|
|
96
|
+
"adm-zip": "0.5.16",
|
|
97
|
+
"buffer": "6.0.3",
|
|
98
|
+
"gl-matrix": "3.4.3",
|
|
99
|
+
"seedrandom": "3.0.5",
|
|
100
|
+
"smart-buffer": "4.2.0",
|
|
101
|
+
"yargs": "17.7.1"
|
|
100
102
|
},
|
|
101
103
|
"devDependencies": {
|
|
102
|
-
"@babel/core": "
|
|
103
|
-
"@types/node": "
|
|
104
|
-
"@types/seedrandom": "
|
|
105
|
-
"@typescript-eslint/eslint-plugin": "
|
|
106
|
-
"@typescript-eslint/parser": "
|
|
107
|
-
"babel-jest": "
|
|
108
|
-
"concurrently": "
|
|
109
|
-
"eslint": "
|
|
110
|
-
"eslint-config-google": "
|
|
111
|
-
"eslint-plugin-cypress": "
|
|
112
|
-
"eslint-plugin-import": "
|
|
113
|
-
"eslint-plugin-jest-dom": "
|
|
114
|
-
"eslint-plugin-jsdoc": "
|
|
115
|
-
"eslint-plugin-jsx-a11y": "
|
|
116
|
-
"eslint-plugin-node": "
|
|
117
|
-
"eslint-plugin-react": "
|
|
118
|
-
"eslint-plugin-react-hooks": "
|
|
119
|
-
"eslint-plugin-testing-library": "
|
|
120
|
-
"husky": "
|
|
121
|
-
"install": "
|
|
122
|
-
"jest": "
|
|
123
|
-
"node-notifier": "
|
|
124
|
-
"nodemon": "
|
|
125
|
-
"rimraf": "
|
|
126
|
-
"run-script-os": "
|
|
127
|
-
"ts-jest": "
|
|
128
|
-
"ts-node": "
|
|
129
|
-
"typedoc": "
|
|
130
|
-
"typedoc-plugin-markdown": "
|
|
131
|
-
"typescript": "
|
|
104
|
+
"@babel/core": "7.18.10",
|
|
105
|
+
"@types/node": "18.11.9",
|
|
106
|
+
"@types/seedrandom": "3.0.5",
|
|
107
|
+
"@typescript-eslint/eslint-plugin": "5.43.0",
|
|
108
|
+
"@typescript-eslint/parser": "5.43.0",
|
|
109
|
+
"babel-jest": "28.1.3",
|
|
110
|
+
"concurrently": "7.5.0",
|
|
111
|
+
"eslint": "8.27.0",
|
|
112
|
+
"eslint-config-google": "0.14.0",
|
|
113
|
+
"eslint-plugin-cypress": "2.12.1",
|
|
114
|
+
"eslint-plugin-import": "2.26.0",
|
|
115
|
+
"eslint-plugin-jest-dom": "4.0.3",
|
|
116
|
+
"eslint-plugin-jsdoc": "39.3.6",
|
|
117
|
+
"eslint-plugin-jsx-a11y": "6.6.1",
|
|
118
|
+
"eslint-plugin-node": "11.1.0",
|
|
119
|
+
"eslint-plugin-react": "7.30.1",
|
|
120
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
121
|
+
"eslint-plugin-testing-library": "5.9.1",
|
|
122
|
+
"husky": "8.0.3",
|
|
123
|
+
"install": "0.13.0",
|
|
124
|
+
"jest": "29.6.2",
|
|
125
|
+
"node-notifier": "10.0.1",
|
|
126
|
+
"nodemon": "2.0.20",
|
|
127
|
+
"rimraf": "3.0.2",
|
|
128
|
+
"run-script-os": "1.1.6",
|
|
129
|
+
"ts-jest": "29.0.3",
|
|
130
|
+
"ts-node": "10.9.1",
|
|
131
|
+
"typedoc": "0.27.5",
|
|
132
|
+
"typedoc-plugin-markdown": "4.3.2",
|
|
133
|
+
"typescript": "4.8.4"
|
|
132
134
|
},
|
|
133
135
|
"type": "module"
|
|
134
136
|
}
|