xshell 1.2.86 → 1.2.87
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 +19 -19
- package/prototype.common.d.ts +1 -2
- package/react.development.js +3 -3
- package/react.development.js.map +1 -1
- package/react.production.js +839 -839
- package/react.production.js.map +1 -1
- package/utils.browser.d.ts +1 -0
- package/utils.browser.js +10 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xshell",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.87",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"bin": {
|
|
@@ -49,27 +49,27 @@
|
|
|
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.4",
|
|
53
|
+
"@babel/parser": "^7.28.4",
|
|
54
|
+
"@babel/traverse": "^7.28.4",
|
|
55
55
|
"@koa/cors": "^5.0.0",
|
|
56
56
|
"@stylistic/eslint-plugin": "^5.3.1",
|
|
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.
|
|
61
|
-
"@typescript-eslint/parser": "^8.
|
|
62
|
-
"@typescript-eslint/utils": "^8.
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^8.43.0",
|
|
61
|
+
"@typescript-eslint/parser": "^8.43.0",
|
|
62
|
+
"@typescript-eslint/utils": "^8.43.0",
|
|
63
63
|
"archiver": "^7.0.1",
|
|
64
|
-
"chalk": "^5.6.
|
|
65
|
-
"commander": "^14.0.
|
|
64
|
+
"chalk": "^5.6.2",
|
|
65
|
+
"commander": "^14.0.1",
|
|
66
66
|
"css-loader": "^7.1.2",
|
|
67
67
|
"emoji-regex": "^10.5.0",
|
|
68
|
-
"eslint": "^9.
|
|
68
|
+
"eslint": "^9.35.0",
|
|
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.5.
|
|
72
|
+
"i18next": "^25.5.2",
|
|
73
73
|
"i18next-scanner": "^4.6.0",
|
|
74
74
|
"koa": "^3.0.1",
|
|
75
75
|
"koa-compress": "^5.1.1",
|
|
@@ -80,23 +80,23 @@
|
|
|
80
80
|
"react": "^19.1.1",
|
|
81
81
|
"react-i18next": "^15.7.3",
|
|
82
82
|
"resolve-path": "^1.4.0",
|
|
83
|
-
"sass": "^1.92.
|
|
83
|
+
"sass": "^1.92.1",
|
|
84
84
|
"sass-loader": "^16.0.5",
|
|
85
85
|
"source-map-loader": "^5.0.0",
|
|
86
|
-
"strip-ansi": "^7.1.
|
|
86
|
+
"strip-ansi": "^7.1.2",
|
|
87
87
|
"style-loader": "^4.0.0",
|
|
88
88
|
"tough-cookie": "^6.0.0",
|
|
89
89
|
"ts-loader": "^9.5.4",
|
|
90
90
|
"tslib": "^2.8.1",
|
|
91
91
|
"typescript": "^5.9.2",
|
|
92
|
-
"ua-parser-js": "^2.0.
|
|
93
|
-
"undici": "^7.
|
|
92
|
+
"ua-parser-js": "^2.0.5",
|
|
93
|
+
"undici": "^7.16.0",
|
|
94
94
|
"webpack": "^5.101.3",
|
|
95
95
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
96
96
|
"ws": "^8.18.3"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
|
-
"@babel/types": "^7.28.
|
|
99
|
+
"@babel/types": "^7.28.4",
|
|
100
100
|
"@types/archiver": "^6.0.3",
|
|
101
101
|
"@types/babel__traverse": "^7.28.0",
|
|
102
102
|
"@types/eslint": "^9.6.1",
|
|
@@ -104,11 +104,11 @@
|
|
|
104
104
|
"@types/koa": "^3.0.0",
|
|
105
105
|
"@types/koa-compress": "^4.0.6",
|
|
106
106
|
"@types/mime-types": "^3.0.1",
|
|
107
|
-
"@types/node": "^24.3.
|
|
108
|
-
"@types/react": "^19.1.
|
|
107
|
+
"@types/node": "^24.3.3",
|
|
108
|
+
"@types/react": "^19.1.13",
|
|
109
109
|
"@types/tough-cookie": "^4.0.5",
|
|
110
110
|
"@types/ua-parser-js": "^0.7.39",
|
|
111
|
-
"@types/vscode": "^1.
|
|
111
|
+
"@types/vscode": "^1.104.0",
|
|
112
112
|
"@types/webpack-bundle-analyzer": "^4.7.0"
|
|
113
113
|
}
|
|
114
114
|
}
|
package/prototype.common.d.ts
CHANGED
|
@@ -191,8 +191,7 @@ declare global {
|
|
|
191
191
|
/**
|
|
192
192
|
- trim_line?: `true`
|
|
193
193
|
- rm_empty_lines?: `true`
|
|
194
|
-
- rm_last_empty_lines?: `false`
|
|
195
|
-
*/
|
|
194
|
+
- rm_last_empty_lines?: `false` */
|
|
196
195
|
trim_lines(this: string[], { trim_line, rm_empty_lines, rm_last_empty_lines }?: {
|
|
197
196
|
trim_line?: boolean;
|
|
198
197
|
rm_empty_lines?: boolean;
|
package/react.development.js
CHANGED
|
@@ -1534,7 +1534,7 @@
|
|
|
1534
1534
|
setCurrentFiber(previousFiber);
|
|
1535
1535
|
}
|
|
1536
1536
|
// removed by dead control flow
|
|
1537
|
-
|
|
1537
|
+
|
|
1538
1538
|
}
|
|
1539
1539
|
function setCurrentFiber(fiber) {
|
|
1540
1540
|
ReactSharedInternals.getCurrentStack =
|
|
@@ -25465,7 +25465,7 @@ function checkDCE() {
|
|
|
25465
25465
|
throw new Error('^_^');
|
|
25466
25466
|
}
|
|
25467
25467
|
// removed by dead control flow
|
|
25468
|
-
|
|
25468
|
+
|
|
25469
25469
|
}
|
|
25470
25470
|
|
|
25471
25471
|
if (false) // removed by dead control flow
|
|
@@ -25503,7 +25503,7 @@ function checkDCE() {
|
|
|
25503
25503
|
throw new Error('^_^');
|
|
25504
25504
|
}
|
|
25505
25505
|
// removed by dead control flow
|
|
25506
|
-
|
|
25506
|
+
|
|
25507
25507
|
}
|
|
25508
25508
|
|
|
25509
25509
|
if (false) // removed by dead control flow
|