Skip to content

Commit 375e83d

Browse files
committed
Bump versions
1 parent 7b4e72b commit 375e83d

File tree

5 files changed

+30
-6
lines changed

5 files changed

+30
-6
lines changed

changelog/js-sdk.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ All notable changes to `zksync.js` will be documented in this file.
66

77
### Added
88

9+
### Changed
10+
11+
### Deprecated
12+
13+
### Fixed
14+
15+
## Version 0.10.4 (08.03.2021)
16+
17+
### Added
18+
919
- Method for calculation of transaction hash.
1020
- Support for environments without WebAssembly.
1121

sdk/zksync-crypto/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ wasm-pack build --release --target=web --out-name=zksync-crypto-web --out-dir=di
3232

3333
# pack for node.js
3434
wasm-pack build --release --target=nodejs --out-name=zksync-crypto-node --out-dir=dist
35-
rm dist/package.json
35+
rm dist/package.json dist/.gitignore

sdk/zksync-crypto/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zksync-crypto",
3-
"version": "0.5.0",
3+
"version": "0.5.4",
44
"browser": "dist/zksync-crypto-web.js",
55
"main": "dist/zksync-crypto-node.js",
66
"files": [

sdk/zksync.js/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "zksync",
3-
"version": "0.10.0",
3+
"version": "0.10.4",
44
"license": "MIT",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
77
"dependencies": {
88
"axios": "^0.21.1",
99
"websocket": "^1.0.30",
1010
"websocket-as-promised": "^1.1.0",
11-
"zksync-crypto": "^0.4.2"
11+
"zksync-crypto": "^0.5.4"
1212
},
1313
"peerDependencies": {
1414
"@ethersproject/logger": "^5.0.0",
@@ -20,7 +20,6 @@
2020
"@rollup/plugin-node-resolve": "^10.0.0",
2121
"@types/chai": "^4.2.14",
2222
"@types/mocha": "^8.0.3",
23-
"@types/node": "^14.14.5",
2423
"chai": "^4.2.0",
2524
"ethers": "^5.0.26",
2625
"mocha": "^8.2.0",

yarn.lock

+16-1
Original file line numberDiff line numberDiff line change
@@ -14740,10 +14740,25 @@ zksync-crypto@^0.4.2:
1474014740
resolved "https://registry.yarnpkg.com/zksync-crypto/-/zksync-crypto-0.4.5.tgz#2941ea8dbada9178390afdcc3c93430f31b00784"
1474114741
integrity sha512-XhhnNhc85BgfmLEAmA7YqrblUltfykrPxlbayGe0dQowroco+1ply3VEZbs0tSEDW5ssBwJHzRSYm3+dOCnzxQ==
1474214742

14743-
"zksync@link:sdk/zksync.js":
14743+
zksync-crypto@^0.5.4:
14744+
version "0.5.4"
14745+
resolved "https://registry.yarnpkg.com/zksync-crypto/-/zksync-crypto-0.5.4.tgz#6b3ca224ce35bbf1843f20ffa526651c45000e03"
14746+
integrity sha512-E5TrDnOijfbyqt3J38iYtqsSdytB68FsEEgiTd/YPVeF6Q1Fp+4ecVlUs+FlelY/OTRpWNkSLD9HGug1GpXHcw==
14747+
14748+
zksync@^0.9.0:
1474414749
version "0.9.0"
14750+
resolved "https://registry.yarnpkg.com/zksync/-/zksync-0.9.0.tgz#7550f81a193e124464582e33062a03625a5e9b7f"
14751+
integrity sha512-5pRSsml/0fTNgkcmvTWi+Ar9+XFtdbpa6GSzx/DCCoHKvNLUUwEYIVYi5azTNnm7R1DEsJY1cWHyBhlyqI2RvA==
1474514752
dependencies:
1474614753
axios "^0.21.1"
1474714754
websocket "^1.0.30"
1474814755
websocket-as-promised "^1.1.0"
1474914756
zksync-crypto "^0.4.2"
14757+
14758+
"zksync@link:sdk/zksync.js":
14759+
version "0.10.4"
14760+
dependencies:
14761+
axios "^0.21.1"
14762+
websocket "^1.0.30"
14763+
websocket-as-promised "^1.1.0"
14764+
zksync-crypto "^0.5.4"

0 commit comments

Comments
 (0)