@rsdoctor/sdk 1.5.2-beta.0 → 1.5.2
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/dist/0~604.js +2 -0
- package/dist/index.js +5 -5
- package/package.json +5 -5
package/dist/0~604.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/*! For license information please see index.js.LICENSE.txt */
|
|
2
|
+
import __rslib_shim_module__, { createRequire } from 'module';
|
|
3
|
+
let require = __rslib_shim_module__.createRequire(import.meta.url);
|
|
2
4
|
import { fileURLToPath as __rspack_fileURLToPath } from "node:url";
|
|
3
5
|
import { dirname as __rspack_dirname } from "node:path";
|
|
4
6
|
import * as __rspack_external_async_hooks from "async_hooks";
|
|
@@ -11,14 +13,12 @@ import * as __rspack_external_node_util_1b29d436 from "node:util";
|
|
|
11
13
|
import * as __rspack_external_node_zlib_a5bb16fc from "node:zlib";
|
|
12
14
|
import * as __rspack_external_os from "os";
|
|
13
15
|
import * as __rspack_external_path from "path";
|
|
14
|
-
import * as __rspack_external_safer_buffer_e5faa574 from "safer-buffer";
|
|
15
16
|
import * as __rspack_external_stream from "stream";
|
|
16
17
|
import * as __rspack_external_string_decoder from "string_decoder";
|
|
17
18
|
import * as __rspack_external_tty from "tty";
|
|
18
19
|
import * as __rspack_external_url from "url";
|
|
19
20
|
import * as __rspack_external_util from "util";
|
|
20
21
|
import fs_extra from "../compiled/fs-extra/index.js";
|
|
21
|
-
import { createRequire } from "module";
|
|
22
22
|
import { DevToolError } from "@rsdoctor/utils/error";
|
|
23
23
|
import { Client, Constants, Manifest, SDK } from "@rsdoctor/types";
|
|
24
24
|
import { ChunkGraph, ModuleGraph, PackageGraph } from "@rsdoctor/graph";
|
|
@@ -5085,6 +5085,9 @@ var installedChunks, installChunk, __webpack_modules__ = {
|
|
|
5085
5085
|
}(stream)) for(var listener, listeners = stream.listeners('close'), i = 0; i < listeners.length; i++)('cleanup' === (listener = listeners[i]).name || 'onclose' === listener.name) && listener.call(stream);
|
|
5086
5086
|
};
|
|
5087
5087
|
},
|
|
5088
|
+
"safer-buffer" (module) {
|
|
5089
|
+
module.exports = require("safer-buffer");
|
|
5090
|
+
},
|
|
5088
5091
|
async_hooks (module) {
|
|
5089
5092
|
module.exports = __rspack_external_async_hooks;
|
|
5090
5093
|
},
|
|
@@ -5115,9 +5118,6 @@ var installedChunks, installChunk, __webpack_modules__ = {
|
|
|
5115
5118
|
path (module) {
|
|
5116
5119
|
module.exports = __rspack_external_path;
|
|
5117
5120
|
},
|
|
5118
|
-
"safer-buffer" (module) {
|
|
5119
|
-
module.exports = __rspack_external_safer_buffer_e5faa574;
|
|
5120
|
-
},
|
|
5121
5121
|
stream (module) {
|
|
5122
5122
|
module.exports = __rspack_external_stream;
|
|
5123
5123
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdoctor/sdk",
|
|
3
|
-
"version": "1.5.2
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/rsdoctor",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"safer-buffer": "2.1.2",
|
|
27
27
|
"socket.io": "4.8.1",
|
|
28
28
|
"tapable": "2.2.3",
|
|
29
|
-
"@rsdoctor/client": "1.5.2
|
|
30
|
-
"@rsdoctor/
|
|
31
|
-
"@rsdoctor/utils": "1.5.2
|
|
32
|
-
"@rsdoctor/
|
|
29
|
+
"@rsdoctor/client": "1.5.2",
|
|
30
|
+
"@rsdoctor/graph": "1.5.2",
|
|
31
|
+
"@rsdoctor/utils": "1.5.2",
|
|
32
|
+
"@rsdoctor/types": "1.5.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/body-parser": "1.19.6",
|