upgrade-rspeedy-canary 0.12.0 → 0.12.1-canary-20251129-2cd5c0c8
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 +2 -0
- package/dist/upgrade-rspeedy.js +14 -14
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/dist/upgrade-rspeedy.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import node_os, { EOL } from "node:os";
|
|
3
3
|
import node_tty from "node:tty";
|
|
4
4
|
import { createRequire } from "node:module";
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
5
|
+
import * as __rspack_external_node_child_process_27f17141 from "node:child_process";
|
|
6
|
+
import * as __rspack_external_node_events_0a6aefe7 from "node:events";
|
|
7
|
+
import * as __rspack_external_node_fs_5ea92f0c from "node:fs";
|
|
8
|
+
import * as __rspack_external_node_path_c5b9b54f from "node:path";
|
|
9
|
+
import * as __rspack_external_node_process_786449bf from "node:process";
|
|
10
10
|
var __webpack_modules__ = {
|
|
11
11
|
"../../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js": function(module) {
|
|
12
12
|
let p = process || {}, argv = p.argv || [], env = p.env || {};
|
|
@@ -78,8 +78,8 @@ var __webpack_modules__ = {
|
|
|
78
78
|
__webpack_require__.a(module, async function(__webpack_handle_async_dependencies__, __webpack_async_result__) {
|
|
79
79
|
try {
|
|
80
80
|
__webpack_require__.r(__webpack_exports__);
|
|
81
|
-
var
|
|
82
|
-
await (0,
|
|
81
|
+
var _main_js__rspack_import_0 = __webpack_require__("./src/main.ts");
|
|
82
|
+
await (0, _main_js__rspack_import_0.i)();
|
|
83
83
|
__webpack_async_result__();
|
|
84
84
|
} catch (e) {
|
|
85
85
|
__webpack_async_result__(e);
|
|
@@ -512,19 +512,19 @@ Please run ${picocolors_default().bold('upgrade-rspeedy')} in your Rspeedy proje
|
|
|
512
512
|
}
|
|
513
513
|
},
|
|
514
514
|
"node:child_process": function(module) {
|
|
515
|
-
module.exports =
|
|
515
|
+
module.exports = __rspack_external_node_child_process_27f17141;
|
|
516
516
|
},
|
|
517
517
|
"node:events": function(module) {
|
|
518
|
-
module.exports =
|
|
518
|
+
module.exports = __rspack_external_node_events_0a6aefe7;
|
|
519
519
|
},
|
|
520
520
|
"node:fs": function(module) {
|
|
521
|
-
module.exports =
|
|
521
|
+
module.exports = __rspack_external_node_fs_5ea92f0c;
|
|
522
522
|
},
|
|
523
523
|
"node:path": function(module) {
|
|
524
|
-
module.exports =
|
|
524
|
+
module.exports = __rspack_external_node_path_c5b9b54f;
|
|
525
525
|
},
|
|
526
526
|
"node:process": function(module) {
|
|
527
|
-
module.exports =
|
|
527
|
+
module.exports = __rspack_external_node_process_786449bf;
|
|
528
528
|
},
|
|
529
529
|
"../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/index.js": function(__unused_webpack_module, exports, __webpack_require__) {
|
|
530
530
|
const { Argument } = __webpack_require__("../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/argument.js");
|
|
@@ -2323,7 +2323,7 @@ function __webpack_require__(moduleId) {
|
|
|
2323
2323
|
}
|
|
2324
2324
|
}
|
|
2325
2325
|
var ret = {};
|
|
2326
|
-
ret[webpackQueues] =
|
|
2326
|
+
ret[webpackQueues] = ()=>{};
|
|
2327
2327
|
ret[webpackExports] = dep;
|
|
2328
2328
|
return ret;
|
|
2329
2329
|
});
|
|
@@ -2341,7 +2341,7 @@ function __webpack_require__(moduleId) {
|
|
|
2341
2341
|
});
|
|
2342
2342
|
promise[webpackExports] = exports;
|
|
2343
2343
|
promise[webpackQueues] = (fn)=>{
|
|
2344
|
-
queue && fn(queue), depQueues.forEach(fn), promise["catch"](
|
|
2344
|
+
queue && fn(queue), depQueues.forEach(fn), promise["catch"](()=>{});
|
|
2345
2345
|
};
|
|
2346
2346
|
module.exports = promise;
|
|
2347
2347
|
var handle = (deps)=>{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "upgrade-rspeedy-canary",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.1-canary-20251129-2cd5c0c8",
|
|
4
4
|
"description": "Upgrade Rspeedy-related packages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"rsbuild-plugin-tailwindcss": "0.2.3",
|
|
41
41
|
"rslog": "^1.2.11",
|
|
42
42
|
"type-fest": "^5.0.1",
|
|
43
|
-
"@lynx-js/
|
|
44
|
-
"@lynx-js/react-rsbuild-plugin": "npm:@lynx-js/react-rsbuild-plugin-canary@0.
|
|
45
|
-
"@lynx-js/
|
|
46
|
-
"@lynx-js/rspeedy": "npm:@lynx-js/rspeedy-canary@0.12.
|
|
47
|
-
"@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.8.
|
|
48
|
-
"@lynx-js/
|
|
43
|
+
"@lynx-js/qrcode-rsbuild-plugin": "npm:@lynx-js/qrcode-rsbuild-plugin-canary@0.4.3",
|
|
44
|
+
"@lynx-js/react-rsbuild-plugin": "npm:@lynx-js/react-rsbuild-plugin-canary@0.12.0-canary-20251129-2cd5c0c8",
|
|
45
|
+
"@lynx-js/react": "npm:@lynx-js/react-canary@0.114.6-canary-20251129-2cd5c0c8",
|
|
46
|
+
"@lynx-js/rspeedy": "npm:@lynx-js/rspeedy-canary@0.12.1-canary-20251129-2cd5c0c8",
|
|
47
|
+
"@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.8.12-canary-20251129-2cd5c0c8",
|
|
48
|
+
"@lynx-js/web-core": "npm:@lynx-js/web-core-canary@0.18.4"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|
|
51
51
|
"node": ">=18"
|