Skip to content

Commit

Permalink
Use alpha depin libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Croquetx committed May 7, 2024
1 parent 6590ee5 commit 2f2ac3f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion apiKey.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const apiKey = '1JCMxHj2dLa5fl9y43cea9875jMH5gatNahzvHArm'; // <-- insert your API key from https://croquet.io/keys here
const apiKey = '1JCMxHj2dLa5fl9y43cea9875jMH5gatNahzvHArm,2d0fPrsWoWQFrelRWB1TftMoNJLfOk4Ni6XkQvswX3'; // <-- insert your API key from https://croquet.io/keys here

export default { apiKey };

Expand Down
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"author": "Croquet Corporation",
"license": "Apache-2.0",
"dependencies": {
"@croquet/worldcore-kernel": "^2.0.0-alpha.14",
"@croquet/worldcore-three": "^2.0.0-alpha.14",
"@croquet/worldcore-widget2": "^2.0.0-alpha.14"
"@croquet/worldcore-kernel": "^2.0.0-alpha.18",
"@croquet/worldcore-three": "^2.0.0-alpha.18",
"@croquet/worldcore-widget2": "^2.0.0-alpha.18"
},
"devDependencies": {
"eslint": "^8.43.0",
Expand Down

0 comments on commit 2f2ac3f

Please sign in to comment.