@postman-cse/cse-toold 5.2.4 → 5.3.0
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@postman-cse/cse-toold",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "CSE tools daemon: signed Node SEA launcher mediating MCP traffic for Claude/Codex/Droid; pure-JS cred store plus signed cse-se-unwrap helper own credential custody",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"bin/"
|
|
23
23
|
],
|
|
24
24
|
"optionalDependencies": {
|
|
25
|
-
"@postman-cse/cse-toold-darwin-arm64": "5.
|
|
26
|
-
"@postman-cse/cse-toold-linux-arm64": "5.
|
|
27
|
-
"@postman-cse/cse-toold-linux-x64": "5.
|
|
28
|
-
"@postman-cse/cse-toold-win32-arm64": "5.
|
|
25
|
+
"@postman-cse/cse-toold-darwin-arm64": "5.3.0",
|
|
26
|
+
"@postman-cse/cse-toold-linux-arm64": "5.3.0",
|
|
27
|
+
"@postman-cse/cse-toold-linux-x64": "5.3.0",
|
|
28
|
+
"@postman-cse/cse-toold-win32-arm64": "5.3.0"
|
|
29
29
|
}
|
|
30
30
|
}
|