ocm-sdk 0.10.0-beta → 0.11.0-beta

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,28 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.11.0-beta (2025-12-06)
4
+
5
+ Full Changelog: [v0.10.0-beta...v0.11.0-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.10.0-beta...v0.11.0-beta)
6
+
7
+ ### Features
8
+
9
+ * **mcp:** add typescript check to code execution tool ([d1ed835](https://github.com/andreibesleaga/ocm-sdk/commit/d1ed835071449119a7e09975627c149f8631a564))
10
+ * **mcp:** handle code mode calls in the Stainless API ([eca1d6e](https://github.com/andreibesleaga/ocm-sdk/commit/eca1d6e8d10ab807ac2997aa5608d6a9d806a09c))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **mcp:** correct code tool API endpoint ([4e63950](https://github.com/andreibesleaga/ocm-sdk/commit/4e63950895b20d587e28a1c607fc364b977d170c))
16
+ * **mcp:** return correct lines on typescript errors ([6a4cb41](https://github.com/andreibesleaga/ocm-sdk/commit/6a4cb418f15ff50ac8987f5349cffeb92b12d49c))
17
+
18
+
19
+ ### Chores
20
+
21
+ * **internal:** codegen related update ([d18ca40](https://github.com/andreibesleaga/ocm-sdk/commit/d18ca40de14b6bdd51dceb38eb870438765e5e26))
22
+ * **internal:** codegen related update ([91f854a](https://github.com/andreibesleaga/ocm-sdk/commit/91f854a2bc3cbb5b2babde34f7257d815e50f5fd))
23
+ * **internal:** upgrade eslint ([830e20b](https://github.com/andreibesleaga/ocm-sdk/commit/830e20bac5462fed93eb68f6b3f7398a5c23c430))
24
+ * use latest @modelcontextprotocol/sdk ([ffadbda](https://github.com/andreibesleaga/ocm-sdk/commit/ffadbda01d622160d4000e7dc70eb7ef12f4904c))
25
+
3
26
  ## 0.10.0-beta (2025-12-02)
4
27
 
5
28
  Full Changelog: [v0.9.2-beta...v0.10.0-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.9.2-beta...v0.10.0-beta)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ocm-sdk",
3
- "version": "0.10.0-beta",
3
+ "version": "0.11.0-beta",
4
4
  "description": "TypeScript library for the Ocm API",
5
5
  "author": "Ocm <>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.10.0-beta'; // x-release-please-version
1
+ export const VERSION = '0.11.0-beta'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.10.0-beta";
1
+ export declare const VERSION = "0.11.0-beta";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.10.0-beta";
1
+ export declare const VERSION = "0.11.0-beta";
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.10.0-beta'; // x-release-please-version
4
+ exports.VERSION = '0.11.0-beta'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.10.0-beta'; // x-release-please-version
1
+ export const VERSION = '0.11.0-beta'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map