psadk 1.1.3 → 1.1.5
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/build/main/index.d.ts +1 -0
- package/build/main/index.js +2 -1
- package/package.json +14 -14
package/build/main/index.d.ts
CHANGED
package/build/main/index.js
CHANGED
|
@@ -26,4 +26,5 @@ __exportStar(require("./lib/tools/PSReadFileTool"), exports);
|
|
|
26
26
|
__exportStar(require("./lib/tools/PSWriteFileTool"), exports);
|
|
27
27
|
__exportStar(require("./lib/tools/PSSubAgentTool"), exports);
|
|
28
28
|
;
|
|
29
|
-
|
|
29
|
+
__exportStar(require("./lib/tools/PSMemoryTool"), exports);
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLDZDQUEyQjtBQUMzQixnREFBOEI7QUFDOUIsc0RBQW9DO0FBQ3BDLHNEQUFvQztBQUNwQyxvREFBa0M7QUFDbEMsb0RBQWtDO0FBQ2xDLHVEQUFxQztBQUNyQyxnRUFBOEM7QUFDOUMsNkRBQTJDO0FBQzNDLDhEQUE0QztBQUM1Qyw2REFBMkM7QUFBQSxDQUFDO0FBQzVDLDJEQUF5QyJ9
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "psadk",
|
|
3
3
|
"email": "rakesh.ravuri@publicissapient.com",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.5",
|
|
5
5
|
"description": "ps adk adapter",
|
|
6
6
|
"main": "build/main/index.js",
|
|
7
7
|
"typings": "build/main/index.d.ts",
|
|
@@ -45,31 +45,31 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@a2a-js/sdk": "^0.3.4",
|
|
48
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
49
|
-
"debug": "^4.4.
|
|
48
|
+
"@modelcontextprotocol/sdk": "^1.19.1",
|
|
49
|
+
"debug": "^4.4.3",
|
|
50
50
|
"express": "^5.1.0",
|
|
51
51
|
"fetch-retry": "^6.0.0",
|
|
52
52
|
"jsonwebtoken": "^9.0.2",
|
|
53
53
|
"uuid": "^13.0.0",
|
|
54
54
|
"yaml": "^2.8.1",
|
|
55
|
-
"zod": "^4.1.
|
|
55
|
+
"zod": "^4.1.11"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@ava/typescript": "^6.0.0",
|
|
59
|
-
"@eslint/compat": "^1.
|
|
59
|
+
"@eslint/compat": "^1.4.0",
|
|
60
60
|
"@eslint/eslintrc": "^3.3.1",
|
|
61
|
-
"@eslint/js": "^9.
|
|
62
|
-
"@istanbuljs/nyc-config-typescript": "^1.0.
|
|
61
|
+
"@eslint/js": "^9.37.0",
|
|
62
|
+
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
63
63
|
"@types/debug": "^4.1.12",
|
|
64
64
|
"@types/express": "^5.0.3",
|
|
65
65
|
"@types/jsonwebtoken": "^9.0.10",
|
|
66
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
67
|
-
"@typescript-eslint/parser": "^8.
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^8.45.0",
|
|
67
|
+
"@typescript-eslint/parser": "^8.45.0",
|
|
68
68
|
"ava": "^6.4.1",
|
|
69
69
|
"codecov": "^3.8.3",
|
|
70
70
|
"cspell": "^9.2.1",
|
|
71
71
|
"cz-conventional-changelog": "^3.3.0",
|
|
72
|
-
"eslint": "^9.
|
|
72
|
+
"eslint": "^9.36.0",
|
|
73
73
|
"eslint-config-prettier": "^10.1.8",
|
|
74
74
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
75
75
|
"eslint-plugin-functional": "^9.0.2",
|
|
@@ -80,12 +80,12 @@
|
|
|
80
80
|
"nyc": "^17.1.0",
|
|
81
81
|
"open-cli": "^8.0.0",
|
|
82
82
|
"prettier": "^3.6.2",
|
|
83
|
-
"standard-version": "^9.
|
|
83
|
+
"standard-version": "^9.5.0",
|
|
84
84
|
"ts-node": "^10.9.2",
|
|
85
85
|
"tsdoc-markdown": "^1.4.1",
|
|
86
|
-
"typedoc": "^0.28.
|
|
87
|
-
"typedoc-plugin-markdown": "^4.
|
|
88
|
-
"typescript": "^5.9.
|
|
86
|
+
"typedoc": "^0.28.13",
|
|
87
|
+
"typedoc-plugin-markdown": "^4.9.0",
|
|
88
|
+
"typescript": "^5.9.3"
|
|
89
89
|
},
|
|
90
90
|
"files": [
|
|
91
91
|
"build/main",
|