@runware/sdk-js 1.2.6 → 1.2.7
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/readme.md +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runware/sdk-js",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7",
|
|
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.js",
|
package/readme.md
CHANGED
|
@@ -739,11 +739,15 @@ export type TImageMaskingResponse = {
|
|
|
739
739
|
|
|
740
740
|
## Changelog
|
|
741
741
|
|
|
742
|
+
### - v1.2.7
|
|
743
|
+
|
|
744
|
+
- Fix in-memory recursive while loop call without returning for async-retry
|
|
745
|
+
- Add sdk versioning to connection
|
|
746
|
+
|
|
742
747
|
### - v1.2.6
|
|
743
748
|
|
|
744
749
|
- Update upscale() to accept open-ended payload
|
|
745
750
|
|
|
746
|
-
|
|
747
751
|
### - v1.2.5
|
|
748
752
|
|
|
749
753
|
- Fix JS SDK error race condition
|