@bitgo-beta/abstract-lightning 1.0.0-alpha.180 → 1.0.0-alpha.181

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 +17 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@5.0.0...@bitgo/abstract-lightning@6.0.0) (2025-06-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ - removed InvoiceInfo codec ([9864abf](https://github.com/BitGo/BitGoJS/commit/9864abf35bc721059204377a359583c82556df92))
11
+
12
+ ### Features
13
+
14
+ - added common withdraw codecs in abstract-lightning ([af6d555](https://github.com/BitGo/BitGoJS/commit/af6d55576fd83359387e42b0997ab3b64c1e8c23))
15
+ - **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
16
+
17
+ ### BREAKING CHANGES
18
+
19
+ - create invoice response changed
20
+
21
+ TICKET: BTC-2155
22
+
6
23
  # [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
24
 
8
25
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/abstract-lightning",
3
- "version": "1.0.0-alpha.180",
3
+ "version": "1.0.0-alpha.181",
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",
@@ -39,9 +39,9 @@
39
39
  ]
40
40
  },
41
41
  "dependencies": {
42
- "@bitgo-beta/sdk-core": "2.4.1-alpha.326",
43
- "@bitgo-beta/statics": "10.0.1-alpha.326",
44
- "@bitgo-beta/utxo-lib": "4.0.1-alpha.327",
42
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.327",
43
+ "@bitgo-beta/statics": "10.0.1-alpha.327",
44
+ "@bitgo-beta/utxo-lib": "4.0.1-alpha.328",
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": "da2c3346d8748e857c2176146211846c4951a09d"
52
+ "gitHead": "c81de51e884febd686e03eb00ad97e5ef077818b"
53
53
  }