@modern-js/plugin-devtools 0.0.0-nightly-20231205170638 → 0.0.0-nightly-20231206170639

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.
Files changed (2) hide show
  1. package/dist/cli.js +4 -10
  2. package/package.json +15 -15
package/dist/cli.js CHANGED
@@ -91,6 +91,9 @@ const devtoolsPlugin = (inlineOptions = {}) => ({
91
91
  source: {
92
92
  preEntry: [
93
93
  (0, import_ufo.withQuery)(runtimeEntry, ctx)
94
+ ],
95
+ include: [
96
+ runtimeEntry
94
97
  ]
95
98
  },
96
99
  output: {
@@ -101,16 +104,7 @@ const devtoolsPlugin = (inlineOptions = {}) => ({
101
104
  }
102
105
  ]
103
106
  },
104
- html: {
105
- tags: [
106
- {
107
- tag: "script",
108
- attrs: {
109
- src: "https://api.example.com/script.js"
110
- }
111
- }
112
- ]
113
- },
107
+ html: {},
114
108
  tools: {
115
109
  devServer: {
116
110
  proxy: {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20231205170638",
18
+ "version": "0.0.0-nightly-20231206170639",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/index.d.ts",
21
21
  "main": "./dist/index.js",
@@ -45,9 +45,9 @@
45
45
  "p-defer": "^3.0.0",
46
46
  "ws": "^8.13.0",
47
47
  "ufo": "^1.3.0",
48
- "@modern-js/devtools-kit": "0.0.0-nightly-20231205170638",
49
- "@modern-js/devtools-client": "0.0.0-nightly-20231205170638",
50
- "@modern-js/utils": "0.0.0-nightly-20231205170638"
48
+ "@modern-js/devtools-client": "0.0.0-nightly-20231206170639",
49
+ "@modern-js/devtools-kit": "0.0.0-nightly-20231206170639",
50
+ "@modern-js/utils": "0.0.0-nightly-20231206170639"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/serve-static": "^1.13.10",
@@ -56,19 +56,19 @@
56
56
  "@types/ws": "^8.5.5",
57
57
  "type-fest": "^4.1.0",
58
58
  "typescript": "^5",
59
- "@modern-js/core": "0.0.0-nightly-20231205170638",
60
- "@modern-js/module-tools": "0.0.0-nightly-20231205170638",
61
- "@modern-js/app-tools": "0.0.0-nightly-20231205170638",
62
- "@modern-js/runtime": "0.0.0-nightly-20231205170638",
63
- "@modern-js/server-core": "0.0.0-nightly-20231205170638",
64
- "@modern-js/types": "0.0.0-nightly-20231205170638",
65
- "@modern-js/builder-webpack-provider": "0.0.0-nightly-20231205170638",
66
- "@modern-js/builder-shared": "0.0.0-nightly-20231205170638",
67
- "@modern-js/builder-rspack-provider": "0.0.0-nightly-20231205170638",
68
- "@scripts/build": "0.0.0-nightly-20231205170638"
59
+ "@modern-js/app-tools": "0.0.0-nightly-20231206170639",
60
+ "@modern-js/core": "0.0.0-nightly-20231206170639",
61
+ "@modern-js/server-core": "0.0.0-nightly-20231206170639",
62
+ "@modern-js/module-tools": "0.0.0-nightly-20231206170639",
63
+ "@modern-js/runtime": "0.0.0-nightly-20231206170639",
64
+ "@modern-js/types": "0.0.0-nightly-20231206170639",
65
+ "@modern-js/builder-webpack-provider": "0.0.0-nightly-20231206170639",
66
+ "@modern-js/builder-rspack-provider": "0.0.0-nightly-20231206170639",
67
+ "@modern-js/builder-shared": "0.0.0-nightly-20231206170639",
68
+ "@scripts/build": "0.0.0-nightly-20231206170639"
69
69
  },
70
70
  "peerDependencies": {
71
- "@modern-js/runtime": "0.0.0-nightly-20231205170638"
71
+ "@modern-js/runtime": "0.0.0-nightly-20231206170639"
72
72
  },
73
73
  "peerDependenciesMeta": {
74
74
  "@modern-js/runtime": {