xshell 1.2.80 → 1.2.81
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/net.d.ts +1 -1
- package/package.json +6 -6
package/net.d.ts
CHANGED
|
@@ -278,5 +278,5 @@ export declare class RemoteClient {
|
|
|
278
278
|
[inspect.custom](): {
|
|
279
279
|
remote: string;
|
|
280
280
|
websocket: string;
|
|
281
|
-
} & Omit<this, typeof import("util").inspect.custom | "
|
|
281
|
+
} & Omit<this, typeof import("util").inspect.custom | "websocket" | "remote" | "call" | "send">;
|
|
282
282
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xshell",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.81",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"bin": {
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@babel/core": "^7.28.
|
|
53
|
-
"@babel/parser": "^7.28.
|
|
54
|
-
"@babel/traverse": "^7.28.
|
|
52
|
+
"@babel/core": "^7.28.3",
|
|
53
|
+
"@babel/parser": "^7.28.3",
|
|
54
|
+
"@babel/traverse": "^7.28.3",
|
|
55
55
|
"@koa/cors": "^5.0.0",
|
|
56
56
|
"@stylistic/eslint-plugin": "^5.2.3",
|
|
57
57
|
"@svgr/webpack": "^8.1.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"eslint-plugin-import": "^2.32.0",
|
|
70
70
|
"eslint-plugin-react": "^7.37.5",
|
|
71
71
|
"https-proxy-agent": "^7.0.6",
|
|
72
|
-
"i18next": "^25.3.
|
|
72
|
+
"i18next": "^25.3.6",
|
|
73
73
|
"i18next-scanner": "^4.6.0",
|
|
74
74
|
"koa": "^3.0.1",
|
|
75
75
|
"koa-compress": "^5.1.1",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"source-map-loader": "^5.0.0",
|
|
86
86
|
"strip-ansi": "^7.1.0",
|
|
87
87
|
"style-loader": "^4.0.0",
|
|
88
|
-
"tough-cookie": "^
|
|
88
|
+
"tough-cookie": "^6.0.0",
|
|
89
89
|
"ts-loader": "^9.5.2",
|
|
90
90
|
"tslib": "^2.8.1",
|
|
91
91
|
"typescript": "^5.9.2",
|