diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index a5ff1fffb..affe907b3 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -22,6 +22,11 @@ jobs: with: node-version: 18 + - name: Create temporary .npmrc for GitHub Actions + run: | + echo "@bldrs-ai:registry=https://npm.pkg.github.com" > .npmrc + echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc + - run: yarn install - run: yarn cy-build diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4fcbbe213..5828b05a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,6 +22,11 @@ jobs: with: node-version: 18 + - name: Create temporary .npmrc for GitHub Actions + run: | + echo "@bldrs-ai:registry=https://npm.pkg.github.com" > .npmrc + echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc + - name: Run a multi-line script run: | echo Running tests diff --git a/.npmrc b/.npmrc new file mode 100644 index 000000000..fcb3debe3 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +@bldrs-ai:registry=https://npm.pkg.github.com/ diff --git a/bldrs-ai-conway-0.1.633.tgz b/bldrs-ai-conway-0.1.633.tgz deleted file mode 100644 index decc897b7..000000000 Binary files a/bldrs-ai-conway-0.1.633.tgz and /dev/null differ diff --git a/bldrs-ai-conway-0.1.655.tgz b/bldrs-ai-conway-0.1.655.tgz new file mode 100644 index 000000000..90ccf5953 Binary files /dev/null and b/bldrs-ai-conway-0.1.655.tgz differ diff --git a/bldrs-ai-conway-web-ifc-adapter-0.0.3.tgz b/bldrs-ai-conway-web-ifc-adapter-0.0.3.tgz deleted file mode 100644 index 1cabb024b..000000000 Binary files a/bldrs-ai-conway-web-ifc-adapter-0.0.3.tgz and /dev/null differ diff --git a/bldrs-ai-conway-web-ifc-adapter-0.1.2.tgz b/bldrs-ai-conway-web-ifc-adapter-0.1.2.tgz new file mode 100644 index 000000000..fd0c58647 Binary files /dev/null and b/bldrs-ai-conway-web-ifc-adapter-0.1.2.tgz differ diff --git a/package.json b/package.json index 3bc3b4c01..8ee0b09bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bldrs", - "version": "1.0.1123", + "version": "1.0.1132", "main": "src/index.jsx", "license": "AGPL-3.0", "homepage": "https://github.com/bldrs-ai/Share", @@ -57,7 +57,8 @@ "@babel/plugin-syntax-import-assertions": "7.18.6", "@babel/preset-env": "7.18.10", "@babel/preset-react": "7.18.6", - "@bldrs-ai/conway-web-ifc-adapter": "./bldrs-ai-conway-web-ifc-adapter-0.0.3.tgz", + "@bldrs-ai/conway": "./bldrs-ai-conway-0.1.655.tgz", + "@bldrs-ai/conway-web-ifc-adapter": "./bldrs-ai-conway-web-ifc-adapter-0.1.2.tgz", "@bldrs-ai/ifclib": "5.3.3", "@emotion/react": "11.10.0", "@emotion/styled": "11.10.0", diff --git a/yarn.lock b/yarn.lock index 4f12165a4..a31a1b68e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2078,17 +2078,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.0.3.tgz": - version "0.0.1" - resolved "./bldrs-ai-conway-web-ifc-adapter-0.0.3.tgz#d47220d0e0dcd802b810b1dc6fe1199a95201c63" +"@bldrs-ai/conway-web-ifc-adapter@./bldrs-ai-conway-web-ifc-adapter-0.1.2.tgz": + version "0.1.2" + resolved "./bldrs-ai-conway-web-ifc-adapter-0.1.2.tgz#25e6e8f576a66718cd7d81c8880d89ca624995e3" dependencies: - "@bldrs-ai/conway" "./bldrs-ai-conway-0.1.633.tgz" - "@types/node" "^22.5.5" - typescript "^5.6.2" + "@bldrs-ai/conway" "./bldrs-ai-conway-0.1.655.tgz" + "@types/node" "22.5.5" + typescript "5.6.2" -"@bldrs-ai/conway@./bldrs-ai-conway-0.1.633.tgz": - version "0.1.632" - resolved "./bldrs-ai-conway-0.1.633.tgz#5dbc039cb085928bc341db265aca3c84a5e94d41" +"@bldrs-ai/conway@./bldrs-ai-conway-0.1.655.tgz": + version "0.1.655" + resolved "./bldrs-ai-conway-0.1.655.tgz#069513d7388a774883b22b0a54819c413939d07c" dependencies: buffer "^6.0.3" gl-matrix "^3.4.3" @@ -3785,7 +3785,7 @@ resolved "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz" integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA== -"@types/node@^22.5.5": +"@types/node@22.5.5": version "22.5.5" resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.5.tgz#52f939dd0f65fc552a4ad0b392f3c466cc5d7a44" integrity sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA== @@ -11025,7 +11025,7 @@ typescript@4.9.4: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78" integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg== -typescript@^5.6.2: +typescript@5.6.2: version "5.6.2" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0" integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==