@bitgo-beta/sdk-coin-flr 1.0.1-beta.7 → 1.0.1-beta.70

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 +22 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-flr@1.1.5...@bitgo/sdk-coin-flr@1.1.6) (2025-02-20)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-flr
9
+
10
+ ## [1.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-flr@1.1.4...@bitgo/sdk-coin-flr@1.1.5) (2025-02-19)
11
+
12
+ ### Bug Fixes
13
+
14
+ - display name correction for xdc,flr,sgb,wemix ([b50ea6a](https://github.com/BitGo/BitGoJS/commit/b50ea6ad6723e755ac8e5c61380ffe5735d74a4b))
15
+
16
+ ## [1.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-flr@1.1.3...@bitgo/sdk-coin-flr@1.1.4) (2025-02-11)
17
+
18
+ **Note:** Version bump only for package @bitgo/sdk-coin-flr
19
+
20
+ ## [1.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-flr@1.1.2...@bitgo/sdk-coin-flr@1.1.3) (2025-02-05)
21
+
22
+ **Note:** Version bump only for package @bitgo/sdk-coin-flr
23
+
24
+ ## [1.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-flr@1.1.1...@bitgo/sdk-coin-flr@1.1.2) (2025-01-28)
25
+
26
+ **Note:** Version bump only for package @bitgo/sdk-coin-flr
27
+
6
28
  ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-flr@1.1.0...@bitgo/sdk-coin-flr@1.1.1) (2025-01-23)
7
29
 
8
30
  **Note:** Version bump only for package @bitgo/sdk-coin-flr
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-flr",
3
- "version": "1.0.1-beta.7",
3
+ "version": "1.0.1-beta.70",
4
4
  "description": "BitGo SDK coin library for Flr",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,14 +40,14 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.0.2-beta.897",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.667",
45
- "@bitgo-beta/statics": "15.1.1-beta.670",
43
+ "@bitgo-beta/abstract-eth": "1.0.2-beta.960",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.730",
45
+ "@bitgo-beta/statics": "15.1.1-beta.733",
46
46
  "@ethereumjs/common": "^2.6.5"
47
47
  },
48
48
  "devDependencies": {
49
- "@bitgo-beta/sdk-api": "1.10.1-beta.666",
50
- "@bitgo-beta/sdk-test": "^8.0.67"
49
+ "@bitgo-beta/sdk-api": "1.10.1-beta.729",
50
+ "@bitgo-beta/sdk-test": "^8.0.72"
51
51
  },
52
- "gitHead": "daaa32b5b3ec3a28dc9cc973eaab33808c58cf54"
52
+ "gitHead": "934044cb917ec5d29deee9dc5dc095c58ad9a94d"
53
53
  }