Skip to content

Commit

Permalink
* Update conway version + use local conway for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcastel50 committed Oct 14, 2024
1 parent f938b9b commit 020a712
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Binary file added bldrs-ai-conway-0.1.670.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bldrs-ai/conway-web-ifc-adapter",
"version": "0.1.1",
"version": "0.1.3",
"description": "Web-Ifc-Shim",
"main": "ifc_api.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@bldrs-ai/conway": "0.1.651",
"@bldrs-ai/conway": "./bldrs-ai-conway-0.1.670.tgz",
"@types/node": "22.5.5",
"typescript": "5.6.2"
}
Expand Down
7 changes: 3 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
# yarn lockfile v1


"@bldrs-ai/conway@0.1.651":
version "0.1.651"
resolved "https://npm.pkg.github.com/download/@bldrs-ai/conway/0.1.651/5ad68a71ad0d67651e3ea06543189a9fde230ce1#5ad68a71ad0d67651e3ea06543189a9fde230ce1"
integrity sha512-Oega1vLUFKxtYa5ZAgDHz+Qq3BSm0+qbQI9xzRtSPtLMjfG5NNkII3HX3DH9FobAOH7n+B47sUUmFWr3Gsg9Cw==
"@bldrs-ai/conway@./bldrs-ai-conway-0.1.670.tgz":
version "0.1.670"
resolved "./bldrs-ai-conway-0.1.670.tgz#3538df2b625f1a582086582fa3dd51c4b4f84556"
dependencies:
buffer "^6.0.3"
gl-matrix "^3.4.3"
Expand Down

0 comments on commit 020a712

Please sign in to comment.