@rsdoctor/sdk 1.5.10 → 1.5.11

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.cjs CHANGED
@@ -5162,10 +5162,10 @@ var __webpack_modules__ = {
5162
5162
  "./src/index.ts" (__unused_rspack_module, __webpack_exports__, __webpack_require__) {
5163
5163
  "use strict";
5164
5164
  __webpack_require__.r(__webpack_exports__), __webpack_require__.d(__webpack_exports__, {
5165
- RsdoctorSDKController: ()=>RsdoctorSDKController,
5165
+ RsdoctorPrimarySDK: ()=>RsdoctorPrimarySDK,
5166
5166
  RsdoctorSDK: ()=>RsdoctorSDK,
5167
+ RsdoctorSDKController: ()=>RsdoctorSDKController,
5167
5168
  findRoot: ()=>findRoot,
5168
- RsdoctorPrimarySDK: ()=>RsdoctorPrimarySDK,
5169
5169
  openBrowser: ()=>openBrowser
5170
5170
  });
5171
5171
  var apis_namespaceObject = {};
@@ -6740,7 +6740,7 @@ var __webpack_modules__ = {
6740
6740
  }), external_node_fs_default().writeFileSync(external_path_default().resolve(this.outputDir, this.extraConfig.brief.jsonOptions?.fileName ?? 'rsdoctor-data.json'), JSON.stringify({
6741
6741
  data,
6742
6742
  clientRoutes
6743
- }, null, 2));
6743
+ }));
6744
6744
  }
6745
6745
  return this.extraConfig.brief?.type?.includes('html') && (htmlPath = this.inlineScriptsAndStyles(clientHtmlPath)), htmlPath;
6746
6746
  }
package/dist/index.js CHANGED
@@ -6756,7 +6756,7 @@ class RsdoctorSDK extends SDKCore {
6756
6756
  }), node_fs.writeFileSync(path_0.resolve(this.outputDir, this.extraConfig.brief.jsonOptions?.fileName ?? 'rsdoctor-data.json'), JSON.stringify({
6757
6757
  data,
6758
6758
  clientRoutes
6759
- }, null, 2));
6759
+ }));
6760
6760
  }
6761
6761
  return this.extraConfig.brief?.type?.includes('html') && (htmlPath = this.inlineScriptsAndStyles(clientHtmlPath)), htmlPath;
6762
6762
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/sdk",
3
- "version": "1.5.10",
3
+ "version": "1.5.11",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",
@@ -32,10 +32,10 @@
32
32
  "safer-buffer": "2.1.2",
33
33
  "socket.io": "4.8.1",
34
34
  "tapable": "2.3.3",
35
- "@rsdoctor/client": "1.5.10",
36
- "@rsdoctor/types": "1.5.10",
37
- "@rsdoctor/graph": "1.5.10",
38
- "@rsdoctor/utils": "1.5.10"
35
+ "@rsdoctor/client": "1.5.11",
36
+ "@rsdoctor/graph": "1.5.11",
37
+ "@rsdoctor/types": "1.5.11",
38
+ "@rsdoctor/utils": "1.5.11"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/body-parser": "1.19.6",