retell-sdk 5.10.1 → 5.10.3

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,31 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.10.3 (2026-04-01)
4
+
5
+ Full Changelog: [v5.10.2...v5.10.3](https://github.com/RetellAI/retell-typescript-sdk/compare/v5.10.2...v5.10.3)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **internal:** gitignore generated `oidc` dir ([be4f1d6](https://github.com/RetellAI/retell-typescript-sdk/commit/be4f1d69a342fdcb926f4968ef35af32ee17f9dc))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **internal:** improve local docs search for MCP servers ([5ed1de8](https://github.com/RetellAI/retell-typescript-sdk/commit/5ed1de8fb5ef000409d731fc95a68e5ee00c2419))
15
+ * **internal:** improve local docs search for MCP servers ([7055f15](https://github.com/RetellAI/retell-typescript-sdk/commit/7055f152321b10705aab7195b6b5d5a1417c5003))
16
+ * **mcp-server:** add support for session id, forward client info ([947c1d7](https://github.com/RetellAI/retell-typescript-sdk/commit/947c1d7e7c6cb8c8ccfe6b4dac1d879931276c6b))
17
+
18
+ ## 5.10.2 (2026-03-28)
19
+
20
+ Full Changelog: [v5.10.1...v5.10.2](https://github.com/RetellAI/retell-typescript-sdk/compare/v5.10.1...v5.10.2)
21
+
22
+ ### Chores
23
+
24
+ * **ci:** escape input path in publish-npm workflow ([abdd2ae](https://github.com/RetellAI/retell-typescript-sdk/commit/abdd2ae5179f4d23dad00b84b7d3bb776da6442d))
25
+ * **internal:** codegen related update ([4e32f7e](https://github.com/RetellAI/retell-typescript-sdk/commit/4e32f7ea1df2c25c39b70108df7ef954f6847fc1))
26
+ * **internal:** support custom-instructions-path flag in MCP servers ([e12cd19](https://github.com/RetellAI/retell-typescript-sdk/commit/e12cd1903bb941d172576b649d4777bf04f2cc47))
27
+ * **internal:** support local docs search in MCP servers ([7a5b687](https://github.com/RetellAI/retell-typescript-sdk/commit/7a5b68721df2c285702763026f1e7891fd7ff534))
28
+
3
29
  ## 5.10.1 (2026-03-25)
4
30
 
5
31
  Full Changelog: [v5.10.0...v5.10.1](https://github.com/RetellAI/retell-typescript-sdk/compare/v5.10.0...v5.10.1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "retell-sdk",
3
- "version": "5.10.1",
3
+ "version": "5.10.3",
4
4
  "description": "The official TypeScript library for the Retell API",
5
5
  "author": "Retell <support@retellai.com>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '5.10.1'; // x-release-please-version
1
+ export const VERSION = '5.10.3'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "5.10.1";
1
+ export declare const VERSION = "5.10.3";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "5.10.1";
1
+ export declare const VERSION = "5.10.3";
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 = '5.10.1'; // x-release-please-version
4
+ exports.VERSION = '5.10.3'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '5.10.1'; // x-release-please-version
1
+ export const VERSION = '5.10.3'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map