@tambo-ai/typescript-sdk 0.94.0 → 0.94.1

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,24 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.94.1 (2026-03-25)
4
+
5
+ Full Changelog: [v0.94.0...v0.94.1](https://github.com/tambo-ai/typescript-sdk/compare/v0.94.0...v0.94.1)
6
+
7
+ ### Chores
8
+
9
+ * **ci:** skip lint on metadata-only changes ([e5553ac](https://github.com/tambo-ai/typescript-sdk/commit/e5553ac94e937b778f77412442b3d9b0576e0c53))
10
+ * **internal:** tweak CI branches ([0d7a510](https://github.com/tambo-ai/typescript-sdk/commit/0d7a51002de9478f3f919215f07b65da24245be1))
11
+ * **internal:** update gitignore ([981125c](https://github.com/tambo-ai/typescript-sdk/commit/981125cfd0ce9781689e312bb5eff96afd392203))
12
+ * **tests:** bump steady to v0.19.4 ([dd0b9bf](https://github.com/tambo-ai/typescript-sdk/commit/dd0b9bf64568aacb2f12b8d274c767d0836d9d16))
13
+ * **tests:** bump steady to v0.19.5 ([5cc608a](https://github.com/tambo-ai/typescript-sdk/commit/5cc608a52d6a32b1dac8303b467231d2311f9ce2))
14
+ * **tests:** bump steady to v0.19.6 ([3938c6a](https://github.com/tambo-ai/typescript-sdk/commit/3938c6acc76eeaf48209ba961e9a2512610b0949))
15
+ * **tests:** bump steady to v0.19.7 ([50d6d10](https://github.com/tambo-ai/typescript-sdk/commit/50d6d105b1eea60c495502e2aba000066b6aec6a))
16
+
17
+
18
+ ### Refactors
19
+
20
+ * **tests:** switch from prism to steady ([64ca517](https://github.com/tambo-ai/typescript-sdk/commit/64ca517c17a25ce699791e898a8de761dd301709))
21
+
3
22
  ## 0.94.0 (2026-03-10)
4
23
 
5
24
  Full Changelog: [v0.93.1...v0.94.0](https://github.com/tambo-ai/typescript-sdk/compare/v0.93.1...v0.94.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tambo-ai/typescript-sdk",
3
- "version": "0.94.0",
3
+ "version": "0.94.1",
4
4
  "description": "The official TypeScript library for the Tambo AI API",
5
5
  "author": "Tambo AI <dev-feedback@tambo.co>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.94.0'; // x-release-please-version
1
+ export const VERSION = '0.94.1'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.94.0";
1
+ export declare const VERSION = "0.94.1";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.94.0";
1
+ export declare const VERSION = "0.94.1";
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.94.0'; // x-release-please-version
4
+ exports.VERSION = '0.94.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.94.0'; // x-release-please-version
1
+ export const VERSION = '0.94.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map