@bitgo-beta/sdk-coin-eos 1.3.19-beta.9 → 1.3.19-beta.90

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 +54 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,60 @@
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
+ # [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.3.28...@bitgo/sdk-coin-eos@1.5.0) (2023-08-04)
7
+
8
+ ### Features
9
+
10
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
11
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
12
+
13
+ # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.3.28...@bitgo/sdk-coin-eos@1.4.0) (2023-07-28)
14
+
15
+ ### Features
16
+
17
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
18
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
19
+
20
+ ## [1.3.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.3.27...@bitgo/sdk-coin-eos@1.3.28) (2023-07-18)
21
+
22
+ **Note:** Version bump only for package @bitgo/sdk-coin-eos
23
+
24
+ ## [1.3.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.3.26...@bitgo/sdk-coin-eos@1.3.27) (2023-06-21)
25
+
26
+ **Note:** Version bump only for package @bitgo/sdk-coin-eos
27
+
28
+ ## [1.3.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.3.25...@bitgo/sdk-coin-eos@1.3.26) (2023-06-14)
29
+
30
+ **Note:** Version bump only for package @bitgo/sdk-coin-eos
31
+
32
+ ## [1.3.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.3.24...@bitgo/sdk-coin-eos@1.3.25) (2023-06-13)
33
+
34
+ **Note:** Version bump only for package @bitgo/sdk-coin-eos
35
+
36
+ ## [1.3.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.3.23...@bitgo/sdk-coin-eos@1.3.24) (2023-06-07)
37
+
38
+ **Note:** Version bump only for package @bitgo/sdk-coin-eos
39
+
40
+ ## [1.3.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.3.22...@bitgo/sdk-coin-eos@1.3.23) (2023-06-05)
41
+
42
+ **Note:** Version bump only for package @bitgo/sdk-coin-eos
43
+
44
+ ## [1.3.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.3.21...@bitgo/sdk-coin-eos@1.3.22) (2023-05-25)
45
+
46
+ **Note:** Version bump only for package @bitgo/sdk-coin-eos
47
+
48
+ ## [1.3.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.3.20...@bitgo/sdk-coin-eos@1.3.21) (2023-05-17)
49
+
50
+ **Note:** Version bump only for package @bitgo/sdk-coin-eos
51
+
52
+ ## [1.3.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.3.19...@bitgo/sdk-coin-eos@1.3.20) (2023-05-10)
53
+
54
+ **Note:** Version bump only for package @bitgo/sdk-coin-eos
55
+
56
+ ## [1.3.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.3.18...@bitgo/sdk-coin-eos@1.3.19) (2023-05-03)
57
+
58
+ **Note:** Version bump only for package @bitgo/sdk-coin-eos
59
+
6
60
  ## [1.3.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.3.17...@bitgo/sdk-coin-eos@1.3.18) (2023-04-25)
7
61
 
8
62
  **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.9",
3
+ "version": "1.3.19-beta.90",
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": ">=14 <17"
21
+ "node": ">=16 <19"
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.9",
44
- "@bitgo-beta/statics": "15.1.1-beta.10",
45
- "@bitgo-beta/utxo-lib": "8.0.3-beta.9",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.90",
44
+ "@bitgo-beta/statics": "15.1.1-beta.92",
45
+ "@bitgo-beta/utxo-lib": "8.0.3-beta.90",
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": "^3.8.3"
51
51
  },
52
52
  "devDependencies": {
53
- "@bitgo-beta/sdk-api": "1.10.1-beta.9",
54
- "@bitgo-beta/sdk-test": "^1.2.18",
53
+ "@bitgo-beta/sdk-api": "1.10.1-beta.90",
54
+ "@bitgo-beta/sdk-test": "^1.2.30",
55
55
  "@types/lodash": "^4.14.121"
56
56
  },
57
- "gitHead": "c877cc34b3b38aea6e2a17c1047a3d92bb1c910d"
57
+ "gitHead": "d3a565c2d11a9bc8f6a4fa94a7b2ae03cb2db8f3"
58
58
  }