@bitgo-beta/abstract-lightning 1.0.1-beta.525 → 1.0.1-beta.526
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/CHANGELOG.md +19 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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
|
+
# [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@4.3.4...@bitgo/abstract-lightning@5.0.0) (2025-06-02)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **abstract-lightning:** locked to outbound locked balance name ([f0dcff0](https://github.com/BitGo/BitGoJS/commit/f0dcff01597fc6b30e7a10ec6a1c87b2a5f18207))
|
|
11
|
+
- **abstract-lightning:** make offchain lightning balance composed ([2a0ebfa](https://github.com/BitGo/BitGoJS/commit/2a0ebfa4a63533811bb4fa76cdcc72fe5325853b))
|
|
12
|
+
- added pagination in invoice ([3ce776b](https://github.com/BitGo/BitGoJS/commit/3ce776b40f4ad98b19e88568479cb7586bded5d7))
|
|
13
|
+
- added pagination in payments ([2389a6d](https://github.com/BitGo/BitGoJS/commit/2389a6dd952989d67143f078ad8dbd01348e8c6c))
|
|
14
|
+
- rename audit function naming and signature ([1a885ab](https://github.com/BitGo/BitGoJS/commit/1a885ab60d30ca8595e284a728f2ab9d3c09994e))
|
|
15
|
+
|
|
16
|
+
### BREAKING CHANGES
|
|
17
|
+
|
|
18
|
+
- response structure changed
|
|
19
|
+
- response structure changed
|
|
20
|
+
|
|
21
|
+
## [4.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@4.3.3...@bitgo/abstract-lightning@4.3.4) (2025-05-28)
|
|
22
|
+
|
|
23
|
+
**Note:** Version bump only for package @bitgo/abstract-lightning
|
|
24
|
+
|
|
6
25
|
## [4.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@4.3.2...@bitgo/abstract-lightning@4.3.3) (2025-05-22)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @bitgo/abstract-lightning
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/abstract-lightning",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.526",
|
|
4
4
|
"description": "BitGo SDK coin library for base Lightning Network coin implementation",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"author": "BitGo SDK Team <sdkteam@bitgo.com>",
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"engines": {
|
|
20
|
-
"node": ">=18 <
|
|
20
|
+
"node": ">=18 <23"
|
|
21
21
|
},
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
43
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
44
|
-
"@bitgo-beta/utxo-lib": "8.0.3-beta.
|
|
42
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.912",
|
|
43
|
+
"@bitgo-beta/statics": "15.1.1-beta.915",
|
|
44
|
+
"@bitgo-beta/utxo-lib": "8.0.3-beta.913",
|
|
45
45
|
"@bitgo/public-types": "5.1.0",
|
|
46
46
|
"bs58check": "^2.1.2",
|
|
47
47
|
"fp-ts": "^2.12.2",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"io-ts-types": "^0.5.16",
|
|
50
50
|
"macaroon": "^3.0.4"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "e74a0774712752fd3d09a5a3787f8afd40f7e5f6"
|
|
53
53
|
}
|