Skip to content

Commit

Permalink
azle-bot automated release 0.23.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Jul 15, 2024
1 parent a2b5ba4 commit 8cba099
Show file tree
Hide file tree
Showing 384 changed files with 240,395 additions and 84,310 deletions.
2 changes: 1 addition & 1 deletion dfx_extension/extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azle",
"version": "0.22.0",
"version": "0.23.0-rc.4",
"homepage": "https://github.com/dfinity/dfx-extensions",
"authors": "",
"summary": "",
Expand Down
1,877 changes: 1,483 additions & 394 deletions examples/apollo_server/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/apollo_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@apollo/server": "^4.10.0",
"azle": "0.22.0",
"azle": "0.23.0-rc.4",
"express": "^4.18.2",
"graphql": "^16.8.1"
},
Expand Down
1,128 changes: 913 additions & 215 deletions examples/async_await/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/async_await/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "AZLE_TEST_FETCH=false npm run tests && AZLE_TEST_FETCH=true npm run tests"
},
"dependencies": {
"azle": "0.22.0"
"azle": "0.23.0-rc.4"
},
"devDependencies": {
"@dfinity/agent": "^0.19.2",
Expand Down
Loading

0 comments on commit 8cba099

Please sign in to comment.