Skip to content

Commit

Permalink
Update test files for all tests and examples 0.25.0-rc.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Jan 7, 2025
1 parent 495fc4f commit 5345fb1
Show file tree
Hide file tree
Showing 488 changed files with 155,247 additions and 83,756 deletions.
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"
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"test": "jest"
},
"dependencies": {
"azle": "0.24.1"
"azle": "0.25.0-rc.12"
}
}
Loading

0 comments on commit 5345fb1

Please sign in to comment.