@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/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.14.835",
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/src/examples/browser.js",
40
- "validator": "node --experimental-wasm-threads --experimental-specifier-resolution=node ./compiled/src/examples/validator.js",
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": "^0.5.16",
94
- "buffer": "^6.0.3",
95
- "gl-matrix": "^3.4.3",
96
- "p-limit": "^6.2.0",
97
- "seedrandom": "^3.0.5",
98
- "smart-buffer": "^4.2.0",
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": "^7.18.10",
103
- "@types/node": "^18.11.9",
104
- "@types/seedrandom": "^3.0.5",
105
- "@typescript-eslint/eslint-plugin": "^5.43.0",
106
- "@typescript-eslint/parser": "^5.43.0",
107
- "babel-jest": "^28.1.3",
108
- "concurrently": "^7.5.0",
109
- "eslint": "^8.27.0",
110
- "eslint-config-google": "^0.14.0",
111
- "eslint-plugin-cypress": "^2.12.1",
112
- "eslint-plugin-import": "^2.26.0",
113
- "eslint-plugin-jest-dom": "^4.0.3",
114
- "eslint-plugin-jsdoc": "^39.3.6",
115
- "eslint-plugin-jsx-a11y": "^6.6.1",
116
- "eslint-plugin-node": "^11.1.0",
117
- "eslint-plugin-react": "^7.30.1",
118
- "eslint-plugin-react-hooks": "^4.6.0",
119
- "eslint-plugin-testing-library": "^5.9.1",
120
- "husky": "^8.0.3",
121
- "install": "^0.13.0",
122
- "jest": "^29.6.2",
123
- "node-notifier": "^10.0.1",
124
- "nodemon": "^2.0.20",
125
- "rimraf": "^3.0.2",
126
- "run-script-os": "^1.1.6",
127
- "ts-jest": "^29.0.3",
128
- "ts-node": "^10.9.1",
129
- "typedoc": "^0.27.5",
130
- "typedoc-plugin-markdown": "^4.3.2",
131
- "typescript": "^4.8.4"
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
  }