@bldrs-ai/conway 0.19.902 → 0.20.915

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,7 +3,7 @@
3
3
  "description": "bldrs.ai datamodel",
4
4
  "author": "bldrs.ai",
5
5
  "license": "AGPL-3.0",
6
- "version": "0.19.902",
6
+ "version": "0.20.915",
7
7
  "repository": "https://github.com/bldrs-ai/conway",
8
8
  "files": [
9
9
  "./compiled/**/*"
@@ -56,7 +56,7 @@
56
56
  "build-GHA-all": "yarn run build-GHA-base ConwayGeomWasmNode ConwayGeomWasmNodeMT ConwayGeomWasmWeb ConwayGeomWasmWebMT && yarn bumpMinor",
57
57
  "build-GHA-MT": "yarn run build-GHA-base ConwayGeomWasmNodeMT",
58
58
  "bundle": "yarn esbuild --bundle --format=cjs --platform=node --banner:js='#!/usr/bin/env node'",
59
- "bundle-examples": "yarn bundle-browser && yarn bundle-cli && yarn bundle-validator && shx chmod +x ./compiled/examples/*-bundled.cjs; cd compiled; rm Dist; ln -s dependencies/conway-geom/Dist .",
59
+ "bundle-examples": "yarn bundle-browser && yarn bundle-cli && yarn bundle-validator && shx chmod +x ./compiled/examples/*-bundled.cjs; cd compiled; rm Dist; cp -r dependencies/conway-geom/Dist .",
60
60
  "bundle-browser": "yarn bundle compiled/examples/browser.js --outfile=compiled/examples/browser-bundled.cjs",
61
61
  "bundle-cli": "yarn bundle compiled/src/ifc/ifc_command_line_main.js --outfile=compiled/examples/cli-bundled.cjs",
62
62
  "bundle-validator": "yarn bundle compiled/examples/validator.js --outfile=compiled/examples/validator-bundled.cjs",
@@ -168,4 +168,4 @@
168
168
  "vite": "^6.2.3"
169
169
  },
170
170
  "type": "module"
171
- }
171
+ }