ai 5.0.0-canary.4 → 5.0.0-canary.6

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 +18 -0
  2. package/dist/index.d.mts +861 -145
  3. package/dist/index.d.ts +861 -145
  4. package/dist/index.js +1653 -166
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.mjs +1568 -119
  7. package/dist/index.mjs.map +1 -1
  8. package/dist/internal/index.d.mts +205 -15
  9. package/dist/internal/index.d.ts +205 -15
  10. package/dist/internal/index.js +63 -9
  11. package/dist/internal/index.js.map +1 -1
  12. package/dist/internal/index.mjs +46 -2
  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 +18 -19
  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 +6 -6
  31. package/{mcp-stdio/dist → dist/mcp-stdio}/index.d.ts +6 -6
  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,23 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-canary.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6f6bb89]
8
+ - @ai-sdk/provider@2.0.0-canary.4
9
+ - @ai-sdk/provider-utils@3.0.0-canary.5
10
+
11
+ ## 5.0.0-canary.5
12
+
13
+ ### Patch Changes
14
+
15
+ - b71fe8d: fix(ai): remove jsondiffpatch dependency
16
+ - d91b50d: chore(ui-utils): merge into ai package
17
+ - Updated dependencies [d1a1aa1]
18
+ - @ai-sdk/provider@2.0.0-canary.3
19
+ - @ai-sdk/provider-utils@3.0.0-canary.4
20
+
3
21
  ## 5.0.0-canary.4
4
22
 
5
23
  ### Major Changes