@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.
Files changed (2) hide show
  1. package/dist/version.js +1 -1
  2. package/package.json +2 -2
package/dist/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /** Kept in sync with package.json by `src/version.test.ts`. */
2
- export const CLI_VERSION = "1.0.1";
2
+ export const CLI_VERSION = "1.0.2";
3
3
  export const PACKAGE_NAME = "@meterapp/car-image";
4
4
  export const BIN_NAME = "car-image";
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meterapp/car-image",
3
- "version": "1.0.1",
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": "workspace:^",
46
+ "@meterapp/car-image-sdk": "^1.0.1",
47
47
  "@modelcontextprotocol/server": "^2.0.0",
48
48
  "zod": "^4.5.4"
49
49
  },