@meterapp/car-image-sdk 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.
@@ -13,7 +13,7 @@ import * as z from "zod";
13
13
  export declare const MCP_SERVER_INFO: {
14
14
  readonly name: "car-image-api";
15
15
  readonly title: "Car Image API";
16
- readonly version: "1.0.1";
16
+ readonly version: "1.0.2";
17
17
  readonly websiteUrl: "https://carimage.dev";
18
18
  };
19
19
  export declare const MCP_INSTRUCTIONS: string;
package/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  /** Kept in sync with package.json by `src/version.test.ts`. */
2
- export declare const SDK_VERSION = "1.0.1";
2
+ export declare const SDK_VERSION = "1.0.2";
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /** Kept in sync with package.json by `src/version.test.ts`. */
2
- export const SDK_VERSION = "1.0.1";
2
+ export const SDK_VERSION = "1.0.2";
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meterapp/car-image-sdk",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "TypeScript SDK for the Car Image API by Meter: studio-quality, transparent-background renders of any vehicle in the open @meterapp/vehicle-db catalog. Zero runtime dependencies; works in Node 20+, edge runtimes and browsers.",
5
5
  "license": "MIT",
6
6
  "author": "Meter <hello@meterapp.co> (https://meterapp.co)",