Skip to content

Commit

Permalink
azle-bot automated release 0.21.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Mar 28, 2024
1 parent e0f6d65 commit 332a511
Show file tree
Hide file tree
Showing 236 changed files with 50,413 additions and 4,566 deletions.
519 changes: 467 additions & 52 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.20.2",
"azle": "0.21.0-rc.2",
"express": "^4.18.2",
"graphql": "^16.8.1"
},
Expand Down
354 changes: 332 additions & 22 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 @@ -5,7 +5,7 @@
"test": "AZLE_TEST_FETCH=false npm run tests && AZLE_TEST_FETCH=true npm run tests"
},
"dependencies": {
"azle": "0.20.2"
"azle": "0.21.0-rc.2"
},
"devDependencies": {
"@dfinity/agent": "^0.19.2",
Expand Down
527 changes: 481 additions & 46 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": "ts-node --transpile-only --ignore=false --skip-project test/test.ts"
},
"dependencies": {
"azle": "0.20.2",
"azle": "0.21.0-rc.2",
"express": "^4.18.2",
"range-parser": "^1.2.1"
},
Expand Down
635 changes: 587 additions & 48 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 @@ -4,7 +4,7 @@
"test": "ts-node --transpile-only --ignore=false test/test.ts"
},
"dependencies": {
"azle": "0.20.2"
"azle": "0.21.0-rc.2"
},
"devDependencies": {
"@dfinity/agent": "^0.19.3",
Expand Down
529 changes: 477 additions & 52 deletions examples/autoreload/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/autoreload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": "ts-node --transpile-only --ignore=false test/test.ts"
},
"dependencies": {
"azle": "0.20.2",
"azle": "0.21.0-rc.2",
"express": "^4.18.2"
},
"devDependencies": {
Expand Down
629 changes: 575 additions & 54 deletions examples/bitcoin/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/bitcoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "ts-node --transpile-only --ignore=false test/test.ts"
},
"dependencies": {
"azle": "0.20.2"
"azle": "0.21.0-rc.2"
},
"devDependencies": {
"@dfinity/agent": "0.11.1",
Expand Down
635 changes: 587 additions & 48 deletions examples/blob_array/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/blob_array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": "ts-node --transpile-only --ignore=false test/test.ts"
},
"dependencies": {
"azle": "0.20.2"
"azle": "0.21.0-rc.2"
},
"devDependencies": {
"@dfinity/agent": "^0.19.2",
Expand Down
Loading

0 comments on commit 332a511

Please sign in to comment.