Skip to content

Commit

Permalink
Merge branch 'main' into login_menu
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Nov 30, 2023
2 parents 8daa2bd + 55a50d3 commit 3caca33
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Binary file removed bldrs-ai-conway-0.1.408.tgz
Binary file not shown.
Binary file added bldrs-ai-conway-0.1.425.tgz
Binary file not shown.
Binary file removed bldrs-ai-conway-v0.1.0.tgz
Binary file not shown.
Binary file removed bldrs-ai-conway-v0.1.378.tgz
Binary file not shown.
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.784",
"version": "1.0.788",
"main": "src/index.jsx",
"license": "MIT",
"homepage": "https://github.com/bldrs-ai/Share",
Expand Down Expand Up @@ -32,7 +32,7 @@
"lint-src": "yarn eslint src && tsc -p tools/tsconfig.json",
"lint-tools": "yarn eslint --rule no-console:off cypress tools",
"precommit": "yarn lint && yarn test",
"serve": "yarn serve-share-webifc",
"serve": "yarn serve-share-conway",
"serve-cosmos": "cosmos --config .cosmos.config.json",
"serve-share-conway": "run-script-os",
"serve-share-conway:win32": "yarn build-share-conway && set USE_WEBIFC_SHIM=true&& node tools/esbuild/serve.js",
Expand All @@ -46,7 +46,7 @@
"dependencies": {
"@auth0/auth0-react": "^2.0.0",
"@babel/core": "^7.18.10",
"@bldrs-ai/conway": "./bldrs-ai-conway-0.1.408.tgz",
"@bldrs-ai/conway": "./bldrs-ai-conway-0.1.425.tgz",
"@bldrs-ai/ifclib": "^5.3.3",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/esbuild/bundle-analysis.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2085,9 +2085,9 @@
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@bldrs-ai/conway@./bldrs-ai-conway-0.1.408.tgz":
version "0.1.408"
resolved "./bldrs-ai-conway-0.1.408.tgz#5d5efd3f1ade98580f4f8a8b71f8d40f3e05e649"
"@bldrs-ai/conway@./bldrs-ai-conway-0.1.425.tgz":
version "0.1.425"
resolved "./bldrs-ai-conway-0.1.425.tgz#79bf2c1ad97acc1a4b546a8800de074d6385adc2"
dependencies:
buffer "^6.0.3"
gl-matrix "^3.4.3"
Expand Down

0 comments on commit 3caca33

Please sign in to comment.