@vargai/gateway 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14529,7 +14529,7 @@ class VargImageModel {
14529
14529
  modelId: this.modelId,
14530
14530
  headers: undefined
14531
14531
  },
14532
- providerMetadata: result.pricing ? { varg: { pricing: result.pricing, jobId: result.jobId } } : undefined
14532
+ providerMetadata: result.pricing ? { varg: { images: [], pricing: result.pricing, jobId: result.jobId } } : undefined
14533
14533
  };
14534
14534
  }
14535
14535
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vargai/gateway",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "typescript client for varg gateway api",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",