Skip to content

Commit

Permalink
azle-bot automated release 0.23.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Jul 12, 2024
1 parent 2f68167 commit d9c78a1
Show file tree
Hide file tree
Showing 382 changed files with 191,127 additions and 14,474 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.2",
"homepage": "https://github.com/dfinity/dfx-extensions",
"authors": "",
"summary": "",
Expand Down
1,262 changes: 1,157 additions & 105 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.2",
"express": "^4.18.2",
"graphql": "^16.8.1"
},
Expand Down
747 changes: 715 additions & 32 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.2"
},
"devDependencies": {
"@dfinity/agent": "^0.19.2",
Expand Down
1,306 changes: 1,179 additions & 127 deletions examples/audio_and_video/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/audio_and_video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "jest"
},
"dependencies": {
"azle": "0.22.0",
"azle": "0.23.0-rc.2",
"express": "^4.18.2",
"range-parser": "^1.2.1"
},
Expand Down
1,280 changes: 1,166 additions & 114 deletions examples/audio_recorder/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/audio_recorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "jest"
},
"dependencies": {
"azle": "0.22.0"
"azle": "0.23.0-rc.2"
},
"devDependencies": {
"@dfinity/agent": "^0.19.3",
Expand Down
Loading

0 comments on commit d9c78a1

Please sign in to comment.