@tomjs/vite-plugin-electron 1.8.2 → 1.9.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.
- package/README.md +1 -1
- package/README.zh_CN.md +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -405,7 +405,7 @@ Run `Debug Main Process` through `vscode` to debug the main thread. For debuggin
|
|
|
405
405
|
"background": {
|
|
406
406
|
"activeOnStart": true,
|
|
407
407
|
"beginsPattern": "^.*VITE v.* ready in \\d* ms.*$",
|
|
408
|
-
"endsPattern": "^.*\\[
|
|
408
|
+
"endsPattern": "^.*\\[tomjs:electron\\] startup electron*$"
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
411
|
}
|
package/README.zh_CN.md
CHANGED
|
@@ -404,7 +404,7 @@ app.whenReady().then(() => {
|
|
|
404
404
|
"background": {
|
|
405
405
|
"activeOnStart": true,
|
|
406
406
|
"beginsPattern": "^.*VITE v.* ready in \\d* ms.*$",
|
|
407
|
-
"endsPattern": "^.*\\[
|
|
407
|
+
"endsPattern": "^.*\\[tomjs:electron\\] startup electron*$"
|
|
408
408
|
}
|
|
409
409
|
}
|
|
410
410
|
}
|
package/dist/index.js
CHANGED
|
@@ -16,7 +16,7 @@ var _dayjs = require('dayjs'); var _dayjs2 = _interopRequireDefault(_dayjs);
|
|
|
16
16
|
var _kolorist = require('kolorist');
|
|
17
17
|
|
|
18
18
|
// src/constants.ts
|
|
19
|
-
var PLUGIN_NAME = "
|
|
19
|
+
var PLUGIN_NAME = "tomjs:electron";
|
|
20
20
|
|
|
21
21
|
// src/logger.ts
|
|
22
22
|
var Logger = class {
|
package/dist/index.mjs
CHANGED