@typia/langchain 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 LangChain `DynamicStructuredTool[]` with automatic
17
17
  ## Setup
18
18
 
19
19
  ```bash
20
- npm install @typia/langchain @langchain/core
21
- npm install typia
22
- npx typia setup
20
+ npm install @typia/langchain @langchain/core 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/langchain",
3
- "version": "13.0.0-dev.20260506",
3
+ "version": "13.0.0-dev.20260509",
4
4
  "description": "LangChain.js 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
  "@langchain/core": ">=1.0.0"
@@ -38,7 +38,7 @@
38
38
  "rollup-plugin-auto-external": "^2.0.0",
39
39
  "rollup-plugin-node-externals": "^8.1.2",
40
40
  "tinyglobby": "^0.2.12",
41
- "ttsc": "^0.8.0"
41
+ "ttsc": "^0.9.0"
42
42
  },
43
43
  "sideEffects": false,
44
44
  "files": [