@typia/vercel 13.0.0-dev.20260506 → 13.0.0-dev.20260509

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 (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -17,9 +17,8 @@ Converts typia controllers to Vercel AI SDK tools compatible with OpenAI, Anthro
17
17
  ## Setup
18
18
 
19
19
  ```bash
20
- npm install @typia/vercel ai
21
- npm install typia
22
- npx typia setup
20
+ npm install @typia/vercel ai typia
21
+ npm install -D ttsc @typescript/native-preview
23
22
  ```
24
23
 
25
24
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typia/vercel",
3
- "version": "13.0.0-dev.20260506",
3
+ "version": "13.0.0-dev.20260509",
4
4
  "description": "Vercel AI SDK integration for typia",
5
5
  "main": "lib/index.js",
6
6
  "exports": {
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "homepage": "https://typia.io",
24
24
  "dependencies": {
25
- "@typia/interface": "^13.0.0-dev.20260506",
26
- "@typia/utils": "^13.0.0-dev.20260506"
25
+ "@typia/interface": "^13.0.0-dev.20260509",
26
+ "@typia/utils": "^13.0.0-dev.20260509"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "ai": ">=6.0.0"
@@ -39,7 +39,7 @@
39
39
  "rollup-plugin-auto-external": "^2.0.0",
40
40
  "rollup-plugin-node-externals": "^8.1.2",
41
41
  "tinyglobby": "^0.2.12",
42
- "ttsc": "^0.8.0"
42
+ "ttsc": "^0.9.0"
43
43
  },
44
44
  "sideEffects": false,
45
45
  "files": [