ai 5.0.0-canary.5 → 5.0.0-canary.7

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.
Files changed (37) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/index.d.mts +168 -448
  3. package/dist/index.d.ts +168 -448
  4. package/dist/index.js +289 -303
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.mjs +205 -219
  7. package/dist/index.mjs.map +1 -1
  8. package/dist/internal/index.d.mts +259 -311
  9. package/dist/internal/index.d.ts +259 -311
  10. package/dist/internal/index.js +139 -155
  11. package/dist/internal/index.js.map +1 -1
  12. package/dist/internal/index.mjs +129 -145
  13. package/dist/internal/index.mjs.map +1 -1
  14. package/dist/mcp-stdio/index.js.map +1 -0
  15. package/dist/mcp-stdio/index.mjs.map +1 -0
  16. package/dist/test/index.js.map +1 -0
  17. package/dist/test/index.mjs.map +1 -0
  18. package/package.json +15 -18
  19. package/mcp-stdio/create-child-process.test.ts +0 -92
  20. package/mcp-stdio/create-child-process.ts +0 -21
  21. package/mcp-stdio/dist/index.js.map +0 -1
  22. package/mcp-stdio/dist/index.mjs.map +0 -1
  23. package/mcp-stdio/get-environment.test.ts +0 -13
  24. package/mcp-stdio/get-environment.ts +0 -43
  25. package/mcp-stdio/index.ts +0 -4
  26. package/mcp-stdio/mcp-stdio-transport.test.ts +0 -262
  27. package/mcp-stdio/mcp-stdio-transport.ts +0 -157
  28. package/test/dist/index.js.map +0 -1
  29. package/test/dist/index.mjs.map +0 -1
  30. /package/{mcp-stdio/dist → dist/mcp-stdio}/index.d.mts +0 -0
  31. /package/{mcp-stdio/dist → dist/mcp-stdio}/index.d.ts +0 -0
  32. /package/{mcp-stdio/dist → dist/mcp-stdio}/index.js +0 -0
  33. /package/{mcp-stdio/dist → dist/mcp-stdio}/index.mjs +0 -0
  34. /package/{test/dist → dist/test}/index.d.mts +0 -0
  35. /package/{test/dist → dist/test}/index.d.ts +0 -0
  36. /package/{test/dist → dist/test}/index.js +0 -0
  37. /package/{test/dist → dist/test}/index.mjs +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-canary.7
4
+
5
+ ### Major Changes
6
+
7
+ - 6fba4c7: chore (ai): remove deprecated experimental_providerMetadata
8
+ - 1766ede: chore: rename maxTokens to maxOutputTokens
9
+
10
+ ### Patch Changes
11
+
12
+ - 0b78e17: chore(ai/generateObject): simplify function signature
13
+ - 3e3b9df: fix (ai/mcp): better support for zero-argument MCP tools
14
+ - f10304b: feat(tool-calling): don't require the user to have to pass parameters
15
+ - Updated dependencies [411e483]
16
+ - Updated dependencies [79457bd]
17
+ - Updated dependencies [ad80501]
18
+ - Updated dependencies [1766ede]
19
+ - Updated dependencies [f10304b]
20
+ - @ai-sdk/provider@2.0.0-canary.5
21
+ - @ai-sdk/provider-utils@3.0.0-canary.6
22
+
23
+ ## 5.0.0-canary.6
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [6f6bb89]
28
+ - @ai-sdk/provider@2.0.0-canary.4
29
+ - @ai-sdk/provider-utils@3.0.0-canary.5
30
+
3
31
  ## 5.0.0-canary.5
4
32
 
5
33
  ### Patch Changes