xshell 1.2.40 → 1.2.42

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 CHANGED
@@ -298,5 +298,5 @@ export declare class RemoteClient {
298
298
  [inspect.custom](): {
299
299
  remote: string;
300
300
  websocket: string;
301
- } & Omit<this, "call" | "remote" | "websocket" | typeof import("util").inspect.custom | "send">;
301
+ } & Omit<this, "websocket" | typeof import("util").inspect.custom | "call" | "remote" | "send">;
302
302
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xshell",
3
- "version": "1.2.40",
3
+ "version": "1.2.42",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -49,17 +49,17 @@
49
49
  ]
50
50
  },
51
51
  "dependencies": {
52
- "@babel/core": "^7.26.10",
53
- "@babel/parser": "^7.27.0",
54
- "@babel/traverse": "^7.27.0",
52
+ "@babel/core": "^7.27.1",
53
+ "@babel/parser": "^7.27.2",
54
+ "@babel/traverse": "^7.27.1",
55
55
  "@koa/cors": "^5.0.0",
56
56
  "@stylistic/eslint-plugin": "^4.2.0",
57
57
  "@svgr/webpack": "^8.1.0",
58
58
  "@types/sass-loader": "^8.0.9",
59
59
  "@types/ws": "^8.18.1",
60
- "@typescript-eslint/eslint-plugin": "^8.30.1",
61
- "@typescript-eslint/parser": "^8.30.1",
62
- "@typescript-eslint/utils": "^8.30.1",
60
+ "@typescript-eslint/eslint-plugin": "^8.32.1",
61
+ "@typescript-eslint/parser": "^8.32.1",
62
+ "@typescript-eslint/utils": "^8.32.1",
63
63
  "archiver": "^7.0.1",
64
64
  "chalk": "^5.4.1",
65
65
  "cli-table3": "^0.6.5",
@@ -67,24 +67,24 @@
67
67
  "commander": "^13.1.0",
68
68
  "css-loader": "^7.1.2",
69
69
  "emoji-regex": "^10.4.0",
70
- "eslint": "^9.24.0",
70
+ "eslint": "^9.26.0",
71
71
  "eslint-plugin-import": "^2.31.0",
72
72
  "eslint-plugin-react": "^7.37.5",
73
73
  "gulp-sort": "^2.0.0",
74
74
  "https-proxy-agent": "^7.0.6",
75
- "i18next": "^25.0.0",
75
+ "i18next": "^25.1.3",
76
76
  "i18next-scanner": "^4.6.0",
77
- "koa": "^2.16.1",
77
+ "koa": "^3.0.0",
78
78
  "koa-compress": "^5.1.1",
79
79
  "license-webpack-plugin": "^4.0.2",
80
80
  "map-stream": "^0.0.7",
81
81
  "mime-types": "^3.0.1",
82
82
  "ora": "^8.2.0",
83
83
  "react": "^19.1.0",
84
- "react-i18next": "^15.4.1",
84
+ "react-i18next": "^15.5.1",
85
85
  "react-object-model": "^1.2.24",
86
86
  "resolve-path": "^1.4.0",
87
- "sass": "^1.86.3",
87
+ "sass": "^1.88.0",
88
88
  "sass-loader": "^16.0.5",
89
89
  "source-map-loader": "^5.0.0",
90
90
  "strip-ansi": "^7.1.0",
@@ -95,15 +95,15 @@
95
95
  "tslib": "^2.8.1",
96
96
  "typescript": "^5.8.3",
97
97
  "ua-parser-js": "^2.0.3",
98
- "undici": "^7.8.0",
98
+ "undici": "^7.9.0",
99
99
  "vinyl": "^3.0.0",
100
100
  "vinyl-fs": "^4.0.0",
101
- "webpack": "^5.99.5",
101
+ "webpack": "^5.99.8",
102
102
  "webpack-bundle-analyzer": "^4.10.2",
103
- "ws": "^8.18.1"
103
+ "ws": "^8.18.2"
104
104
  },
105
105
  "devDependencies": {
106
- "@babel/types": "^7.27.0",
106
+ "@babel/types": "^7.27.1",
107
107
  "@types/archiver": "^6.0.3",
108
108
  "@types/babel__traverse": "^7.20.7",
109
109
  "@types/eslint": "^9.6.1",
@@ -112,18 +112,13 @@
112
112
  "@types/koa": "^2.15.0",
113
113
  "@types/koa-compress": "^4.0.6",
114
114
  "@types/mime-types": "^2.1.4",
115
- "@types/node": "^22.14.1",
116
- "@types/react": "^19.1.2",
115
+ "@types/node": "^22.15.18",
116
+ "@types/react": "^19.1.4",
117
117
  "@types/through2": "^2.0.41",
118
118
  "@types/tough-cookie": "^4.0.5",
119
119
  "@types/ua-parser-js": "^0.7.39",
120
- "@types/vinyl-fs": "^3.0.5",
121
- "@types/vscode": "^1.99.1",
120
+ "@types/vinyl-fs": "^3.0.6",
121
+ "@types/vscode": "^1.100.0",
122
122
  "@types/webpack-bundle-analyzer": "^4.7.0"
123
- },
124
- "pnpm": {
125
- "patchedDependencies": {
126
- "koa": "patches/koa.patch"
127
- }
128
123
  }
129
124
  }
package/path.d.ts CHANGED
@@ -54,7 +54,7 @@ export declare function extname(path: string): string;
54
54
  /** `/` */
55
55
  export declare const sep = "/";
56
56
  /** The platform-specific file delimiter. ';' or ':'. */
57
- export declare const delimiter: ";" | ":";
57
+ export declare const delimiter: ":" | ";";
58
58
  /** Returns an object from a path string - the opposite of format().
59
59
  @param path path to evaluate.
60
60
  @throws {TypeError} if `path` is not a string. */
@@ -81,7 +81,7 @@ export declare let path: {
81
81
  basename: typeof basename;
82
82
  extname: typeof extname;
83
83
  sep: string;
84
- delimiter: ";" | ":";
84
+ delimiter: ":" | ";";
85
85
  parse: typeof parse;
86
86
  format: typeof format;
87
87
  toNamespacedPath: typeof toNamespacedPath;