upgrade-rspeedy-canary 0.10.6-canary-20250806-626cedef → 0.10.6-canary-20250806-f90559ec
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/CHANGELOG.md +1 -1
- package/dist/upgrade-rspeedy.js +1 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/dist/upgrade-rspeedy.js
CHANGED
|
@@ -150,6 +150,7 @@ var __webpack_modules__ = {
|
|
|
150
150
|
if ('TEAMCITY_VERSION' in env) return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0;
|
|
151
151
|
if ('truecolor' === env.COLORTERM) return 3;
|
|
152
152
|
if ('xterm-kitty' === env.TERM) return 3;
|
|
153
|
+
if ('xterm-ghostty' === env.TERM) return 3;
|
|
153
154
|
if ('TERM_PROGRAM' in env) {
|
|
154
155
|
const version = Number.parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10);
|
|
155
156
|
switch(env.TERM_PROGRAM){
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "upgrade-rspeedy-canary",
|
|
3
|
-
"version": "0.10.6-canary-20250806-
|
|
3
|
+
"version": "0.10.6-canary-20250806-f90559ec",
|
|
4
4
|
"description": "Upgrade Rspeedy-related packages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"memfs": "^4.36.0",
|
|
39
39
|
"picocolors": "^1.1.1",
|
|
40
40
|
"rsbuild-plugin-tailwindcss": "0.2.2",
|
|
41
|
-
"rslog": "^1.2.
|
|
41
|
+
"rslog": "^1.2.11",
|
|
42
42
|
"type-fest": "^4.41.0",
|
|
43
43
|
"@lynx-js/qrcode-rsbuild-plugin": "npm:@lynx-js/qrcode-rsbuild-plugin-canary@0.4.0",
|
|
44
|
-
"@lynx-js/web-core": "npm:@lynx-js/web-core-canary@0.15.5-canary-20250806-626cedef",
|
|
45
|
-
"@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.8.4-canary-20250806-626cedef",
|
|
46
44
|
"@lynx-js/react-rsbuild-plugin": "npm:@lynx-js/react-rsbuild-plugin-canary@0.10.10",
|
|
47
|
-
"@lynx-js/
|
|
48
|
-
"@lynx-js/
|
|
45
|
+
"@lynx-js/rspeedy": "npm:@lynx-js/rspeedy-canary@0.10.6-canary-20250806-f90559ec",
|
|
46
|
+
"@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.8.4-canary-20250806-f90559ec",
|
|
47
|
+
"@lynx-js/web-core": "npm:@lynx-js/web-core-canary@0.15.5-canary-20250806-f90559ec",
|
|
48
|
+
"@lynx-js/react": "npm:@lynx-js/react-canary@0.112.2-canary-20250806-f90559ec"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|
|
51
51
|
"node": ">=18"
|