@meterapp/car-image 1.0.1 → 1.0.2
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/version.js +1 -1
- package/package.json +2 -2
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meterapp/car-image",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "CLI and MCP server for the Car Image API by Meter: studio-quality, transparent-background vehicle renders for agents, apps and browsers. Login, fetch images, mint signed URLs, run diagnostics, configure agents.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Meter <hello@meterapp.co> (https://meterapp.co)",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"test": "vitest run"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@meterapp/car-image-sdk": "
|
|
46
|
+
"@meterapp/car-image-sdk": "^1.0.1",
|
|
47
47
|
"@modelcontextprotocol/server": "^2.0.0",
|
|
48
48
|
"zod": "^4.5.4"
|
|
49
49
|
},
|