ms-vite-plugin 1.0.6 → 1.1.0

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 +0 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -228,7 +228,6 @@ async function wsStartCommand(options) {
228
228
  connected: ws.isClientConnected(),
229
229
  clientIp: ws.getConnectedClientIp(),
230
230
  });
231
- console.log("按 Ctrl+C 停止 WS 服务");
232
231
  await new Promise((resolve) => {
233
232
  const shutdown = async () => {
234
233
  process.off("SIGINT", shutdown);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-vite-plugin",
3
- "version": "1.0.6",
3
+ "version": "1.1.0",
4
4
  "type": "commonjs",
5
5
  "license": "MIT",
6
6
  "publishConfig": {