@electron-forge/publisher-base 7.6.0 → 7.7.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.
Files changed (1) hide show
  1. package/package.json +4 -9
package/package.json CHANGED
@@ -1,22 +1,17 @@
1
1
  {
2
2
  "name": "@electron-forge/publisher-base",
3
- "version": "7.6.0",
3
+ "version": "7.7.0",
4
4
  "description": "Base publisher for Electron Forge",
5
5
  "repository": "https://github.com/electron/forge",
6
6
  "author": "Samuel Attard",
7
7
  "license": "MIT",
8
8
  "main": "dist/Publisher.js",
9
9
  "typings": "dist/Publisher.d.ts",
10
- "scripts": {
11
- "test": "yarn test:base test/**/*_spec.ts",
12
- "test:base": "cross-env TS_NODE_FILES=1 mocha --config ../../../.mocharc.js"
13
- },
14
10
  "dependencies": {
15
- "@electron-forge/shared-types": "7.6.0"
11
+ "@electron-forge/shared-types": "7.7.0"
16
12
  },
17
13
  "devDependencies": {
18
- "chai": "^4.3.3",
19
- "mocha": "^9.0.1"
14
+ "vitest": "^3.0.3"
20
15
  },
21
16
  "engines": {
22
17
  "node": ">= 16.4.0"
@@ -28,5 +23,5 @@
28
23
  "dist",
29
24
  "src"
30
25
  ],
31
- "gitHead": "37a66f2a42e2ea74a30d168a32aff69c90cc20b9"
26
+ "gitHead": "6a88c47b5916a39ee9f993d98d420c6c857de54c"
32
27
  }