@typia/langchain 13.0.0-dev.20260612.1 → 13.0.0-dev.20260619.1

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 +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -18,7 +18,7 @@ Converts typia controllers to LangChain `DynamicStructuredTool[]` with automatic
18
18
 
19
19
  ```bash
20
20
  npm install @typia/langchain @langchain/core typia
21
- npm install -D ttsc @typescript/native-preview
21
+ npm install -D ttsc typescript@rc
22
22
  ```
23
23
 
24
24
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typia/langchain",
3
- "version": "13.0.0-dev.20260612.1",
3
+ "version": "13.0.0-dev.20260619.1",
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/utils": "^13.0.0-dev.20260612.1",
26
- "@typia/interface": "^13.0.0-dev.20260612.1"
25
+ "@typia/interface": "^13.0.0-dev.20260619.1",
26
+ "@typia/utils": "^13.0.0-dev.20260619.1"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@langchain/core": ">=1.0.0"
@@ -31,14 +31,14 @@
31
31
  "devDependencies": {
32
32
  "@langchain/core": "^1.1.31",
33
33
  "@rollup/plugin-commonjs": "^29.0.0",
34
+ "@rollup/plugin-esm-shim": "^0.1.8",
34
35
  "@rollup/plugin-node-resolve": "^16.0.3",
35
- "@typescript/native-preview": "7.0.0-dev.20260611.2",
36
+ "typescript": "7.0.1-rc",
36
37
  "rimraf": "^6.1.2",
37
38
  "rollup": "^4.56.0",
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.15.3"
41
+ "ttsc": "^0.16.0"
42
42
  },
43
43
  "sideEffects": false,
44
44
  "files": [