Skip to content

Commit

Permalink
azle-bot automated release 0.24.2-rc.32
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Sep 23, 2024
1 parent d8c4c2d commit 60f0afb
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 35 deletions.
Binary file modified canister_templates/experimental.wasm
Binary file not shown.
Binary file modified canister_templates/stable.wasm
Binary file not shown.
9 changes: 4 additions & 5 deletions examples/basic_bitcoin/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/basic_bitcoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "jest"
},
"dependencies": {
"azle": "0.24.1",
"azle": "0.24.2-rc.32",
"bitcoinjs-lib": "^6.1.5",
"express": "^4.18.2"
},
Expand Down
11 changes: 5 additions & 6 deletions examples/bitcoin_psbt/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/bitcoin_psbt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
"azle": "0.24.1",
"azle": "0.24.2-rc.32",
"basic_bitcoin": "file:../basic_bitcoin",
"bitcoinjs-lib": "^6.1.5",
"express": "^4.18.2",
Expand Down
11 changes: 5 additions & 6 deletions examples/ckbtc/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/ckbtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "jest"
},
"dependencies": {
"azle": "0.24.1"
"azle": "0.24.2-rc.32"
},
"devDependencies": {
"@dfinity/agent": "^0.19.2",
Expand Down
9 changes: 4 additions & 5 deletions examples/hello_world/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/hello_world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": "jest"
},
"dependencies": {
"azle": "0.24.1"
"azle": "0.24.2-rc.32"
},
"devDependencies": {
"jest": "^29.7.0",
Expand Down
15 changes: 7 additions & 8 deletions examples/hello_world_http_server/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/hello_world_http_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "jest"
},
"dependencies": {
"azle": "0.24.1",
"azle": "0.24.2-rc.32",
"express": "^4.18.2",
"lit": "^3.1.2"
},
Expand Down

0 comments on commit 60f0afb

Please sign in to comment.