electron-updater 7.0.0-alpha.6 → 7.0.0-alpha.7
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
This module allows you to automatically update your application. You only need to install this module and write two lines of code!
|
|
4
4
|
To publish your updates you just need simple file hosting, it does not require a dedicated server.
|
|
5
5
|
|
|
6
|
-
See [Auto Update](https://electron.build/auto-update) for more information.
|
|
6
|
+
See [Auto Update](https://electron.build/docs/features/auto-update) for more information.
|
|
7
7
|
|
|
8
8
|
Supported OS:
|
|
9
9
|
- macOS ([Squirrel.Mac](https://github.com/Squirrel/Squirrel.Mac)).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-updater",
|
|
3
|
-
"version": "7.0.0-alpha.
|
|
3
|
+
"version": "7.0.0-alpha.7",
|
|
4
4
|
"description": "Cross platform updater for electron applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"lodash.isequal": "^4.5.0",
|
|
38
38
|
"semver": "~7.7.3",
|
|
39
39
|
"tiny-typed-emitter": "^2.1.0",
|
|
40
|
-
"builder-util-runtime": "10.0.0-alpha.
|
|
40
|
+
"builder-util-runtime": "10.0.0-alpha.7"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/fs-extra": "9.0.13",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@types/lodash.escaperegexp": "4.1.6",
|
|
46
46
|
"@types/lodash.isequal": "4.5.5",
|
|
47
47
|
"@types/semver": "7.7.1",
|
|
48
|
-
"electron": "39.8.
|
|
48
|
+
"electron": "39.8.10"
|
|
49
49
|
},
|
|
50
50
|
"types": "./dist/index.d.ts",
|
|
51
51
|
"publishConfig": {
|