@bitgo-beta/sdk-coin-xlm 2.0.5-beta.413 → 2.0.5-beta.415

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 +11 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xlm@3.1.3...@bitgo/sdk-coin-xlm@3.2.0) (2024-07-16)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-xlm:** deprecate instead of rename utils to avoid breaking change ([f1589d4](https://github.com/BitGo/BitGoJS/commit/f1589d40c386a04a419391d3015d21678b607ec6))
11
+
12
+ ### Features
13
+
14
+ - **sdk-coin-xlm:** better error handling on keypair creation util ([c1abf80](https://github.com/BitGo/BitGoJS/commit/c1abf80f1868f49db8dd5ca03d26e324d05f349e))
15
+ - **sdk-coin-xlm:** recover root key support and refactor utils ([6bf1367](https://github.com/BitGo/BitGoJS/commit/6bf136744b1477b1fa92e0e53cec7ad0233a6d2f))
16
+
6
17
  ## [3.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xlm@3.1.2...@bitgo/sdk-coin-xlm@3.1.3) (2024-07-04)
7
18
 
8
19
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-xlm",
3
- "version": "2.0.5-beta.413",
3
+ "version": "2.0.5-beta.415",
4
4
  "description": "BitGo SDK coin library for Xlm",
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/sdk-core": "8.2.1-beta.416",
44
- "@bitgo-beta/statics": "15.1.1-beta.419",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.418",
44
+ "@bitgo-beta/statics": "15.1.1-beta.421",
45
45
  "bignumber.js": "^9.1.1",
46
46
  "lodash": "^4.17.14",
47
47
  "stellar-sdk": "^10.0.1",
48
48
  "superagent": "^9.0.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@bitgo-beta/sdk-api": "1.10.1-beta.415",
52
- "@bitgo-beta/sdk-test": "^8.0.30"
51
+ "@bitgo-beta/sdk-api": "1.10.1-beta.417",
52
+ "@bitgo-beta/sdk-test": "^8.0.31"
53
53
  },
54
- "gitHead": "7e09be418c42dcbce2909d45750ac4d4f9cca96e"
54
+ "gitHead": "54d1113e35aaad74e2efbe00161a5df066120464"
55
55
  }