@bluehive/sdk 0.1.0-alpha.7 → 0.1.0-alpha.9
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 +30 -0
- package/package.json +4 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.0-alpha.9 (2025-08-09)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/bluehive-health/bluehive-sdk-typescript/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **mcp:** add unix socket option for remote MCP ([198ba33](https://github.com/bluehive-health/bluehive-sdk-typescript/commit/198ba3345858f01ba6124ae88fd02482a89b001c))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* **internal:** move publish config ([83f2b9b](https://github.com/bluehive-health/bluehive-sdk-typescript/commit/83f2b9bf29ca6e8dfb04e327983e18bb3e021218))
|
|
15
|
+
* **internal:** update comment in script ([5f0f8cc](https://github.com/bluehive-health/bluehive-sdk-typescript/commit/5f0f8ccab9d1e472b42fa9ba3b41fee6a91a187f))
|
|
16
|
+
* **mcp:** refactor streamable http transport ([8af2363](https://github.com/bluehive-health/bluehive-sdk-typescript/commit/8af236318e712af4dad82498d0c74c8d94d85174))
|
|
17
|
+
* update @stainless-api/prism-cli to v5.15.0 ([7798fc6](https://github.com/bluehive-health/bluehive-sdk-typescript/commit/7798fc60e6fcebc39b895a5916dc7a8db58629ec))
|
|
18
|
+
|
|
19
|
+
## 0.1.0-alpha.8 (2025-08-06)
|
|
20
|
+
|
|
21
|
+
Full Changelog: [v0.1.0-alpha.7...v0.1.0-alpha.8](https://github.com/bluehive-health/bluehive-sdk-typescript/compare/v0.1.0-alpha.7...v0.1.0-alpha.8)
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* **mcp:** add logging when environment variable is set ([f969623](https://github.com/bluehive-health/bluehive-sdk-typescript/commit/f9696233a4a754930a9e187753d647121f70cb31))
|
|
26
|
+
* **mcp:** remote server with passthru auth ([e3311a6](https://github.com/bluehive-health/bluehive-sdk-typescript/commit/e3311a6430f435308387ad4f3ba00df869ffa38c))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* **mcp:** fix bug in header handling ([2d8dbdc](https://github.com/bluehive-health/bluehive-sdk-typescript/commit/2d8dbdccbc8219ea5d1ce096fad443b97beca4aa))
|
|
32
|
+
|
|
3
33
|
## 0.1.0-alpha.7 (2025-08-01)
|
|
4
34
|
|
|
5
35
|
Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/bluehive-health/bluehive-sdk-typescript/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bluehive/sdk",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.9",
|
|
4
4
|
"description": "The official TypeScript library for the BlueHive API",
|
|
5
5
|
"author": "BlueHive <wreiske@bluehive.com>",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
"**/*"
|
|
14
14
|
],
|
|
15
15
|
"private": false,
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
16
19
|
"scripts": {
|
|
17
20
|
"test": "./scripts/test",
|
|
18
21
|
"build": "./scripts/build",
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.1.0-alpha.
|
|
1
|
+
export const VERSION = '0.1.0-alpha.9'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.1.0-alpha.
|
|
1
|
+
export declare const VERSION = "0.1.0-alpha.9";
|
|
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.
|
|
1
|
+
export declare const VERSION = "0.1.0-alpha.9";
|
|
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
|
+
exports.VERSION = '0.1.0-alpha.9'; // 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.
|
|
1
|
+
export const VERSION = '0.1.0-alpha.9'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|