@modern-js/plugin-devtools 2.67.1 → 2.67.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.
Files changed (2) hide show
  1. package/dist/cli.js +3 -1
  2. package/package.json +13 -13
package/dist/cli.js CHANGED
@@ -159,7 +159,9 @@ const devtoolsPlugin = (inlineOptions = {}) => {
159
159
  await api.builderHooks.callHook("onAfterBuild", params);
160
160
  });
161
161
  builderApi.onExit(() => {
162
- api.builderHooks.callHookWith((hooks) => hooks.forEach((hook) => hook()), "onExit");
162
+ api.builderHooks.callHookWith((hooks) => hooks.forEach((hook) => hook()), "onExit", {
163
+ exitCode: 0
164
+ });
163
165
  });
164
166
  }
165
167
  };
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.67.1",
18
+ "version": "2.67.2",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/index.d.ts",
21
21
  "main": "./dist/index.js",
@@ -56,29 +56,29 @@
56
56
  "ufo": "^1.3.0",
57
57
  "valtio": "^1.11.1",
58
58
  "ws": "^8.13.0",
59
- "@modern-js/devtools-client": "2.67.1",
60
- "@modern-js/utils": "2.67.1",
61
- "@modern-js/devtools-kit": "2.67.1"
59
+ "@modern-js/devtools-client": "2.67.2",
60
+ "@modern-js/devtools-kit": "2.67.2",
61
+ "@modern-js/utils": "2.67.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@rsbuild/core": "1.3.5",
64
+ "@rsbuild/core": "1.3.7",
65
65
  "@swc/helpers": "0.5.13",
66
66
  "@types/node": "^14",
67
67
  "@types/react-devtools-inline": "^4.24.8",
68
68
  "@types/ws": "^8.5.5",
69
69
  "type-fest": "^4.1.0",
70
70
  "typescript": "^5",
71
- "@modern-js/app-tools": "2.67.1",
72
- "@modern-js/core": "2.67.1",
73
- "@modern-js/module-tools": "2.67.1",
74
- "@modern-js/runtime": "2.67.1",
75
- "@modern-js/server-core": "2.67.1",
76
- "@modern-js/types": "2.67.1",
77
- "@modern-js/uni-builder": "2.67.1",
71
+ "@modern-js/app-tools": "2.67.2",
72
+ "@modern-js/core": "2.67.2",
73
+ "@modern-js/module-tools": "2.67.2",
74
+ "@modern-js/runtime": "2.67.2",
75
+ "@modern-js/server-core": "2.67.2",
76
+ "@modern-js/types": "2.67.2",
77
+ "@modern-js/uni-builder": "2.67.2",
78
78
  "@scripts/build": "2.66.0"
79
79
  },
80
80
  "peerDependencies": {
81
- "@modern-js/runtime": "^2.67.1"
81
+ "@modern-js/runtime": "^2.67.2"
82
82
  },
83
83
  "peerDependenciesMeta": {
84
84
  "@modern-js/runtime": {