@ai-sdk/vue 0.0.12 → 0.0.13

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @ai-sdk/vue@0.0.12 build /home/runner/work/ai/ai/packages/vue
2
+ > @ai-sdk/vue@0.0.13 build /home/runner/work/ai/ai/packages/vue
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,11 +11,11 @@
11
11
  ESM Build start
12
12
  CJS dist/index.js 9.87 KB
13
13
  CJS dist/index.js.map 18.42 KB
14
- CJS ⚡️ Build success in 34ms
14
+ CJS ⚡️ Build success in 32ms
15
15
  ESM dist/index.mjs 8.06 KB
16
16
  ESM dist/index.mjs.map 18.25 KB
17
- ESM ⚡️ Build success in 36ms
17
+ ESM ⚡️ Build success in 41ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 4773ms
19
+ DTS ⚡️ Build success in 4935ms
20
20
  DTS dist/index.d.ts 3.48 KB
21
21
  DTS dist/index.d.mts 3.48 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @ai-sdk/vue@0.0.12 clean /home/runner/work/ai/ai/packages/vue
2
+ > @ai-sdk/vue@0.0.13 clean /home/runner/work/ai/ai/packages/vue
3
3
  > rm -rf dist
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ai-sdk/vue
2
2
 
3
+ ## 0.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - @ai-sdk/ui-utils@0.0.11
8
+
3
9
  ## 0.0.12
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/vue",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -15,7 +15,7 @@
15
15
  }
16
16
  },
17
17
  "dependencies": {
18
- "@ai-sdk/ui-utils": "0.0.10",
18
+ "@ai-sdk/ui-utils": "0.0.11",
19
19
  "swrv": "1.0.4"
20
20
  },
21
21
  "devDependencies": {