@bitgo-beta/sdk-coin-zketh 1.0.1-beta.4 → 1.0.1-beta.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +72 -0
  2. package/package.json +8 -8
package/CHANGELOG.md ADDED
@@ -0,0 +1,72 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # 1.6.0 (2024-01-26)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
11
+
12
+ ### Features
13
+
14
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
15
+ - **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
16
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
17
+
18
+ # 1.5.0 (2024-01-26)
19
+
20
+ ### Bug Fixes
21
+
22
+ - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
23
+
24
+ ### Features
25
+
26
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
27
+ - **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
28
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
29
+
30
+ # 1.4.0 (2024-01-25)
31
+
32
+ ### Bug Fixes
33
+
34
+ - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
35
+
36
+ ### Features
37
+
38
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
39
+ - **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
40
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
41
+
42
+ # 1.3.0 (2024-01-22)
43
+
44
+ ### Bug Fixes
45
+
46
+ - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
47
+
48
+ ### Features
49
+
50
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
51
+ - **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
52
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
53
+
54
+ # 1.2.0 (2024-01-09)
55
+
56
+ ### Bug Fixes
57
+
58
+ - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
59
+
60
+ ### Features
61
+
62
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
63
+ - **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
64
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
65
+
66
+ # 1.1.0 (2024-01-03)
67
+
68
+ ### Features
69
+
70
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
71
+ - **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
72
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-zketh",
3
- "version": "1.0.1-beta.4",
3
+ "version": "1.0.1-beta.40",
4
4
  "description": "BitGo SDK coin library for zkSync",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,17 +40,17 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.0.2-beta.449",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.218",
45
- "@bitgo-beta/statics": "15.1.1-beta.221",
46
- "@bitgo-beta/utxo-lib": "8.0.3-beta.219",
43
+ "@bitgo-beta/abstract-eth": "1.0.2-beta.485",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.254",
45
+ "@bitgo-beta/statics": "15.1.1-beta.257",
46
+ "@bitgo-beta/utxo-lib": "8.0.3-beta.255",
47
47
  "@ethereumjs/common": "^2.6.5",
48
48
  "superagent": "^3.8.3"
49
49
  },
50
50
  "devDependencies": {
51
- "@bitgo-beta/sdk-api": "1.10.1-beta.218",
52
- "@bitgo-beta/sdk-test": "^1.2.53",
51
+ "@bitgo-beta/sdk-api": "1.10.1-beta.254",
52
+ "@bitgo-beta/sdk-test": "^6.0.0",
53
53
  "secp256k1": "5.0.0"
54
54
  },
55
- "gitHead": "e89c342ca068908ba948f3ba7424ea735a8b781b"
55
+ "gitHead": "fd64fbf63147aa11c37615d625c17bf3bedc7583"
56
56
  }