@ai-sdk/rsc 1.0.0-canary.3 → 1.0.0-canary.4

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,14 @@
1
1
  # @ai-sdk/rsc
2
2
 
3
+ ## 1.0.0-canary.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6f6bb89]
8
+ - @ai-sdk/provider@2.0.0-canary.4
9
+ - ai@5.0.0-canary.6
10
+ - @ai-sdk/provider-utils@3.0.0-canary.5
11
+
3
12
  ## 1.0.0-canary.3
4
13
 
5
14
  ### Patch Changes
package/dist/index.mjs CHANGED
@@ -13,6 +13,6 @@ var __copyProps = (to, from, except, desc) => {
13
13
  };
14
14
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
15
 
16
- // src/index.ts
17
- var src_exports = {};
18
- module.exports = __toCommonJS(src_exports);
16
+ // src/types/index.ts
17
+ var types_exports = {};
18
+ module.exports = __toCommonJS(types_exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/rsc",
3
- "version": "1.0.0-canary.3",
3
+ "version": "1.0.0-canary.4",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/rsc-client.mjs",
@@ -20,9 +20,9 @@
20
20
  "CHANGELOG.md"
21
21
  ],
22
22
  "dependencies": {
23
- "ai": "5.0.0-canary.5",
24
- "@ai-sdk/provider": "2.0.0-canary.3",
25
- "@ai-sdk/provider-utils": "3.0.0-canary.4",
23
+ "ai": "5.0.0-canary.6",
24
+ "@ai-sdk/provider": "2.0.0-canary.4",
25
+ "@ai-sdk/provider-utils": "3.0.0-canary.5",
26
26
  "jsondiffpatch": "0.6.0"
27
27
  },
28
28
  "devDependencies": {