@ascua/electron 0.0.241 → 0.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.
@@ -3,7 +3,7 @@
3
3
  const fs = require('fs');
4
4
  const path = require('path');
5
5
  const Builder = require('electron-builder');
6
- const Notarizer = require('electron-notarize');
6
+ const Notarizer = require('@electron/notarize');
7
7
  const Dmgerizer = require('electron-notarize-dmg');
8
8
  const Command = require('ember-cli/lib/commands/build');
9
9
  const { log } = require('builder-util');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascua/electron",
3
- "version": "0.0.241",
3
+ "version": "0.1.0",
4
4
  "description": "Small description for @ascua/electron goes here",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -15,16 +15,16 @@
15
15
  "url": "https://abcum.com"
16
16
  },
17
17
  "dependencies": {
18
- "@ascua/config": "^0.0.241",
19
- "@ascua/service": "^0.0.241",
20
- "builder-util": "^22.14.7",
21
- "electron": "17.3.0",
22
- "electron-builder": "^23.0.3",
23
- "electron-notarize": "^1.2.1",
18
+ "@ascua/config": "^0.1.0",
19
+ "@ascua/service": "^0.1.0",
20
+ "@electron/notarize": "^2.1.0",
21
+ "builder-util": "^24.8.1",
22
+ "electron": "27.0.3",
23
+ "electron-builder": "^24.6.4",
24
24
  "electron-notarize-dmg": "^1.0.0",
25
- "electron-updater": "^4.6.5",
26
- "ember-cli-babel": "^7.26.6",
27
- "ember-cli-htmlbars": "^5.7.1"
25
+ "electron-updater": "^6.1.4",
26
+ "ember-cli-babel": "^8.2.0",
27
+ "ember-cli-htmlbars": "^6.3.0"
28
28
  },
29
29
  "ember-addon": {
30
30
  "demoURL": "https://abcum.github.io/ascua",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "18d1be24f1c269cdbf4bdd23a4fca5a932e1d6dd"
37
+ "gitHead": "69b87acc1e23e9c8f90b04440e0a1beff217914f"
38
38
  }