ocm-sdk 0.14.2-beta → 0.14.3-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,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.14.3-beta (2026-03-27)
4
+
5
+ Full Changelog: [v0.14.2-beta...v0.14.3-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.14.2-beta...v0.14.3-beta)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **mcp:** bump agents version in cloudflare worker MCP servers ([31260d8](https://github.com/andreibesleaga/ocm-sdk/commit/31260d80f800645aecf683a6cf19b62cf487dcbc))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **ci:** skip lint on metadata-only changes ([acee59d](https://github.com/andreibesleaga/ocm-sdk/commit/acee59d1bfb3701d5e8f5099142e740f3de076a7))
15
+ * **internal:** fix MCP server TS errors that occur with required client options ([9fae4cf](https://github.com/andreibesleaga/ocm-sdk/commit/9fae4cf07631f8045f4adb9f255404e81b30405d))
16
+ * **internal:** support custom-instructions-path flag in MCP servers ([c40224c](https://github.com/andreibesleaga/ocm-sdk/commit/c40224cf6629a8a549931a30069e70b5a8bb20b8))
17
+ * **internal:** update gitignore ([0612063](https://github.com/andreibesleaga/ocm-sdk/commit/06120633af4919784ff0ce301399254a67361a66))
18
+ * update SDK settings ([97f4b0d](https://github.com/andreibesleaga/ocm-sdk/commit/97f4b0d517fa4c9e2ad3eae197b4c454eb47f051))
19
+ * update SDK settings ([df346f4](https://github.com/andreibesleaga/ocm-sdk/commit/df346f476f6702929fa5a9b8d13e6e46b011eeb7))
20
+
3
21
  ## 0.14.2-beta (2026-03-17)
4
22
 
5
23
  Full Changelog: [v0.14.1-beta...v0.14.2-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.14.1-beta...v0.14.2-beta)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ocm-sdk",
3
- "version": "0.14.2-beta",
3
+ "version": "0.14.3-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.14.2-beta'; // x-release-please-version
1
+ export const VERSION = '0.14.3-beta'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.14.2-beta";
1
+ export declare const VERSION = "0.14.3-beta";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.14.2-beta";
1
+ export declare const VERSION = "0.14.3-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.14.2-beta'; // x-release-please-version
4
+ exports.VERSION = '0.14.3-beta'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.14.2-beta'; // x-release-please-version
1
+ export const VERSION = '0.14.3-beta'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map