xshell 1.3.15 → 1.3.18

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.
@@ -2,25 +2,64 @@
2
2
  /******/ "use strict";
3
3
  /******/ var __webpack_modules__ = ({
4
4
 
5
- /***/ 38
5
+ /***/ 5
6
+ /*!*******************************************************************************************!*\
7
+ !*** ./node_modules/.pnpm/react-dom@19.2.1_react@19.2.1/node_modules/react-dom/client.js ***!
8
+ \*******************************************************************************************/
9
+ (module, __unused_webpack_exports, __webpack_require__) {
10
+
11
+
12
+
13
+ function checkDCE() {
14
+ /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
15
+ if (
16
+ typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||
17
+ typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'
18
+ ) {
19
+ return;
20
+ }
21
+ if (false) // removed by dead control flow
22
+ {}
23
+ try {
24
+ // Verify that the code above has been dead code eliminated (DCE'd).
25
+ __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);
26
+ } catch (err) {
27
+ // DevTools shouldn't crash React, no matter what.
28
+ // We should still report in case we break this code.
29
+ console.error(err);
30
+ }
31
+ }
32
+
33
+ if (true) {
34
+ // DCE check should happen before ReactDOM bundle executes so that
35
+ // DevTools can report bad minification during injection.
36
+ checkDCE();
37
+ module.exports = __webpack_require__(/*! ./cjs/react-dom-client.production.js */ 82);
38
+ } else // removed by dead control flow
39
+ {}
40
+
41
+
42
+ /***/ },
43
+
44
+ /***/ 23
6
45
  /*!***************************************************************************!*\
7
- !*** ./node_modules/.pnpm/react@19.2.0/node_modules/react/jsx-runtime.js ***!
46
+ !*** ./node_modules/.pnpm/react@19.2.1/node_modules/react/jsx-runtime.js ***!
8
47
  \***************************************************************************/
9
48
  (module, __unused_webpack_exports, __webpack_require__) {
10
49
 
11
50
 
12
51
 
13
52
  if (true) {
14
- module.exports = __webpack_require__(/*! ./cjs/react-jsx-runtime.production.js */ 172);
53
+ module.exports = __webpack_require__(/*! ./cjs/react-jsx-runtime.production.js */ 683);
15
54
  } else // removed by dead control flow
16
55
  {}
17
56
 
18
57
 
19
58
  /***/ },
20
59
 
21
- /***/ 104
60
+ /***/ 82
22
61
  /*!********************************************************************************************************************!*\
23
- !*** ./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/cjs/react-dom-client.production.js ***!
62
+ !*** ./node_modules/.pnpm/react-dom@19.2.1_react@19.2.1/node_modules/react-dom/cjs/react-dom-client.production.js ***!
24
63
  \********************************************************************************************************************/
25
64
  (__unused_webpack_module, exports, __webpack_require__) {
26
65
 
@@ -39,8 +78,8 @@ if (true) {
39
78
  */
40
79
 
41
80
  var Scheduler = __webpack_require__(/*! scheduler */ 419),
42
- React = __webpack_require__(/*! react */ 422),
43
- ReactDOM = __webpack_require__(/*! react-dom */ 402);
81
+ React = __webpack_require__(/*! react */ 87),
82
+ ReactDOM = __webpack_require__(/*! react-dom */ 652);
44
83
  function formatProdErrorMessage(code) {
45
84
  var url = "https://react.dev/errors/" + code;
46
85
  if (1 < arguments.length) {
@@ -15942,14 +15981,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15942
15981
  };
15943
15982
  var isomorphicReactPackageVersion$jscomp$inline_1840 = React.version;
15944
15983
  if (
15945
- "19.2.0" !==
15984
+ "19.2.1" !==
15946
15985
  isomorphicReactPackageVersion$jscomp$inline_1840
15947
15986
  )
15948
15987
  throw Error(
15949
15988
  formatProdErrorMessage(
15950
15989
  527,
15951
15990
  isomorphicReactPackageVersion$jscomp$inline_1840,
15952
- "19.2.0"
15991
+ "19.2.1"
15953
15992
  )
15954
15993
  );
15955
15994
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15971,10 +16010,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15971
16010
  };
15972
16011
  var internals$jscomp$inline_2347 = {
15973
16012
  bundleType: 0,
15974
- version: "19.2.0",
16013
+ version: "19.2.1",
15975
16014
  rendererPackageName: "react-dom",
15976
16015
  currentDispatcherRef: ReactSharedInternals,
15977
- reconcilerVersion: "19.2.0"
16016
+ reconcilerVersion: "19.2.1"
15978
16017
  };
15979
16018
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15980
16019
  var hook$jscomp$inline_2348 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -16072,7 +16111,23 @@ exports.hydrateRoot = function (container, initialChildren, options) {
16072
16111
  listenToAllSupportedEvents(container);
16073
16112
  return new ReactDOMHydrationRoot(initialChildren);
16074
16113
  };
16075
- exports.version = "19.2.0";
16114
+ exports.version = "19.2.1";
16115
+
16116
+
16117
+ /***/ },
16118
+
16119
+ /***/ 87
16120
+ /*!*********************************************************************!*\
16121
+ !*** ./node_modules/.pnpm/react@19.2.1/node_modules/react/index.js ***!
16122
+ \*********************************************************************/
16123
+ (module, __unused_webpack_exports, __webpack_require__) {
16124
+
16125
+
16126
+
16127
+ if (true) {
16128
+ module.exports = __webpack_require__(/*! ./cjs/react.production.js */ 380);
16129
+ } else // removed by dead control flow
16130
+ {}
16076
16131
 
16077
16132
 
16078
16133
  /***/ },
@@ -16427,53 +16482,9 @@ exports.unstable_wrapCallback = function (callback) {
16427
16482
 
16428
16483
  /***/ },
16429
16484
 
16430
- /***/ 172
16431
- /*!************************************************************************************************!*\
16432
- !*** ./node_modules/.pnpm/react@19.2.0/node_modules/react/cjs/react-jsx-runtime.production.js ***!
16433
- \************************************************************************************************/
16434
- (__unused_webpack_module, exports) {
16435
-
16436
- /**
16437
- * @license React
16438
- * react-jsx-runtime.production.js
16439
- *
16440
- * Copyright (c) Meta Platforms, Inc. and affiliates.
16441
- *
16442
- * This source code is licensed under the MIT license found in the
16443
- * LICENSE file in the root directory of this source tree.
16444
- */
16445
-
16446
-
16447
- var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
16448
- REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
16449
- function jsxProd(type, config, maybeKey) {
16450
- var key = null;
16451
- void 0 !== maybeKey && (key = "" + maybeKey);
16452
- void 0 !== config.key && (key = "" + config.key);
16453
- if ("key" in config) {
16454
- maybeKey = {};
16455
- for (var propName in config)
16456
- "key" !== propName && (maybeKey[propName] = config[propName]);
16457
- } else maybeKey = config;
16458
- config = maybeKey.ref;
16459
- return {
16460
- $$typeof: REACT_ELEMENT_TYPE,
16461
- type: type,
16462
- key: key,
16463
- ref: void 0 !== config ? config : null,
16464
- props: maybeKey
16465
- };
16466
- }
16467
- exports.Fragment = REACT_FRAGMENT_TYPE;
16468
- exports.jsx = jsxProd;
16469
- exports.jsxs = jsxProd;
16470
-
16471
-
16472
- /***/ },
16473
-
16474
- /***/ 199
16485
+ /***/ 380
16475
16486
  /*!************************************************************************************!*\
16476
- !*** ./node_modules/.pnpm/react@19.2.0/node_modules/react/cjs/react.production.js ***!
16487
+ !*** ./node_modules/.pnpm/react@19.2.1/node_modules/react/cjs/react.production.js ***!
16477
16488
  \************************************************************************************/
16478
16489
  (__unused_webpack_module, exports) {
16479
16490
 
@@ -17018,46 +17029,7 @@ exports.useSyncExternalStore = function (
17018
17029
  exports.useTransition = function () {
17019
17030
  return ReactSharedInternals.H.useTransition();
17020
17031
  };
17021
- exports.version = "19.2.0";
17022
-
17023
-
17024
- /***/ },
17025
-
17026
- /***/ 402
17027
- /*!******************************************************************************************!*\
17028
- !*** ./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/index.js ***!
17029
- \******************************************************************************************/
17030
- (module, __unused_webpack_exports, __webpack_require__) {
17031
-
17032
-
17033
-
17034
- function checkDCE() {
17035
- /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
17036
- if (
17037
- typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||
17038
- typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'
17039
- ) {
17040
- return;
17041
- }
17042
- if (false) // removed by dead control flow
17043
- {}
17044
- try {
17045
- // Verify that the code above has been dead code eliminated (DCE'd).
17046
- __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);
17047
- } catch (err) {
17048
- // DevTools shouldn't crash React, no matter what.
17049
- // We should still report in case we break this code.
17050
- console.error(err);
17051
- }
17052
- }
17053
-
17054
- if (true) {
17055
- // DCE check should happen before ReactDOM bundle executes so that
17056
- // DevTools can report bad minification during injection.
17057
- checkDCE();
17058
- module.exports = __webpack_require__(/*! ./cjs/react-dom.production.js */ 804);
17059
- } else // removed by dead control flow
17060
- {}
17032
+ exports.version = "19.2.1";
17061
17033
 
17062
17034
 
17063
17035
  /***/ },
@@ -17078,26 +17050,10 @@ if (true) {
17078
17050
 
17079
17051
  /***/ },
17080
17052
 
17081
- /***/ 422
17082
- /*!*********************************************************************!*\
17083
- !*** ./node_modules/.pnpm/react@19.2.0/node_modules/react/index.js ***!
17084
- \*********************************************************************/
17085
- (module, __unused_webpack_exports, __webpack_require__) {
17086
-
17087
-
17088
-
17089
- if (true) {
17090
- module.exports = __webpack_require__(/*! ./cjs/react.production.js */ 199);
17091
- } else // removed by dead control flow
17092
- {}
17093
-
17094
-
17095
- /***/ },
17096
-
17097
- /***/ 739
17098
- /*!*******************************************************************************************!*\
17099
- !*** ./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/client.js ***!
17100
- \*******************************************************************************************/
17053
+ /***/ 652
17054
+ /*!******************************************************************************************!*\
17055
+ !*** ./node_modules/.pnpm/react-dom@19.2.1_react@19.2.1/node_modules/react-dom/index.js ***!
17056
+ \******************************************************************************************/
17101
17057
  (module, __unused_webpack_exports, __webpack_require__) {
17102
17058
 
17103
17059
 
@@ -17126,16 +17082,60 @@ if (true) {
17126
17082
  // DCE check should happen before ReactDOM bundle executes so that
17127
17083
  // DevTools can report bad minification during injection.
17128
17084
  checkDCE();
17129
- module.exports = __webpack_require__(/*! ./cjs/react-dom-client.production.js */ 104);
17085
+ module.exports = __webpack_require__(/*! ./cjs/react-dom.production.js */ 818);
17130
17086
  } else // removed by dead control flow
17131
17087
  {}
17132
17088
 
17133
17089
 
17134
17090
  /***/ },
17135
17091
 
17136
- /***/ 804
17092
+ /***/ 683
17093
+ /*!************************************************************************************************!*\
17094
+ !*** ./node_modules/.pnpm/react@19.2.1/node_modules/react/cjs/react-jsx-runtime.production.js ***!
17095
+ \************************************************************************************************/
17096
+ (__unused_webpack_module, exports) {
17097
+
17098
+ /**
17099
+ * @license React
17100
+ * react-jsx-runtime.production.js
17101
+ *
17102
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
17103
+ *
17104
+ * This source code is licensed under the MIT license found in the
17105
+ * LICENSE file in the root directory of this source tree.
17106
+ */
17107
+
17108
+
17109
+ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
17110
+ REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
17111
+ function jsxProd(type, config, maybeKey) {
17112
+ var key = null;
17113
+ void 0 !== maybeKey && (key = "" + maybeKey);
17114
+ void 0 !== config.key && (key = "" + config.key);
17115
+ if ("key" in config) {
17116
+ maybeKey = {};
17117
+ for (var propName in config)
17118
+ "key" !== propName && (maybeKey[propName] = config[propName]);
17119
+ } else maybeKey = config;
17120
+ config = maybeKey.ref;
17121
+ return {
17122
+ $$typeof: REACT_ELEMENT_TYPE,
17123
+ type: type,
17124
+ key: key,
17125
+ ref: void 0 !== config ? config : null,
17126
+ props: maybeKey
17127
+ };
17128
+ }
17129
+ exports.Fragment = REACT_FRAGMENT_TYPE;
17130
+ exports.jsx = jsxProd;
17131
+ exports.jsxs = jsxProd;
17132
+
17133
+
17134
+ /***/ },
17135
+
17136
+ /***/ 818
17137
17137
  /*!*************************************************************************************************************!*\
17138
- !*** ./node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/cjs/react-dom.production.js ***!
17138
+ !*** ./node_modules/.pnpm/react-dom@19.2.1_react@19.2.1/node_modules/react-dom/cjs/react-dom.production.js ***!
17139
17139
  \*************************************************************************************************************/
17140
17140
  (__unused_webpack_module, exports, __webpack_require__) {
17141
17141
 
@@ -17150,7 +17150,7 @@ if (true) {
17150
17150
  */
17151
17151
 
17152
17152
 
17153
- var React = __webpack_require__(/*! react */ 422);
17153
+ var React = __webpack_require__(/*! react */ 87);
17154
17154
  function formatProdErrorMessage(code) {
17155
17155
  var url = "https://react.dev/errors/" + code;
17156
17156
  if (1 < arguments.length) {
@@ -17348,7 +17348,7 @@ exports.useFormState = function (action, initialState, permalink) {
17348
17348
  exports.useFormStatus = function () {
17349
17349
  return ReactSharedInternals.H.useHostTransitionStatus();
17350
17350
  };
17351
- exports.version = "19.2.0";
17351
+ exports.version = "19.2.1";
17352
17352
 
17353
17353
 
17354
17354
  /***/ }
@@ -17453,10 +17453,10 @@ __webpack_require__.r(__webpack_exports__);
17453
17453
  /* harmony export */ ReactDOMClient: () => (/* reexport fake namespace object from non-harmony */ react_dom_client__WEBPACK_IMPORTED_MODULE_3___namespace_cache || (react_dom_client__WEBPACK_IMPORTED_MODULE_3___namespace_cache = __webpack_require__.t(react_dom_client__WEBPACK_IMPORTED_MODULE_3__, 2))),
17454
17454
  /* harmony export */ ReactJSX: () => (/* reexport fake namespace object from non-harmony */ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1___namespace_cache || (react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1___namespace_cache = __webpack_require__.t(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__, 2)))
17455
17455
  /* harmony export */ });
17456
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 422);
17457
- /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react/jsx-runtime */ 38);
17458
- /* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react-dom */ 402);
17459
- /* harmony import */ var react_dom_client__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! react-dom/client */ 739);
17456
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 87);
17457
+ /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react/jsx-runtime */ 23);
17458
+ /* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react-dom */ 652);
17459
+ /* harmony import */ var react_dom_client__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! react-dom/client */ 5);
17460
17460
 
17461
17461
 
17462
17462