@onkernel/sdk 0.11.4 → 0.11.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.11.5 (2025-09-29)
4
+
5
+ Full Changelog: [v0.11.4...v0.11.5](https://github.com/onkernel/kernel-node-sdk/compare/v0.11.4...v0.11.5)
6
+
7
+ ### Features
8
+
9
+ * Fix my incorrect grammer ([535963a](https://github.com/onkernel/kernel-node-sdk/commit/535963a0ba0ab69a07af7f9903836e869d7baf8f))
10
+
11
+
12
+ ### Performance Improvements
13
+
14
+ * faster formatting ([d55b4d5](https://github.com/onkernel/kernel-node-sdk/commit/d55b4d53e7c2db501dcfbc344695716e2ebee9be))
15
+
16
+
17
+ ### Chores
18
+
19
+ * **internal:** codegen related update ([dde7c0a](https://github.com/onkernel/kernel-node-sdk/commit/dde7c0a13e1f20bc95f6a6ab5cea66d6907b30f6))
20
+ * **internal:** fix incremental formatting in some cases ([cf995a4](https://github.com/onkernel/kernel-node-sdk/commit/cf995a47eadf146da7486f59c60e8c245ec64419))
21
+ * **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([00ea517](https://github.com/onkernel/kernel-node-sdk/commit/00ea517c0e23bb0e2fc4459d212d4445ed16c1e2))
22
+
3
23
  ## 0.11.4 (2025-09-25)
4
24
 
5
25
  Full Changelog: [v0.11.3...v0.11.4](https://github.com/onkernel/kernel-node-sdk/compare/v0.11.3...v0.11.4)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onkernel/sdk",
3
- "version": "0.11.4",
3
+ "version": "0.11.5",
4
4
  "description": "The official TypeScript library for the Kernel API",
5
5
  "author": "Kernel <>",
6
6
  "types": "./index.d.ts",
@@ -30,8 +30,8 @@ export declare class Invocations extends APIResource {
30
30
  */
31
31
  retrieve(id: string, options?: RequestOptions): APIPromise<InvocationRetrieveResponse>;
32
32
  /**
33
- * Update an invocation's status or output. This can used to cancel an invocation
34
- * by setting the status to "failed".
33
+ * Update an invocation's status or output. This can be used to cancel an
34
+ * invocation by setting the status to "failed".
35
35
  *
36
36
  * @example
37
37
  * ```ts
@@ -30,8 +30,8 @@ export declare class Invocations extends APIResource {
30
30
  */
31
31
  retrieve(id: string, options?: RequestOptions): APIPromise<InvocationRetrieveResponse>;
32
32
  /**
33
- * Update an invocation's status or output. This can used to cancel an invocation
34
- * by setting the status to "failed".
33
+ * Update an invocation's status or output. This can be used to cancel an
34
+ * invocation by setting the status to "failed".
35
35
  *
36
36
  * @example
37
37
  * ```ts
@@ -36,8 +36,8 @@ class Invocations extends resource_1.APIResource {
36
36
  return this._client.get((0, path_1.path) `/invocations/${id}`, options);
37
37
  }
38
38
  /**
39
- * Update an invocation's status or output. This can used to cancel an invocation
40
- * by setting the status to "failed".
39
+ * Update an invocation's status or output. This can be used to cancel an
40
+ * invocation by setting the status to "failed".
41
41
  *
42
42
  * @example
43
43
  * ```ts
@@ -33,8 +33,8 @@ export class Invocations extends APIResource {
33
33
  return this._client.get(path `/invocations/${id}`, options);
34
34
  }
35
35
  /**
36
- * Update an invocation's status or output. This can used to cancel an invocation
37
- * by setting the status to "failed".
36
+ * Update an invocation's status or output. This can be used to cancel an
37
+ * invocation by setting the status to "failed".
38
38
  *
39
39
  * @example
40
40
  * ```ts
@@ -41,8 +41,8 @@ export class Invocations extends APIResource {
41
41
  }
42
42
 
43
43
  /**
44
- * Update an invocation's status or output. This can used to cancel an invocation
45
- * by setting the status to "failed".
44
+ * Update an invocation's status or output. This can be used to cancel an
45
+ * invocation by setting the status to "failed".
46
46
  *
47
47
  * @example
48
48
  * ```ts
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.11.4'; // x-release-please-version
1
+ export const VERSION = '0.11.5'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.11.4";
1
+ export declare const VERSION = "0.11.5";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.11.4";
1
+ export declare const VERSION = "0.11.5";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.11.4'; // x-release-please-version
4
+ exports.VERSION = '0.11.5'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.11.4'; // x-release-please-version
1
+ export const VERSION = '0.11.5'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map