Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.25.0-rc.12 #2462

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified canister_templates/experimental.wasm
Binary file not shown.
Binary file modified canister_templates/stable.wasm
Binary file not shown.
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.24.1",
"version": "0.25.0-rc.12",
"homepage": "https://github.com/dfinity/dfx-extensions",
"authors": "",
"summary": "",
Expand Down
1,085 changes: 705 additions & 380 deletions examples/experimental/demo/basic_bitcoin/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/experimental/demo/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.25.0-rc.12",
"bitcoinjs-lib": "^6.1.5",
"express": "^4.18.2"
},
Expand Down
1,085 changes: 705 additions & 380 deletions examples/experimental/demo/bitcoin_psbt/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/experimental/demo/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.25.0-rc.12",
"basic_bitcoin": "file:../basic_bitcoin",
"bitcoinjs-lib": "^6.1.5",
"express": "^4.18.2",
Expand Down
967 changes: 628 additions & 339 deletions examples/experimental/demo/ckbtc/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/experimental/demo/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.25.0-rc.12"
},
"devDependencies": {
"ckbtc_end_to_end_test_functional_syntax": "file:../../test/end_to_end/candid_rpc/ckbtc"
Expand Down
1,081 changes: 685 additions & 396 deletions examples/experimental/demo/hello_world_http_server/package-lock.json

Large diffs are not rendered by default.

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.25.0-rc.12",
"express": "^4.18.2",
"lit": "^3.1.2",
"vite": "^5.0.12"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"test": "AZLE_TEST_FETCH=false npm run tests && AZLE_TEST_FETCH=true npm run tests"
},
"dependencies": {
"azle": "0.24.1"
"azle": "0.25.0-rc.12"
}
}
Loading
Loading