@ascua/electron 0.0.228 → 0.0.231

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.
@@ -109,6 +109,7 @@ module.exports = Command.extend({
109
109
  directories: {
110
110
  output: "build",
111
111
  },
112
+ electronVersion: "17.3.0",
112
113
  extraMetadata: {
113
114
  main: "electron/main.js",
114
115
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascua/electron",
3
- "version": "0.0.228",
3
+ "version": "0.0.231",
4
4
  "description": "Small description for @ascua/electron goes here",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -15,10 +15,10 @@
15
15
  "url": "https://abcum.com"
16
16
  },
17
17
  "dependencies": {
18
- "@ascua/config": "^0.0.228",
19
- "@ascua/service": "^0.0.228",
18
+ "@ascua/config": "^0.0.231",
19
+ "@ascua/service": "^0.0.231",
20
20
  "builder-util": "^22.14.7",
21
- "electron": "18.0.0",
21
+ "electron": "17.3.0",
22
22
  "electron-builder": "^23.0.3",
23
23
  "electron-notarize": "^1.2.1",
24
24
  "electron-notarize-dmg": "^1.0.0",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "18e4584a3e9a2b6470627c5d05cfa183aa371d9e"
37
+ "gitHead": "a343b1d5909967cc6126d2d63c6dc63b862bd09e"
38
38
  }