Skip to content

Commit

Permalink
azle-bot automated release 0.24.2-rc.26
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Sep 20, 2024
1 parent 66ab232 commit 11dd995
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
Binary file modified canister_templates/experimental.wasm
Binary file not shown.
Binary file modified canister_templates/stable.wasm
Binary file not shown.
8 changes: 4 additions & 4 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.26"
},
"devDependencies": {
"jest": "^29.7.0",
Expand Down
14 changes: 7 additions & 7 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.26",
"express": "^4.18.2",
"lit": "^3.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
"azle": {
"globalDependencies": {
"wasi2ic": "https://github.com/wasm-forge/wasi2ic?rev=806c3558aad24224852a9582f018178402cb3679#806c3558",
"node": "20.11.0",
"node": "20.17.0",
"rust": "1.80.1",
"dfx": "0.22.0"
"dfx": "0.21.0"
}
}
}

0 comments on commit 11dd995

Please sign in to comment.