ocm-sdk 0.13.0-beta → 0.13.2-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.13.2-beta (2026-02-10)
4
+
5
+ Full Changelog: [v0.13.1-beta...v0.13.2-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.13.1-beta...v0.13.2-beta)
6
+
7
+ ### Chores
8
+
9
+ * update SDK settings ([3244cc0](https://github.com/andreibesleaga/ocm-sdk/commit/3244cc075c5be933de9c7708727a3e108050af68))
10
+ * update SDK settings ([c211a85](https://github.com/andreibesleaga/ocm-sdk/commit/c211a85490c5d211a190276871a7cc3057ad6e40))
11
+
12
+ ## 0.13.1-beta (2026-02-10)
13
+
14
+ Full Changelog: [v0.13.0-beta...v0.13.1-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.13.0-beta...v0.13.1-beta)
15
+
16
+ ### Chores
17
+
18
+ * **internal:** allow basic filtering of methods allowed for MCP code mode ([9f99543](https://github.com/andreibesleaga/ocm-sdk/commit/9f99543ac122da6589ff8500feaf1b4f25696624))
19
+ * **internal:** always generate MCP server dockerfiles and upgrade associated dependencies ([8b20a3d](https://github.com/andreibesleaga/ocm-sdk/commit/8b20a3db46f89ad8360610206c163eafa7b2168e))
20
+
3
21
  ## 0.13.0-beta (2026-02-07)
4
22
 
5
23
  Full Changelog: [v0.12.9-beta...v0.13.0-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.12.9-beta...v0.13.0-beta)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ocm-sdk",
3
- "version": "0.13.0-beta",
3
+ "version": "0.13.2-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.13.0-beta'; // x-release-please-version
1
+ export const VERSION = '0.13.2-beta'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.13.0-beta";
1
+ export declare const VERSION = "0.13.2-beta";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.13.0-beta";
1
+ export declare const VERSION = "0.13.2-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.13.0-beta'; // x-release-please-version
4
+ exports.VERSION = '0.13.2-beta'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.13.0-beta'; // x-release-please-version
1
+ export const VERSION = '0.13.2-beta'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map