@bitgo-beta/sdk-coin-flrp 1.0.1-beta.70 → 1.0.1-beta.71

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-flrp",
3
- "version": "1.0.1-beta.70",
3
+ "version": "1.0.1-beta.71",
4
4
  "description": "BitGo's SDK coin library for flrp coin",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -43,15 +43,18 @@
43
43
  ]
44
44
  },
45
45
  "devDependencies": {
46
- "@bitgo-beta/sdk-api": "1.10.1-beta.1225",
47
- "@bitgo-beta/sdk-test": "^9.1.1"
46
+ "@bitgo-beta/sdk-api": "1.10.1-beta.1226",
47
+ "@bitgo-beta/sdk-test": "^9.1.2"
48
48
  },
49
49
  "dependencies": {
50
- "@bitgo-beta/sdk-core": "8.2.1-beta.1226",
51
- "@bitgo-beta/secp256k1": "1.0.2-beta.1253",
52
- "@bitgo-beta/statics": "15.1.1-beta.1229",
50
+ "@bitgo-beta/sdk-core": "8.2.1-beta.1227",
51
+ "@bitgo-beta/secp256k1": "1.0.2-beta.1254",
52
+ "@bitgo-beta/statics": "15.1.1-beta.1230",
53
53
  "@flarenetwork/flarejs": "4.1.0-rc0",
54
54
  "bignumber.js": "9.0.0"
55
55
  },
56
- "gitHead": "747f26f2887b3dd148ad1542eed982fac9c4894d"
56
+ "gitHead": "63a34e6a921d18c02a2a97b1188d0ee6231eba96",
57
+ "files": [
58
+ "dist"
59
+ ]
57
60
  }
package/.eslintignore DELETED
@@ -1,5 +0,0 @@
1
- node_modules
2
- .idea
3
- public
4
- dist
5
-
package/.eslintrc.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "extends": "../../.eslintrc.json",
3
- "rules": {
4
- "@typescript-eslint/explicit-module-boundary-types": "error",
5
- "indent": "off"
6
- }
7
- }
package/.mocharc.yml DELETED
@@ -1,8 +0,0 @@
1
- require: 'tsx'
2
- timeout: '60000'
3
- reporter: 'min'
4
- reporter-option:
5
- - 'cdn=true'
6
- - 'json=false'
7
- exit: true
8
- spec: ['test/unit/**/*.ts']
package/CHANGELOG.md DELETED
@@ -1,27 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-flrp@1.1.0...@bitgo/sdk-coin-flrp@1.1.1) (2025-09-29)
7
-
8
- **Note:** Version bump only for package @bitgo/sdk-coin-flrp
9
-
10
- # 1.1.0 (2025-09-25)
11
-
12
- ### Bug Fixes
13
-
14
- - **sdk-coin-flrp:** fix build due to dependency conflict ([28fa71b](https://github.com/BitGo/BitGoJS/commit/28fa71bd78061d478f58ef118ba137c952ead160))
15
-
16
- ### Features
17
-
18
- - (skeleton) export in c chain ([f86f215](https://github.com/BitGo/BitGoJS/commit/f86f21527ed6130cdf5fdbcdffacd241385e88fc))
19
- - configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
20
- - flrp txn builder ([2b47130](https://github.com/BitGo/BitGoJS/commit/2b471308e7a9ec3e57e49b04b7d75fcb404eb33f))
21
- - flrp validators and delegator ([f0baf64](https://github.com/BitGo/BitGoJS/commit/f0baf64859d6d019ac31175befe5066fcc2d0744))
22
- - flrp validators and delegator ([6c16b3d](https://github.com/BitGo/BitGoJS/commit/6c16b3dc53cf625aa646ab64e87558e5193ef824))
23
- - flrp validators and delegator ([4cbc0e5](https://github.com/BitGo/BitGoJS/commit/4cbc0e502f7d0958ef2fa91c78b106f1585a77c4))
24
- - flrp validators and delegator ([87694a1](https://github.com/BitGo/BitGoJS/commit/87694a14851c260053605f6ab761dbf6edd012d5))
25
- - flrp validators and delegator ([5658080](https://github.com/BitGo/BitGoJS/commit/5658080cab9691cb0c8340ba5c40da5381fc4286))
26
- - **sdk-coin-flrp:** added keypair and utils ([71846e7](https://github.com/BitGo/BitGoJS/commit/71846e7431af97736e1babe7dc0fc2953639192a))
27
- - skeleton export tx builder for p chain ([6a910fd](https://github.com/BitGo/BitGoJS/commit/6a910fd62640ba26a6038fa84cdce3a40f1c3cb4))