@bitgo-beta/sdk-coin-stx 1.4.3-alpha.42 → 1.4.3-alpha.43

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 +20 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
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
+ ## [2.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.0.1...@bitgo/sdk-coin-stx@2.0.2) (2023-04-25)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-stx
9
+
10
+ ## [2.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.0.0...@bitgo/sdk-coin-stx@2.0.1) (2023-04-20)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-stx
13
+
14
+ # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@1.4.15...@bitgo/sdk-coin-stx@2.0.0) (2023-04-13)
15
+
16
+ ### Features
17
+
18
+ - **sdk-coin-stx:** update stx staking contract name ([e0701e0](https://github.com/BitGo/BitGoJS/commit/e0701e00d2aeb83459da518c2e7482cdfac68489))
19
+
20
+ ### BREAKING CHANGES
21
+
22
+ - **sdk-coin-stx:** The old pox contract is no longer allowed, pox-2 must be used
23
+
24
+ BG-71631
25
+
6
26
  ## [1.4.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@1.4.14...@bitgo/sdk-coin-stx@1.4.15) (2023-02-17)
7
27
 
8
28
  **Note:** Version bump only for package @bitgo/sdk-coin-stx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-stx",
3
- "version": "1.4.3-alpha.42",
3
+ "version": "1.4.3-alpha.43",
4
4
  "description": "BitGo SDK coin library for Stacks",
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": "2.4.1-alpha.42",
44
- "@bitgo-beta/statics": "10.0.1-alpha.42",
45
- "@bitgo-beta/utxo-lib": "4.0.1-alpha.42",
43
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.43",
44
+ "@bitgo-beta/statics": "10.0.1-alpha.43",
45
+ "@bitgo-beta/utxo-lib": "4.0.1-alpha.43",
46
46
  "@stacks/network": "^4.3.0",
47
47
  "@stacks/transactions": "2.0.1",
48
48
  "bignumber.js": "^9.0.0",
@@ -52,9 +52,9 @@
52
52
  "lodash": "^4.17.15"
53
53
  },
54
54
  "devDependencies": {
55
- "@bitgo-beta/sdk-api": "1.6.1-alpha.42",
56
- "@bitgo-beta/sdk-test": "^1.2.15",
55
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.43",
56
+ "@bitgo-beta/sdk-test": "^1.2.18",
57
57
  "@types/elliptic": "^6.4.12"
58
58
  },
59
- "gitHead": "1d4d7fb4d117d6b1c3493baa99edd7dd6a4710c6"
59
+ "gitHead": "da47c2ed7125c9c0e4a059ddede378f4628cd195"
60
60
  }