@bitgo-beta/sdk-coin-ethlike 1.0.1-beta.1 → 1.0.1-beta.11

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 +22 -0
  2. package/package.json +8 -8
package/CHANGELOG.md ADDED
@@ -0,0 +1,22 @@
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.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethlike@1.1.0...@bitgo/sdk-coin-ethlike@1.1.2) (2024-06-21)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-ethlike
9
+
10
+ ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethlike@1.1.0...@bitgo/sdk-coin-ethlike@1.1.1) (2024-06-20)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-ethlike
13
+
14
+ # 1.1.0 (2024-06-14)
15
+
16
+ ### Bug Fixes
17
+
18
+ - **sdk-coin-ethlike:** upgrade sdk-core dependency ([c8b6b17](https://github.com/BitGo/BitGoJS/commit/c8b6b17a11bf7e13e3f8230aaee974963b3c4d53))
19
+
20
+ ### Features
21
+
22
+ - **sdk-coin-ethlike:** add new eth like coin packages ([ba305cb](https://github.com/BitGo/BitGoJS/commit/ba305cb7f7b564d499d0f931f50919058e85652f))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-ethlike",
3
- "version": "1.0.1-beta.1",
3
+ "version": "1.0.1-beta.11",
4
4
  "description": "BitGo SDK coin library for EthLike coins",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,16 +40,16 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.0.2-beta.609",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.379",
45
- "@bitgo-beta/statics": "15.1.1-beta.382",
43
+ "@bitgo-beta/abstract-eth": "1.0.2-beta.619",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.389",
45
+ "@bitgo-beta/statics": "15.1.1-beta.392",
46
46
  "@ethereumjs/common": "2.6.5",
47
47
  "ethereumjs-util": "7.1.5"
48
48
  },
49
49
  "devDependencies": {
50
- "@bitgo-beta/sdk-api": "1.10.1-beta.378",
51
- "@bitgo-beta/sdk-test": "^8.0.23",
52
- "@bitgo-beta/utxo-lib": "8.0.3-beta.380"
50
+ "@bitgo-beta/sdk-api": "1.10.1-beta.388",
51
+ "@bitgo-beta/sdk-test": "^8.0.26",
52
+ "@bitgo-beta/utxo-lib": "8.0.3-beta.390"
53
53
  },
54
- "gitHead": "7dbe7103e0697981b5d041233811fb03df0293be"
54
+ "gitHead": "3ed252a9d19637c666fb0689538533295a629f71"
55
55
  }