@rsdoctor/sdk 1.3.4 → 1.3.5
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/index.js +2 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/*! For license information please see index.js.LICENSE.txt */
|
|
2
2
|
import { fileURLToPath as __webpack_fileURLToPath__ } from "node:url";
|
|
3
|
-
import { dirname as __webpack_dirname__ } from "node:path";
|
|
4
3
|
import * as __WEBPACK_EXTERNAL_MODULE_async_hooks__ from "async_hooks";
|
|
5
4
|
import * as __WEBPACK_EXTERNAL_MODULE_buffer__ from "buffer";
|
|
6
5
|
import * as __WEBPACK_EXTERNAL_MODULE_events__ from "events";
|
|
@@ -8,7 +7,6 @@ import * as __WEBPACK_EXTERNAL_MODULE_fs__ from "fs";
|
|
|
8
7
|
import * as __WEBPACK_EXTERNAL_MODULE_net__ from "net";
|
|
9
8
|
import * as __WEBPACK_EXTERNAL_MODULE_node_child_process_27f17141__ from "node:child_process";
|
|
10
9
|
import * as __WEBPACK_EXTERNAL_MODULE_node_fs_5ea92f0c__ from "node:fs";
|
|
11
|
-
import * as __WEBPACK_EXTERNAL_MODULE_node_path_c5b9b54f__ from "node:path";
|
|
12
10
|
import * as __WEBPACK_EXTERNAL_MODULE_node_util_1b29d436__ from "node:util";
|
|
13
11
|
import * as __WEBPACK_EXTERNAL_MODULE_path__ from "path";
|
|
14
12
|
import * as __WEBPACK_EXTERNAL_MODULE_querystring__ from "querystring";
|
|
@@ -6705,4 +6703,6 @@ class RsdoctorSDKController {
|
|
|
6705
6703
|
return this.slaves.push(slave), this.slaves.sort((a, b)=>a.stage - b.stage), slave;
|
|
6706
6704
|
}
|
|
6707
6705
|
}
|
|
6706
|
+
import * as __WEBPACK_EXTERNAL_MODULE_node_path_c5b9b54f__ from "node:path";
|
|
6707
|
+
import { dirname as __webpack_dirname__ } from "node:path";
|
|
6708
6708
|
export { RsdoctorPrimarySDK, RsdoctorSDK, RsdoctorSDKController, findRoot, openBrowser };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdoctor/sdk",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
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/
|
|
30
|
-
"@rsdoctor/
|
|
31
|
-
"@rsdoctor/types": "1.3.
|
|
32
|
-
"@rsdoctor/utils": "1.3.
|
|
29
|
+
"@rsdoctor/graph": "1.3.5",
|
|
30
|
+
"@rsdoctor/client": "1.3.5",
|
|
31
|
+
"@rsdoctor/types": "1.3.5",
|
|
32
|
+
"@rsdoctor/utils": "1.3.5"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/body-parser": "1.19.6",
|