Skip to content

Commit

Permalink
Update conway 0.7.770
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcastel50 committed Feb 13, 2025
1 parent e1df6e2 commit 7acdd74
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 22 deletions.
Binary file removed bldrs-ai-conway-0.1.683.tgz
Binary file not shown.
Binary file removed bldrs-ai-conway-0.7.769.tgz
Binary file not shown.
Binary file added bldrs-ai-conway-0.7.770.tgz
Binary file not shown.
Binary file removed bldrs-ai-conway-web-ifc-adapter-0.1.6.tgz
Binary file not shown.
Binary file removed bldrs-ai-conway-web-ifc-adapter-0.7.769.tgz
Binary file not shown.
Binary file added bldrs-ai-conway-web-ifc-adapter-0.7.770.tgz
Binary file not shown.
13 changes: 1 addition & 12 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,4 @@
[headers.values]
Cross-Origin-Opener-Policy = "same-origin"
Cross-Origin-Embedder-Policy = "require-corp"

[[redirects]]
from = "/share/v/p/ConwayGeomWasmWebMT.js"
to = "/static/js/ConwayGeomWasmWebMT.js"
status = 200
force = true

[[redirects]]
from = "/share/v/gh/ConwayGeomWasmWebMT.js"
to = "/static/js/ConwayGeomWasmWebMT.js"
status = 200
force = true

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bldrs",
"version": "1.0.1259",
"version": "1.0.1262",
"main": "src/index.jsx",
"license": "AGPL-3.0",
"homepage": "https://github.com/bldrs-ai/Share",
Expand Down Expand Up @@ -71,8 +71,8 @@
"@babel/plugin-syntax-import-assertions": "7.18.6",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.18.6",
"@bldrs-ai/conway": "./bldrs-ai-conway-0.7.769.tgz",
"@bldrs-ai/conway-web-ifc-adapter": "./bldrs-ai-conway-web-ifc-adapter-0.7.769.tgz",
"@bldrs-ai/conway": "./bldrs-ai-conway-0.7.770.tgz",
"@bldrs-ai/conway-web-ifc-adapter": "./bldrs-ai-conway-web-ifc-adapter-0.7.770.tgz",
"@bldrs-ai/ifclib": "5.3.3",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2284,17 +2284,17 @@
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@bldrs-ai/conway-web-ifc-adapter@./bldrs-ai-conway-web-ifc-adapter-0.7.769.tgz":
version "0.7.769"
resolved "./bldrs-ai-conway-web-ifc-adapter-0.7.769.tgz#3d17b7f823dd0d93332cc05061a50d9000cdc348"
"@bldrs-ai/conway-web-ifc-adapter@./bldrs-ai-conway-web-ifc-adapter-0.7.770.tgz":
version "0.7.770"
resolved "./bldrs-ai-conway-web-ifc-adapter-0.7.770.tgz#c611dafc222815633e2d33b5d458e8b1fb921f50"
dependencies:
"@bldrs-ai/conway" "./bldrs-ai-conway-0.7.769.tgz"
"@bldrs-ai/conway" "./bldrs-ai-conway-0.7.770.tgz"
"@types/node" "22.5.5"
typescript "5.6.2"

"@bldrs-ai/conway@./bldrs-ai-conway-0.7.769.tgz":
version "0.7.769"
resolved "./bldrs-ai-conway-0.7.769.tgz#d1a7e975f867123d96cbcb9acf295d8f60856b27"
"@bldrs-ai/conway@./bldrs-ai-conway-0.7.770.tgz":
version "0.7.770"
resolved "./bldrs-ai-conway-0.7.770.tgz#8a428f8cb5b3550f7037bf3cddfadd43ae0b95c4"
dependencies:
buffer "^6.0.3"
gl-matrix "^3.4.3"
Expand Down

0 comments on commit 7acdd74

Please sign in to comment.