@microsoft/agents-a365-tooling-extensions-langchain 0.1.0-preview.54 → 0.1.0-preview.63
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/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/agents-a365-tooling-extensions-langchain",
|
|
3
|
-
"version": "0.1.0-preview.
|
|
3
|
+
"version": "0.1.0-preview.63",
|
|
4
4
|
"description": "Agent 365 Tooling SDK for LangChain AI agents built with TypeScript/Node.js",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"lint:fix": "eslint src/**/*.ts --fix",
|
|
18
18
|
"prepublishOnly": "npm run clean && npm run build",
|
|
19
19
|
"ci": "npm ci",
|
|
20
|
-
"pack": "
|
|
20
|
+
"pack": "node ../../copyFiles.js . && pnpm pack --pack-destination=../"
|
|
21
21
|
},
|
|
22
22
|
"keywords": [
|
|
23
23
|
"ai",
|
|
@@ -34,24 +34,24 @@
|
|
|
34
34
|
"directory": "packages/agents-a365-tooling-extensions-langchain"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@langchain/mcp-adapters": "
|
|
38
|
-
"@microsoft/agents-a365-runtime": "0.1.0-preview.
|
|
39
|
-
"@microsoft/agents-a365-tooling": "0.1.0-preview.
|
|
40
|
-
"@microsoft/agents-hosting": "
|
|
41
|
-
"langchain": "
|
|
37
|
+
"@langchain/mcp-adapters": "catalog:",
|
|
38
|
+
"@microsoft/agents-a365-runtime": "0.1.0-preview.63",
|
|
39
|
+
"@microsoft/agents-a365-tooling": "0.1.0-preview.63",
|
|
40
|
+
"@microsoft/agents-hosting": "catalog:",
|
|
41
|
+
"langchain": "catalog:"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@eslint/js": "
|
|
45
|
-
"@types/jest": "
|
|
46
|
-
"@types/node": "
|
|
47
|
-
"@typescript-eslint/eslint-plugin": "
|
|
48
|
-
"@typescript-eslint/parser": "
|
|
49
|
-
"eslint": "
|
|
50
|
-
"jest": "
|
|
51
|
-
"rimraf": "
|
|
52
|
-
"ts-jest": "
|
|
53
|
-
"typescript": "
|
|
54
|
-
"typescript-eslint": "
|
|
44
|
+
"@eslint/js": "catalog:",
|
|
45
|
+
"@types/jest": "catalog:",
|
|
46
|
+
"@types/node": "catalog:",
|
|
47
|
+
"@typescript-eslint/eslint-plugin": "catalog:",
|
|
48
|
+
"@typescript-eslint/parser": "catalog:",
|
|
49
|
+
"eslint": "catalog:",
|
|
50
|
+
"jest": "catalog:",
|
|
51
|
+
"rimraf": "catalog:",
|
|
52
|
+
"ts-jest": "catalog:",
|
|
53
|
+
"typescript": "catalog:",
|
|
54
|
+
"typescript-eslint": "catalog:"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
57
57
|
"node": ">=18.0.0"
|