lnlink-server 1.0.0 → 1.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.
Files changed (62) hide show
  1. package/dist/app.js +409 -357
  2. package/dist/binaries.json +12 -7
  3. package/dist/build-info.json +2 -1
  4. package/dist/index.js +690 -122
  5. package/dist/index.js.map +4 -4
  6. package/dist/node_modules/debug/.coveralls.yml +1 -0
  7. package/dist/node_modules/debug/.eslintrc +11 -0
  8. package/dist/node_modules/debug/.travis.yml +14 -0
  9. package/dist/node_modules/debug/CHANGELOG.md +362 -0
  10. package/dist/node_modules/debug/LICENSE +19 -0
  11. package/dist/node_modules/debug/Makefile +50 -0
  12. package/dist/node_modules/debug/README.md +312 -0
  13. package/dist/node_modules/debug/component.json +19 -0
  14. package/dist/node_modules/debug/karma.conf.js +70 -0
  15. package/dist/node_modules/debug/node.js +1 -0
  16. package/dist/node_modules/debug/package.json +49 -0
  17. package/dist/node_modules/debug/src/browser.js +185 -0
  18. package/dist/node_modules/debug/src/debug.js +202 -0
  19. package/dist/node_modules/debug/src/index.js +10 -0
  20. package/dist/node_modules/debug/src/inspector-log.js +15 -0
  21. package/dist/node_modules/debug/src/node.js +248 -0
  22. package/dist/node_modules/depd/History.md +96 -0
  23. package/dist/node_modules/depd/LICENSE +22 -0
  24. package/dist/node_modules/depd/Readme.md +280 -0
  25. package/dist/node_modules/depd/index.js +522 -0
  26. package/dist/node_modules/depd/lib/browser/index.js +77 -0
  27. package/dist/node_modules/depd/lib/compat/callsite-tostring.js +103 -0
  28. package/dist/node_modules/depd/lib/compat/event-listener-count.js +22 -0
  29. package/dist/node_modules/depd/lib/compat/index.js +79 -0
  30. package/dist/node_modules/depd/package.json +41 -0
  31. package/dist/node_modules/http-errors/HISTORY.md +132 -0
  32. package/dist/node_modules/http-errors/LICENSE +23 -0
  33. package/dist/node_modules/http-errors/README.md +135 -0
  34. package/dist/node_modules/http-errors/index.js +260 -0
  35. package/dist/node_modules/http-errors/package.json +48 -0
  36. package/dist/node_modules/inherits/LICENSE +16 -0
  37. package/dist/node_modules/inherits/README.md +42 -0
  38. package/dist/node_modules/inherits/inherits.js +7 -0
  39. package/dist/node_modules/inherits/inherits_browser.js +23 -0
  40. package/dist/node_modules/inherits/package.json +29 -0
  41. package/dist/node_modules/ms/index.js +152 -0
  42. package/dist/node_modules/ms/license.md +21 -0
  43. package/dist/node_modules/ms/package.json +37 -0
  44. package/dist/node_modules/ms/readme.md +51 -0
  45. package/dist/node_modules/setprototypeof/LICENSE +13 -0
  46. package/dist/node_modules/setprototypeof/README.md +26 -0
  47. package/dist/node_modules/setprototypeof/index.d.ts +2 -0
  48. package/dist/node_modules/setprototypeof/index.js +15 -0
  49. package/dist/node_modules/setprototypeof/package.json +25 -0
  50. package/dist/node_modules/statuses/HISTORY.md +65 -0
  51. package/dist/node_modules/statuses/LICENSE +23 -0
  52. package/dist/node_modules/statuses/README.md +127 -0
  53. package/dist/node_modules/statuses/codes.json +66 -0
  54. package/dist/node_modules/statuses/index.js +113 -0
  55. package/dist/node_modules/statuses/package.json +48 -0
  56. package/dist/package.json +3 -2
  57. package/dist/public/css/initOwner.css +578 -426
  58. package/dist/public/img/logo.svg +1 -0
  59. package/dist/public/init.html +5 -5
  60. package/dist/public/js/init.js +644 -258
  61. package/dist/setting.regtest.json +1 -1
  62. package/package.json +4 -3
@@ -2,19 +2,24 @@
2
2
  "darwin-arm64": {
3
3
  "tor": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.4/tor-expert-bundle-macos-aarch64-14.5.4.tar.gz",
4
4
  "libevent-2.1.7.dylib": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.4/tor-expert-bundle-macos-aarch64-14.5.4.tar.gz",
5
- "litd": "https://github.com/lightninglabs/lightning-terminal/releases/download/v0.14.0-alpha/lightning-terminal-darwin-arm64-v0.14.0-alpha.tar.gz",
6
- "rgb-lightning-node": "https://github.com/free-free-6/rgb-lightning-node/releases/download/v0.2.0/rgb-lightning-node-macos-aarch64"
5
+ "litd": "https://github.com/lightninglabs/lightning-terminal/releases/download/v0.16.0-alpha/lightning-terminal-darwin-arm64-v0.16.0-alpha.tar.gz",
6
+ "rgb-lightning-node": "https://github.com/lnfi-network-dev/rgb-lightning-node/releases/download/v0.2.1-rc.3/macos-latest-binaries.zip"
7
7
  },
8
8
  "darwin-x64": {
9
9
  "tor": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.4/tor-expert-bundle-macos-x86_64-14.5.4.tar.gz",
10
10
  "libevent-2.1.7.dylib": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.4/tor-expert-bundle-macos-x86_64-14.5.4.tar.gz",
11
- "litd": "https://github.com/lightninglabs/lightning-terminal/releases/download/v0.14.0-alpha/lightning-terminal-darwin-amd64-v0.14.0-alpha.tar.gz",
12
- "rgb-lightning-node": "https://github.com/free-free-6/rgb-lightning-node/releases/download/v0.2.0/rgb-lightning-node-macos-x86_64"
11
+ "litd": "https://github.com/lightninglabs/lightning-terminal/releases/download/v0.16.0-alpha/lightning-terminal-darwin-amd64-v0.16.0-alpha.tar.gz",
12
+ "rgb-lightning-node": "https://github.com/lnfi-network-dev/rgb-lightning-node/releases/download/v0.2.1-rc.3/macos-latest-binaries.zip"
13
+ },
14
+ "win32-x64": {
15
+ "tor.exe": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.4/tor-expert-bundle-windows-x86_64-14.5.4.tar.gz",
16
+ "litd.exe": "https://github.com/lightninglabs/lightning-terminal/releases/download/v0.16.0-alpha/lightning-terminal-windows-amd64-v0.16.0-alpha.zip",
17
+ "rgb-lightning-node.exe": "https://github.com/lnfi-network-dev/rgb-lightning-node/releases/download/v0.2.1-rc.3/windows-latest-binaries.zip"
13
18
  },
14
19
  "linux-x64": {
15
20
  "tor": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.4/tor-expert-bundle-linux-x86_64-14.5.4.tar.gz",
16
21
  "libevent-2.1.7.dylib": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.4/tor-expert-bundle-linux-x86_64-14.5.4.tar.gz",
17
- "litd": "https://github.com/lightninglabs/lightning-terminal/releases/download/v0.14.0-alpha/lightning-terminal-linux-amd64-v0.14.0-alpha.tar.gz",
18
- "rgb-lightning-node": "https://github.com/free-free-6/rgb-lightning-node/releases/download/v0.2.0/rgb-lightning-node-linux-x86_64"
22
+ "litd": "https://github.com/lightninglabs/lightning-terminal/releases/download/v0.16.0-alpha/lightning-terminal-linux-amd64-v0.16.0-alpha.tar.gz",
23
+ "rgb-lightning-node": "https://github.com/lnfi-network-dev/rgb-lightning-node/releases/download/v0.2.1-rc.3/linux-latest-binaries.zip"
19
24
  }
20
- }
25
+ }
@@ -1,5 +1,5 @@
1
1
  {
2
- "buildTime": "2026-01-22T03:58:53.442Z",
2
+ "buildTime": "2026-02-02T06:13:43.749Z",
3
3
  "mode": "development",
4
4
  "bundle": "single",
5
5
  "external": "all",
@@ -12,6 +12,7 @@
12
12
  "axios",
13
13
  "bitcoin-core",
14
14
  "body-parser",
15
+ "bolt11",
15
16
  "cookie-parser",
16
17
  "crypto-js",
17
18
  "dayjs",