@decartai/sdk 0.0.6 → 0.0.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.
@@ -104,7 +104,7 @@ const _models = {
104
104
  mirage_v2: {
105
105
  urlPath: "/v1/stream",
106
106
  name: "mirage_v2",
107
- fps: 12,
107
+ fps: 18,
108
108
  width: 1280,
109
109
  height: 704,
110
110
  inputSchema: z.object({})
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decartai/sdk",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Decart's JavaScript SDK",
5
5
  "type": "module",
6
6
  "license": "MIT",