@runware/sdk-js 1.1.49 → 1.1.50
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 +25 -6
- package/dist/index.d.ts +25 -6
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/readme.md +5 -2
package/readme.md
CHANGED
|
@@ -679,14 +679,17 @@ export type TImageMaskingResponse = {
|
|
|
679
679
|
|
|
680
680
|
## Changelog
|
|
681
681
|
|
|
682
|
+
### - v1.1.50
|
|
683
|
+
|
|
684
|
+
- Added mediaStorage taskType
|
|
685
|
+
- Add compatibility with taskUUID
|
|
686
|
+
|
|
682
687
|
### - v1.1.49
|
|
683
688
|
|
|
684
689
|
- Add support for vectorize taskType
|
|
685
690
|
|
|
686
691
|
**Added or Changed**
|
|
687
692
|
|
|
688
|
-
- Added inputs object to videoInference
|
|
689
|
-
|
|
690
693
|
### - v1.1.48
|
|
691
694
|
|
|
692
695
|
**Added or Changed**
|