xshell 1.3.10 → 1.3.12
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 +2 -2
- package/path.d.ts +2 -2
- package/react.development.js +30 -32
- package/react.development.js.map +1 -1
- package/react.production.js +2205 -2205
- package/react.production.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xshell",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"bin": {
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"tslib": "^2.8.1",
|
|
89
89
|
"typescript": "^5.9.3",
|
|
90
90
|
"undici": "^7.16.0",
|
|
91
|
-
"webpack": "
|
|
91
|
+
"webpack": "https://pkg.pr.new/webpack@4adc0d1",
|
|
92
92
|
"webpack-bundle-analyzer": "^5.0.1",
|
|
93
93
|
"ws": "^8.18.3"
|
|
94
94
|
},
|
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
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/ "./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/cjs/react-dom-client.development.js"
|
|
5
|
+
/***/ "./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/cjs/react-dom-client.development.js"
|
|
6
6
|
/*!*********************************************************************************************************************!*\
|
|
7
7
|
!*** ./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/cjs/react-dom-client.development.js ***!
|
|
8
8
|
\*********************************************************************************************************************/
|
|
9
|
-
|
|
9
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* @license React
|
|
@@ -28130,13 +28130,13 @@
|
|
|
28130
28130
|
})();
|
|
28131
28131
|
|
|
28132
28132
|
|
|
28133
|
-
/***/ }
|
|
28133
|
+
/***/ },
|
|
28134
28134
|
|
|
28135
|
-
/***/ "./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/cjs/react-dom.development.js"
|
|
28135
|
+
/***/ "./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/cjs/react-dom.development.js"
|
|
28136
28136
|
/*!**************************************************************************************************************!*\
|
|
28137
28137
|
!*** ./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/cjs/react-dom.development.js ***!
|
|
28138
28138
|
\**************************************************************************************************************/
|
|
28139
|
-
|
|
28139
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
28140
28140
|
|
|
28141
28141
|
/**
|
|
28142
28142
|
* @license React
|
|
@@ -28564,13 +28564,13 @@
|
|
|
28564
28564
|
})();
|
|
28565
28565
|
|
|
28566
28566
|
|
|
28567
|
-
/***/ }
|
|
28567
|
+
/***/ },
|
|
28568
28568
|
|
|
28569
|
-
/***/ "./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/client.js"
|
|
28569
|
+
/***/ "./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/client.js"
|
|
28570
28570
|
/*!*******************************************************************************************!*\
|
|
28571
28571
|
!*** ./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/client.js ***!
|
|
28572
28572
|
\*******************************************************************************************/
|
|
28573
|
-
|
|
28573
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
28574
28574
|
|
|
28575
28575
|
|
|
28576
28576
|
|
|
@@ -28602,13 +28602,13 @@ if (false) // removed by dead control flow
|
|
|
28602
28602
|
}
|
|
28603
28603
|
|
|
28604
28604
|
|
|
28605
|
-
/***/ }
|
|
28605
|
+
/***/ },
|
|
28606
28606
|
|
|
28607
|
-
/***/ "./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/index.js"
|
|
28607
|
+
/***/ "./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/index.js"
|
|
28608
28608
|
/*!******************************************************************************************!*\
|
|
28609
28609
|
!*** ./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/index.js ***!
|
|
28610
28610
|
\******************************************************************************************/
|
|
28611
|
-
|
|
28611
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
28612
28612
|
|
|
28613
28613
|
|
|
28614
28614
|
|
|
@@ -28640,13 +28640,13 @@ if (false) // removed by dead control flow
|
|
|
28640
28640
|
}
|
|
28641
28641
|
|
|
28642
28642
|
|
|
28643
|
-
/***/ }
|
|
28643
|
+
/***/ },
|
|
28644
28644
|
|
|
28645
|
-
/***/ "./node_modules/.pnpm/react@19.2.0/node_modules/react/cjs/react-jsx-runtime.development.js"
|
|
28645
|
+
/***/ "./node_modules/.pnpm/react@19.2.0/node_modules/react/cjs/react-jsx-runtime.development.js"
|
|
28646
28646
|
/*!*************************************************************************************************!*\
|
|
28647
28647
|
!*** ./node_modules/.pnpm/react@19.2.0/node_modules/react/cjs/react-jsx-runtime.development.js ***!
|
|
28648
28648
|
\*************************************************************************************************/
|
|
28649
|
-
|
|
28649
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
28650
28650
|
|
|
28651
28651
|
/**
|
|
28652
28652
|
* @license React
|
|
@@ -29002,13 +29002,13 @@ if (false) // removed by dead control flow
|
|
|
29002
29002
|
})();
|
|
29003
29003
|
|
|
29004
29004
|
|
|
29005
|
-
/***/ }
|
|
29005
|
+
/***/ },
|
|
29006
29006
|
|
|
29007
|
-
/***/ "./node_modules/.pnpm/react@19.2.0/node_modules/react/cjs/react.development.js"
|
|
29007
|
+
/***/ "./node_modules/.pnpm/react@19.2.0/node_modules/react/cjs/react.development.js"
|
|
29008
29008
|
/*!*************************************************************************************!*\
|
|
29009
29009
|
!*** ./node_modules/.pnpm/react@19.2.0/node_modules/react/cjs/react.development.js ***!
|
|
29010
29010
|
\*************************************************************************************/
|
|
29011
|
-
|
|
29011
|
+
(module, exports, __webpack_require__) {
|
|
29012
29012
|
|
|
29013
29013
|
/* module decorator */ module = __webpack_require__.nmd(module);
|
|
29014
29014
|
/**
|
|
@@ -30297,13 +30297,13 @@ if (false) // removed by dead control flow
|
|
|
30297
30297
|
})();
|
|
30298
30298
|
|
|
30299
30299
|
|
|
30300
|
-
/***/ }
|
|
30300
|
+
/***/ },
|
|
30301
30301
|
|
|
30302
|
-
/***/ "./node_modules/.pnpm/react@19.2.0/node_modules/react/index.js"
|
|
30302
|
+
/***/ "./node_modules/.pnpm/react@19.2.0/node_modules/react/index.js"
|
|
30303
30303
|
/*!*********************************************************************!*\
|
|
30304
30304
|
!*** ./node_modules/.pnpm/react@19.2.0/node_modules/react/index.js ***!
|
|
30305
30305
|
\*********************************************************************/
|
|
30306
|
-
|
|
30306
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
30307
30307
|
|
|
30308
30308
|
|
|
30309
30309
|
|
|
@@ -30313,13 +30313,13 @@ if (false) // removed by dead control flow
|
|
|
30313
30313
|
}
|
|
30314
30314
|
|
|
30315
30315
|
|
|
30316
|
-
/***/ }
|
|
30316
|
+
/***/ },
|
|
30317
30317
|
|
|
30318
|
-
/***/ "./node_modules/.pnpm/react@19.2.0/node_modules/react/jsx-runtime.js"
|
|
30318
|
+
/***/ "./node_modules/.pnpm/react@19.2.0/node_modules/react/jsx-runtime.js"
|
|
30319
30319
|
/*!***************************************************************************!*\
|
|
30320
30320
|
!*** ./node_modules/.pnpm/react@19.2.0/node_modules/react/jsx-runtime.js ***!
|
|
30321
30321
|
\***************************************************************************/
|
|
30322
|
-
|
|
30322
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
30323
30323
|
|
|
30324
30324
|
|
|
30325
30325
|
|
|
@@ -30329,13 +30329,13 @@ if (false) // removed by dead control flow
|
|
|
30329
30329
|
}
|
|
30330
30330
|
|
|
30331
30331
|
|
|
30332
|
-
/***/ }
|
|
30332
|
+
/***/ },
|
|
30333
30333
|
|
|
30334
|
-
/***/ "./node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/cjs/scheduler.development.js"
|
|
30334
|
+
/***/ "./node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/cjs/scheduler.development.js"
|
|
30335
30335
|
/*!*************************************************************************************************!*\
|
|
30336
30336
|
!*** ./node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/cjs/scheduler.development.js ***!
|
|
30337
30337
|
\*************************************************************************************************/
|
|
30338
|
-
|
|
30338
|
+
(__unused_webpack_module, exports) {
|
|
30339
30339
|
|
|
30340
30340
|
/**
|
|
30341
30341
|
* @license React
|
|
@@ -30703,13 +30703,13 @@ if (false) // removed by dead control flow
|
|
|
30703
30703
|
})();
|
|
30704
30704
|
|
|
30705
30705
|
|
|
30706
|
-
/***/ }
|
|
30706
|
+
/***/ },
|
|
30707
30707
|
|
|
30708
|
-
/***/ "./node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/index.js"
|
|
30708
|
+
/***/ "./node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/index.js"
|
|
30709
30709
|
/*!*****************************************************************************!*\
|
|
30710
30710
|
!*** ./node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/index.js ***!
|
|
30711
30711
|
\*****************************************************************************/
|
|
30712
|
-
|
|
30712
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
30713
30713
|
|
|
30714
30714
|
|
|
30715
30715
|
|
|
@@ -30719,7 +30719,7 @@ if (false) // removed by dead control flow
|
|
|
30719
30719
|
}
|
|
30720
30720
|
|
|
30721
30721
|
|
|
30722
|
-
/***/ }
|
|
30722
|
+
/***/ }
|
|
30723
30723
|
|
|
30724
30724
|
/******/ });
|
|
30725
30725
|
/************************************************************************/
|
|
@@ -30856,8 +30856,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
30856
30856
|
|
|
30857
30857
|
|
|
30858
30858
|
|
|
30859
|
-
react_dom__WEBPACK_IMPORTED_MODULE_2__.createRoot = react_dom_client__WEBPACK_IMPORTED_MODULE_3__.createRoot;
|
|
30860
|
-
react_dom__WEBPACK_IMPORTED_MODULE_2__.hydrateRoot = react_dom_client__WEBPACK_IMPORTED_MODULE_3__.hydrateRoot;
|
|
30861
30859
|
|
|
30862
30860
|
|
|
30863
30861
|
})();
|