Skip to content

Commit

Permalink
Update test files for all tests and examples 0.25.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Jan 5, 2025
1 parent 03e7a04 commit 352ba0a
Show file tree
Hide file tree
Showing 444 changed files with 139,577 additions and 75,286 deletions.
1,075 changes: 682 additions & 393 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.2",
"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.2"
}
}

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.2"
}
}

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.2"
}
}
961 changes: 625 additions & 336 deletions examples/experimental/test/end_to_end/candid_rpc/bytes/package-lock.json

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.2"
}
}

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.2"
}
}
Loading

0 comments on commit 352ba0a

Please sign in to comment.