@cat-factory/sdk 0.48.0 → 0.48.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.
package/dist/http.d.ts CHANGED
@@ -45,7 +45,7 @@ export interface RequestSpec {
45
45
  options: RequestOptions;
46
46
  }
47
47
  /** SDK version, stamped into `User-Agent`. Kept in step with package.json by `check:sdk`. */
48
- export declare const SDK_VERSION = "0.48.0";
48
+ export declare const SDK_VERSION = "0.48.1";
49
49
  /**
50
50
  * Percent-encode a path parameter.
51
51
  *
package/dist/http.js CHANGED
@@ -6,7 +6,7 @@ import { CatFactoryConnectionError, CatFactoryDecodeError, CatFactoryError, CatF
6
6
  import { describeTransportFailure } from './diagnosis.js';
7
7
  import { readEventStream } from './sse.js';
8
8
  /** SDK version, stamped into `User-Agent`. Kept in step with package.json by `check:sdk`. */
9
- export const SDK_VERSION = '0.48.0';
9
+ export const SDK_VERSION = '0.48.1';
10
10
  /**
11
11
  * Percent-encode a path parameter.
12
12
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/sdk",
3
- "version": "0.48.0",
3
+ "version": "0.48.1",
4
4
  "description": "TypeScript/JavaScript client for the cat-factory public API (/api/v1): typed models and resource clients generated from the published OpenAPI spec, over a hand-written fetch transport with bearer auth, bounded retries, keyset auto-pagination and an SSE reader for the run streams.",
5
5
  "keywords": [
6
6
  "api-client",
@@ -31,8 +31,8 @@
31
31
  "access": "public"
32
32
  },
33
33
  "devDependencies": {
34
- "@cat-factory/contracts": "0.331.0",
35
- "@types/node": "^26.2.0",
34
+ "@cat-factory/contracts": "0.333.0",
35
+ "@types/node": "^26.4.0",
36
36
  "typescript": "7.0.2",
37
37
  "valibot": "^1.4.2",
38
38
  "vitest": "^4.1.11"