@runware/sdk-js 1.1.16 → 1.1.17
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/index.js +0 -2
- package/dist/index.mjs +0 -2
- package/package.json +1 -1
- package/readme.md +1 -1
package/dist/index.js
CHANGED
|
@@ -1306,9 +1306,7 @@ var RunwareServer = class extends RunwareBase {
|
|
|
1306
1306
|
if (this._reconnectingIntervalId) {
|
|
1307
1307
|
clearInterval(this._reconnectingIntervalId);
|
|
1308
1308
|
}
|
|
1309
|
-
console.log("should reconnect", this._shouldReconnect);
|
|
1310
1309
|
if (this._shouldReconnect) {
|
|
1311
|
-
console.log("reconnecting");
|
|
1312
1310
|
setTimeout(() => this.connect(), 1e3);
|
|
1313
1311
|
}
|
|
1314
1312
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -1284,9 +1284,7 @@ var RunwareServer = class extends RunwareBase {
|
|
|
1284
1284
|
if (this._reconnectingIntervalId) {
|
|
1285
1285
|
clearInterval(this._reconnectingIntervalId);
|
|
1286
1286
|
}
|
|
1287
|
-
console.log("should reconnect", this._shouldReconnect);
|
|
1288
1287
|
if (this._shouldReconnect) {
|
|
1289
|
-
console.log("reconnecting");
|
|
1290
1288
|
setTimeout(() => this.connect(), 1e3);
|
|
1291
1289
|
}
|
|
1292
1290
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runware/sdk-js",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.17",
|
|
4
4
|
"description": "The SDK is used to run image inference with the Runware API, powered by the RunWare inference platform. It can be used to generate imaged with text-to-image and image-to-image. It also allows the use of an existing gallery of models or selecting any model or LoRA from the CivitAI gallery. The API also supports upscaling, background removal, inpainting and outpainting, and a series of other ControlNet models.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|