brand.dev 0.11.0 → 0.12.0
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 +15 -0
- package/package.json +1 -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,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.12.0 (2025-11-05)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.11.0...v0.12.0](https://github.com/brand-dot-dev/typescript-sdk/compare/v0.11.0...v0.12.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **mcp:** enable optional code execution tool on http mcp servers ([0a88463](https://github.com/brand-dot-dev/typescript-sdk/commit/0a88463782af8041a3dcfe2fcc606892f6d957e7))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* **internal:** grammar fix (it's -> its) ([edaf715](https://github.com/brand-dot-dev/typescript-sdk/commit/edaf715c40910680a26bab5f696d766955665d57))
|
|
15
|
+
* mcp code tool explicit error message when missing a run function ([e08bfb8](https://github.com/brand-dot-dev/typescript-sdk/commit/e08bfb8b3f3cc0d61d6e3a6ddaba45a00e344a44))
|
|
16
|
+
* use structured error when code execution tool errors ([1a9c653](https://github.com/brand-dot-dev/typescript-sdk/commit/1a9c653fb8bac9b1720ece6ee0a8e07b1242d5d5))
|
|
17
|
+
|
|
3
18
|
## 0.11.0 (2025-10-31)
|
|
4
19
|
|
|
5
20
|
Full Changelog: [v0.10.0...v0.11.0](https://github.com/brand-dot-dev/typescript-sdk/compare/v0.10.0...v0.11.0)
|
package/package.json
CHANGED
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.12.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.12.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.12.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.12.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|