xshell 1.2.61 → 1.2.62
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 +2 -2
- package/path.d.ts +2 -2
- package/react.development.js +1 -1
- package/react.development.js.map +1 -1
- package/react.production.js +118 -118
- package/react.production.js.map +1 -1
- package/utils.common.d.ts +2 -0
- package/utils.common.js +7 -0
package/net.d.ts
CHANGED
|
@@ -276,5 +276,5 @@ export declare class RemoteClient {
|
|
|
276
276
|
[inspect.custom](): {
|
|
277
277
|
remote: string;
|
|
278
278
|
websocket: string;
|
|
279
|
-
} & Omit<this, "
|
|
279
|
+
} & Omit<this, typeof import("util").inspect.custom | "call" | "websocket" | "remote" | "send">;
|
|
280
280
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xshell",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.62",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"bin": {
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"tslib": "^2.8.1",
|
|
90
90
|
"typescript": "^5.8.3",
|
|
91
91
|
"ua-parser-js": "^2.0.4",
|
|
92
|
-
"undici": "^7.
|
|
92
|
+
"undici": "^7.12.0",
|
|
93
93
|
"webpack": "^5.100.2",
|
|
94
94
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
95
95
|
"ws": "^8.18.3"
|
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;
|
package/react.development.js
CHANGED
|
@@ -27617,7 +27617,7 @@ if (false) // removed by dead control flow
|
|
|
27617
27617
|
/******/ __webpack_require__.r(ns);
|
|
27618
27618
|
/******/ var def = {};
|
|
27619
27619
|
/******/ leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];
|
|
27620
|
-
/******/ for(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {
|
|
27620
|
+
/******/ for(var current = mode & 2 && value; (typeof current == 'object' || typeof current == 'function') && !~leafPrototypes.indexOf(current); current = getProto(current)) {
|
|
27621
27621
|
/******/ Object.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));
|
|
27622
27622
|
/******/ }
|
|
27623
27623
|
/******/ def['default'] = () => (value);
|