ocm-sdk 0.15.6-beta → 0.15.7-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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.15.7-beta (2026-06-19)
4
+
5
+ Full Changelog: [v0.15.6-beta...v0.15.7-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.15.6-beta...v0.15.7-beta)
6
+
7
+ ### Chores
8
+
9
+ * configure new SDK language ([d961287](https://github.com/andreibesleaga/ocm-sdk/commit/d96128749a828d90c3629a7f360dc1f3634acc0f))
10
+ * update SDK settings ([2a4b36a](https://github.com/andreibesleaga/ocm-sdk/commit/2a4b36a5006a33fd5c13d03a5fdd9ef983a6d10b))
11
+ * update SDK settings ([ccc7635](https://github.com/andreibesleaga/ocm-sdk/commit/ccc7635e4d119135b96918e32cd967e324271d1a))
12
+ * update SDK settings ([13fb7d4](https://github.com/andreibesleaga/ocm-sdk/commit/13fb7d4e2a81dbc7d6684109c2972d81c41f9b7d))
13
+ * update SDK settings ([5f39c72](https://github.com/andreibesleaga/ocm-sdk/commit/5f39c723971f6d7f113f095300a41c1bc33c8bb9))
14
+
3
15
  ## 0.15.6-beta (2026-06-17)
4
16
 
5
17
  Full Changelog: [v0.15.5-beta...v0.15.6-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.15.5-beta...v0.15.6-beta)
package/README.md CHANGED
@@ -12,6 +12,7 @@ The REST API documentation can be found on [openchargemap.org](https://opencharg
12
12
 
13
13
  Demo project: https://github.com/andreibesleaga/ocm-demo
14
14
  Live Demo URL: https://ocm-demo.up.railway.app/
15
+ API Reference: https://andreibesleaga.github.io/ocm-api-reference/api.html
15
16
 
16
17
  ## MCP Server
17
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ocm-sdk",
3
- "version": "0.15.6-beta",
3
+ "version": "0.15.7-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.15.6-beta'; // x-release-please-version
1
+ export const VERSION = '0.15.7-beta'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.15.6-beta";
1
+ export declare const VERSION = "0.15.7-beta";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.15.6-beta";
1
+ export declare const VERSION = "0.15.7-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.15.6-beta'; // x-release-please-version
4
+ exports.VERSION = '0.15.7-beta'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.15.6-beta'; // x-release-please-version
1
+ export const VERSION = '0.15.7-beta'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map