@bluehive/sdk 0.1.0-alpha.4 → 0.1.0-alpha.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,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.5 (2025-07-18)
4
+
5
+ Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/bluehive-health/bluehive-sdk-typescript/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **mcp:** include required section for top-level properties and support naming transformations ([417581e](https://github.com/bluehive-health/bluehive-sdk-typescript/commit/417581e122ff14031274c07fa35b94654d7d9daf))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **mcp:** formatting ([ef13e96](https://github.com/bluehive-health/bluehive-sdk-typescript/commit/ef13e96cecc4f3afec481509caf2e6b15346f40e))
15
+ * **ts:** reorder package.json imports ([b05ad5c](https://github.com/bluehive-health/bluehive-sdk-typescript/commit/b05ad5cde7802ad033df6697d498f0d14c589ec1))
16
+
3
17
  ## 0.1.0-alpha.4 (2025-07-16)
4
18
 
5
19
  Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/bluehive-health/bluehive-sdk-typescript/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluehive/sdk",
3
- "version": "0.1.0-alpha.4",
3
+ "version": "0.1.0-alpha.5",
4
4
  "description": "The official TypeScript library for the BlueHive API",
5
5
  "author": "BlueHive <wreiske@bluehive.com>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.1.0-alpha.4'; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.5'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.0-alpha.4";
1
+ export declare const VERSION = "0.1.0-alpha.5";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.0-alpha.4";
1
+ export declare const VERSION = "0.1.0-alpha.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.1.0-alpha.4'; // x-release-please-version
4
+ exports.VERSION = '0.1.0-alpha.5'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.1.0-alpha.4'; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.5'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map