@modern-js/plugin-devtools 2.54.2 → 2.54.4
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/plugins/watcher.js +1 -1
- package/package.json +14 -14
package/dist/plugins/watcher.js
CHANGED
@@ -26,8 +26,8 @@ var import_config = require("../utils/config");
|
|
26
26
|
var import_options = require("../options");
|
27
27
|
const pluginWatcher = {
|
28
28
|
async setup(api) {
|
29
|
-
const basename = `${api.context.def.name.shortName}.runtime.json`;
|
30
29
|
const frameworkApi = await api.setupFramework();
|
30
|
+
const basename = `${api.context.def.name.shortName}.runtime.json`;
|
31
31
|
const appCtx = frameworkApi.useAppContext();
|
32
32
|
const watcher = import_utils.chokidar.watch((0, import_config.getConfigFilenames)(basename), {
|
33
33
|
cwd: appCtx.appDirectory,
|
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.54.
|
18
|
+
"version": "2.54.4",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/index.d.ts",
|
21
21
|
"main": "./dist/index.js",
|
@@ -55,9 +55,9 @@
|
|
55
55
|
"valtio": "^1.11.1",
|
56
56
|
"ws": "^8.13.0",
|
57
57
|
"hookable": "^5.5.3",
|
58
|
-
"@modern-js/devtools-client": "2.54.
|
59
|
-
"@modern-js/devtools-kit": "2.54.
|
60
|
-
"@modern-js/utils": "2.54.
|
58
|
+
"@modern-js/devtools-client": "2.54.4",
|
59
|
+
"@modern-js/devtools-kit": "2.54.4",
|
60
|
+
"@modern-js/utils": "2.54.4"
|
61
61
|
},
|
62
62
|
"devDependencies": {
|
63
63
|
"@swc/helpers": "0.5.3",
|
@@ -65,18 +65,18 @@
|
|
65
65
|
"@types/ws": "^8.5.5",
|
66
66
|
"type-fest": "^4.1.0",
|
67
67
|
"typescript": "^5",
|
68
|
-
"@rsbuild/core": "0.7.
|
69
|
-
"@modern-js/app-tools": "2.54.
|
70
|
-
"@modern-js/core": "2.54.
|
71
|
-
"@modern-js/module-tools": "2.54.
|
72
|
-
"@modern-js/runtime": "2.54.
|
73
|
-
"@modern-js/
|
74
|
-
"@
|
75
|
-
"@modern-js/
|
76
|
-
"@
|
68
|
+
"@rsbuild/core": "0.7.10",
|
69
|
+
"@modern-js/app-tools": "2.54.4",
|
70
|
+
"@modern-js/core": "2.54.4",
|
71
|
+
"@modern-js/module-tools": "2.54.4",
|
72
|
+
"@modern-js/runtime": "2.54.4",
|
73
|
+
"@modern-js/server-core": "2.54.4",
|
74
|
+
"@modern-js/types": "2.54.4",
|
75
|
+
"@modern-js/uni-builder": "2.54.4",
|
76
|
+
"@scripts/build": "2.54.4"
|
77
77
|
},
|
78
78
|
"peerDependencies": {
|
79
|
-
"@modern-js/runtime": "^2.54.
|
79
|
+
"@modern-js/runtime": "^2.54.4"
|
80
80
|
},
|
81
81
|
"peerDependenciesMeta": {
|
82
82
|
"@modern-js/runtime": {
|