@witchcraft/nuxt-electron 0.0.10 → 0.0.11

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "electron",
3
3
  "configKey": "electron",
4
- "version": "0.0.10",
4
+ "version": "0.0.11",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/genDevDesktop.js CHANGED
@@ -3,6 +3,11 @@ import JSON5 from "json5"
3
3
  import fs from "node:fs/promises"
4
4
  import path from "node:path"
5
5
 
6
+ if (process.env.CI) {
7
+ console.log("Skipping desktop file generation in CI.")
8
+ process.exit(0)
9
+ }
10
+
6
11
  if (["darwin", "linux"].includes(process.platform)) {
7
12
  // eslint-disable-next-line no-console
8
13
  console.log("Generating dev desktop file.")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@witchcraft/nuxt-electron",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Nuxt module for working with electron.",
5
5
  "repository": "witchcraftjs/nuxt-electron",
6
6
  "license": "MIT",
@@ -27,15 +27,15 @@
27
27
  "dependencies": {
28
28
  "@alanscodelog/utils": "^6.0.2",
29
29
  "@nuxt/kit": "^4.0.3",
30
- "@witchcraft/nuxt-utils": "^0.3.2",
31
- "@witchcraft/ui": "^0.3.2",
30
+ "@witchcraft/nuxt-utils": "^0.3.6",
31
+ "@witchcraft/ui": "^0.3.7",
32
32
  "defu": "^6.1.4",
33
33
  "es-toolkit": "^1.39.10",
34
34
  "vite-plugin-electron": "^0.29.0",
35
35
  "vite-plugin-externalize-deps": "^0.9.0"
36
36
  },
37
37
  "peerDependencies": {
38
- "@witchcraft/ui": "^0.3.2",
38
+ "@witchcraft/ui": "^0.3.7",
39
39
  "unplugin-icons": "^22.3.0"
40
40
  },
41
41
  "peerDependenciesMeta": {