@meterapp/car-image 1.3.0 → 1.5.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meterapp/car-image",
3
- "version": "1.3.0",
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, request missing vehicles, run diagnostics, configure agents.",
3
+ "version": "1.5.0",
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 in any paint color, mint signed URLs, decode VINs, build 3D models, request missing vehicles, run diagnostics, configure agents.",
5
5
  "license": "MIT",
6
6
  "author": "Meter <hello@meterapp.co> (https://meterapp.co)",
7
7
  "homepage": "https://carimage.dev",
@@ -43,7 +43,7 @@
43
43
  "test": "vitest run"
44
44
  },
45
45
  "dependencies": {
46
- "@meterapp/car-image-sdk": "^1.4.0",
46
+ "@meterapp/car-image-sdk": "^1.6.0",
47
47
  "@modelcontextprotocol/server": "^2.0.0",
48
48
  "zod": "^4.5.4"
49
49
  },