@bitgo-beta/sdk-coin-eos 1.3.19-beta.906 → 1.3.19-beta.908

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 +10 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@3.0.5...@bitgo/sdk-coin-eos@3.1.0) (2025-06-02)
7
+
8
+ ### Features
9
+
10
+ - rename audit function naming and signature ([1a885ab](https://github.com/BitGo/BitGoJS/commit/1a885ab60d30ca8595e284a728f2ab9d3c09994e))
11
+
12
+ ## [3.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@3.0.4...@bitgo/sdk-coin-eos@3.0.5) (2025-05-28)
13
+
14
+ **Note:** Version bump only for package @bitgo/sdk-coin-eos
15
+
6
16
  ## [3.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@3.0.3...@bitgo/sdk-coin-eos@3.0.4) (2025-05-22)
7
17
 
8
18
  **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.906",
3
+ "version": "1.3.19-beta.908",
4
4
  "description": "BitGo SDK coin library for Eos",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
19
19
  "license": "MIT",
20
20
  "engines": {
21
- "node": ">=18 <21"
21
+ "node": ">=18 <23"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",
@@ -40,9 +40,9 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/sdk-core": "8.2.1-beta.910",
44
- "@bitgo-beta/secp256k1": "1.0.2-beta.937",
45
- "@bitgo-beta/statics": "15.1.1-beta.913",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.912",
44
+ "@bitgo-beta/secp256k1": "1.0.2-beta.939",
45
+ "@bitgo-beta/statics": "15.1.1-beta.915",
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.909",
54
- "@bitgo-beta/sdk-test": "^8.0.86",
53
+ "@bitgo-beta/sdk-api": "1.10.1-beta.911",
54
+ "@bitgo-beta/sdk-test": "^8.0.88",
55
55
  "@types/lodash": "^4.14.121"
56
56
  },
57
- "gitHead": "8dd535e6769f586bc8fd88acd3be4b8ccb8a2b8e"
57
+ "gitHead": "e74a0774712752fd3d09a5a3787f8afd40f7e5f6"
58
58
  }