Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
slumber committed Mar 8, 2021
1 parent 7b4e72b commit 375e83d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
10 changes: 10 additions & 0 deletions changelog/js-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ All notable changes to `zksync.js` will be documented in this file.

### Added

### Changed

### Deprecated

### Fixed

## Version 0.10.4 (08.03.2021)

### Added

- Method for calculation of transaction hash.
- Support for environments without WebAssembly.

Expand Down
2 changes: 1 addition & 1 deletion sdk/zksync-crypto/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ wasm-pack build --release --target=web --out-name=zksync-crypto-web --out-dir=di

# pack for node.js
wasm-pack build --release --target=nodejs --out-name=zksync-crypto-node --out-dir=dist
rm dist/package.json
rm dist/package.json dist/.gitignore
2 changes: 1 addition & 1 deletion sdk/zksync-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zksync-crypto",
"version": "0.5.0",
"version": "0.5.4",
"browser": "dist/zksync-crypto-web.js",
"main": "dist/zksync-crypto-node.js",
"files": [
Expand Down
5 changes: 2 additions & 3 deletions sdk/zksync.js/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "zksync",
"version": "0.10.0",
"version": "0.10.4",
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"axios": "^0.21.1",
"websocket": "^1.0.30",
"websocket-as-promised": "^1.1.0",
"zksync-crypto": "^0.4.2"
"zksync-crypto": "^0.5.4"
},
"peerDependencies": {
"@ethersproject/logger": "^5.0.0",
Expand All @@ -20,7 +20,6 @@
"@rollup/plugin-node-resolve": "^10.0.0",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.0.3",
"@types/node": "^14.14.5",
"chai": "^4.2.0",
"ethers": "^5.0.26",
"mocha": "^8.2.0",
Expand Down
17 changes: 16 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14740,10 +14740,25 @@ zksync-crypto@^0.4.2:
resolved "https://registry.yarnpkg.com/zksync-crypto/-/zksync-crypto-0.4.5.tgz#2941ea8dbada9178390afdcc3c93430f31b00784"
integrity sha512-XhhnNhc85BgfmLEAmA7YqrblUltfykrPxlbayGe0dQowroco+1ply3VEZbs0tSEDW5ssBwJHzRSYm3+dOCnzxQ==

"zksync@link:sdk/zksync.js":
zksync-crypto@^0.5.4:
version "0.5.4"
resolved "https://registry.yarnpkg.com/zksync-crypto/-/zksync-crypto-0.5.4.tgz#6b3ca224ce35bbf1843f20ffa526651c45000e03"
integrity sha512-E5TrDnOijfbyqt3J38iYtqsSdytB68FsEEgiTd/YPVeF6Q1Fp+4ecVlUs+FlelY/OTRpWNkSLD9HGug1GpXHcw==

zksync@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/zksync/-/zksync-0.9.0.tgz#7550f81a193e124464582e33062a03625a5e9b7f"
integrity sha512-5pRSsml/0fTNgkcmvTWi+Ar9+XFtdbpa6GSzx/DCCoHKvNLUUwEYIVYi5azTNnm7R1DEsJY1cWHyBhlyqI2RvA==
dependencies:
axios "^0.21.1"
websocket "^1.0.30"
websocket-as-promised "^1.1.0"
zksync-crypto "^0.4.2"

"zksync@link:sdk/zksync.js":
version "0.10.4"
dependencies:
axios "^0.21.1"
websocket "^1.0.30"
websocket-as-promised "^1.1.0"
zksync-crypto "^0.5.4"

0 comments on commit 375e83d

Please sign in to comment.