lnlink-server 1.1.8 → 1.1.9
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/dist/app.js +1 -1
- package/dist/build-info.json +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +2 -2
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/build-info.json
CHANGED
package/dist/index.js
CHANGED
|
@@ -6280,8 +6280,8 @@ var require_client4 = __commonJS({
|
|
|
6280
6280
|
throw new Error("RGB configuration not available");
|
|
6281
6281
|
}
|
|
6282
6282
|
rgbClient = new RgbApiClient({
|
|
6283
|
-
|
|
6284
|
-
baseUrl: "http://35.221.95.26:9744"
|
|
6283
|
+
baseUrl: `http://127.0.0.1:${config.LINK_RGB_LISTENING_PORT}`
|
|
6284
|
+
// baseUrl: "http://35.221.95.26:9744",
|
|
6285
6285
|
});
|
|
6286
6286
|
}
|
|
6287
6287
|
return rgbClient;
|
|
@@ -7354,7 +7354,7 @@ var require_package = __commonJS({
|
|
|
7354
7354
|
"package.json"(exports2, module2) {
|
|
7355
7355
|
module2.exports = {
|
|
7356
7356
|
name: "lnlink-server",
|
|
7357
|
-
version: "1.1.
|
|
7357
|
+
version: "1.1.9",
|
|
7358
7358
|
private: false,
|
|
7359
7359
|
main: "dist/index.js",
|
|
7360
7360
|
files: [
|