@ascua/electron 0.1.3 → 0.1.4

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.
@@ -9,6 +9,7 @@ const Command = require('ember-cli/lib/commands/build');
9
9
  const { log } = require('builder-util');
10
10
 
11
11
  const APPLE_ID = process.env.APPLE_ID;
12
+ const APPLE_TEAMID = process.env.APPLE_TEAMID;
12
13
  const APPLE_PASSWORD = process.env.APPLE_APP_SPECIFIC_PASSWORD;
13
14
 
14
15
  module.exports = Command.extend({
@@ -156,6 +157,7 @@ module.exports = Command.extend({
156
157
  appBundleId: appId,
157
158
  appPath: appPath,
158
159
  appleId: APPLE_ID,
160
+ teamId: APPLE_TEAMID,
159
161
  appleIdPassword: APPLE_PASSWORD,
160
162
  });
161
163
 
@@ -183,6 +185,7 @@ module.exports = Command.extend({
183
185
  appBundleId: appId,
184
186
  dmgPath: dmgPath,
185
187
  appleId: APPLE_ID,
188
+ teamId: APPLE_TEAMID,
186
189
  appleIdPassword: APPLE_PASSWORD,
187
190
  });
188
191
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascua/electron",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Small description for @ascua/electron goes here",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -15,8 +15,8 @@
15
15
  "url": "https://abcum.com"
16
16
  },
17
17
  "dependencies": {
18
- "@ascua/config": "^0.1.3",
19
- "@ascua/service": "^0.1.3",
18
+ "@ascua/config": "^0.1.4",
19
+ "@ascua/service": "^0.1.4",
20
20
  "@electron/notarize": "^2.1.0",
21
21
  "builder-util": "^24.8.1",
22
22
  "electron": "27.0.3",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "82f02651515b7e817e3f005bf1455dfd923b73f7"
37
+ "gitHead": "3d18b81d01810f133bb73a18c516aee7bebfd830"
38
38
  }