lightning 12.0.1 → 12.0.2
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
CHANGED
package/package.json
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@alexbosworth/blockchain": "3.2.0",
|
|
11
|
-
"@grpc/grpc-js": "1.14.
|
|
11
|
+
"@grpc/grpc-js": "1.14.4",
|
|
12
12
|
"@grpc/proto-loader": "0.8.1",
|
|
13
|
-
"@types/node": "25.
|
|
13
|
+
"@types/node": "25.9.1",
|
|
14
14
|
"@types/request": "2.48.13",
|
|
15
15
|
"@types/ws": "8.18.1",
|
|
16
16
|
"async": "3.2.6",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"directory": "test-typescript/typescript"
|
|
52
52
|
},
|
|
53
53
|
"types": "index.d.ts",
|
|
54
|
-
"version": "12.0.
|
|
54
|
+
"version": "12.0.2"
|
|
55
55
|
}
|
|
@@ -152,16 +152,6 @@ const tests = [
|
|
|
152
152
|
}],
|
|
153
153
|
},
|
|
154
154
|
},
|
|
155
|
-
{
|
|
156
|
-
args: {lnd: makeLnd({data: {type: 'event'}})},
|
|
157
|
-
description: 'Channel data details are expected',
|
|
158
|
-
expected: {
|
|
159
|
-
events: [{
|
|
160
|
-
data: new Error('ExpectedEventDetailsForTypeInChannelSub'),
|
|
161
|
-
event: 'error',
|
|
162
|
-
}],
|
|
163
|
-
},
|
|
164
|
-
},
|
|
165
155
|
{
|
|
166
156
|
args: {lnd: makeLnd({data: {active_channel: {}, type: 'active_channel'}})},
|
|
167
157
|
description: 'Channel data details are expected',
|