@bitgo-beta/sdk-coin-eos 1.3.19-beta.845 → 1.3.19-beta.847

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 +12 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@2.1.69...@bitgo/sdk-coin-eos@3.0.0) (2025-04-25)
7
+
8
+ ### Code Refactoring
9
+
10
+ - remove unused bls and eth2 codebase ([4ffd5bd](https://github.com/BitGo/BitGoJS/commit/4ffd5bd13bc2e8d43b57bef4aae0b5880bbf9e2b))
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ - remove bls and eth2 sdk
15
+
16
+ TICKET: WP-3961
17
+
6
18
  ## [2.1.69](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@2.1.68...@bitgo/sdk-coin-eos@2.1.69) (2025-04-15)
7
19
 
8
20
  **Note:** Version bump only for package @bitgo/sdk-coin-eos
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-eos",
3
- "version": "1.3.19-beta.845",
3
+ "version": "1.3.19-beta.847",
4
4
  "description": "BitGo SDK coin library for Eos",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,9 +40,9 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/sdk-core": "8.2.1-beta.849",
44
- "@bitgo-beta/secp256k1": "1.0.2-beta.875",
45
- "@bitgo-beta/statics": "15.1.1-beta.852",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.851",
44
+ "@bitgo-beta/secp256k1": "1.0.2-beta.877",
45
+ "@bitgo-beta/statics": "15.1.1-beta.854",
46
46
  "bignumber.js": "^9.0.2",
47
47
  "eosjs": "^21.0.2",
48
48
  "eosjs-ecc": "^4.0.4",
@@ -50,9 +50,9 @@
50
50
  "superagent": "^9.0.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@bitgo-beta/sdk-api": "1.10.1-beta.848",
54
- "@bitgo-beta/sdk-test": "^8.0.81",
53
+ "@bitgo-beta/sdk-api": "1.10.1-beta.850",
54
+ "@bitgo-beta/sdk-test": "^8.0.82",
55
55
  "@types/lodash": "^4.14.121"
56
56
  },
57
- "gitHead": "2b24b8594e590986a76c8c1e8f07fc7e5e55b241"
57
+ "gitHead": "8fc1ff3fc9b8ba599bcd09a07c6ffa82f03437c1"
58
58
  }