graceful-updater 1.2.0 → 34.0.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.
- package/README.en.md +1 -1
- package/README.md +2 -2
- package/package.json +3 -3
package/README.en.md
CHANGED
@@ -192,7 +192,7 @@ Triggered when an error occurs inside the updater
|
|
192
192
|
| :---: | :---: | :---: |
|
193
193
|
|
194
194
|
|
195
|
-
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `
|
195
|
+
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sun Jun 04 2023 13:22:25 GMT+0800`.
|
196
196
|
|
197
197
|
<!-- GITCONTRIBUTOR_END -->
|
198
198
|
|
package/README.md
CHANGED
@@ -186,13 +186,13 @@ electronUpdator.on(EventType.UPDATE_DOWNLOAD_PROGRESS, (data) => {
|
|
186
186
|
|
187
187
|
<!-- GITCONTRIBUTOR_START -->
|
188
188
|
|
189
|
-
##
|
189
|
+
## 贡献者
|
190
190
|
|
191
191
|
|[<img src="https://avatars.githubusercontent.com/u/4081746?v=4" width="100px;"/><br/><sub><b>zlyi</b></sub>](https://github.com/zlyi)<br/>|[<img src="https://avatars.githubusercontent.com/u/1011681?v=4" width="100px;"/><br/><sub><b>xudafeng</b></sub>](https://github.com/xudafeng)<br/>|[<img src="https://avatars.githubusercontent.com/u/52845048?v=4" width="100px;"/><br/><sub><b>snapre</b></sub>](https://github.com/snapre)<br/>|
|
192
192
|
| :---: | :---: | :---: |
|
193
193
|
|
194
194
|
|
195
|
-
|
195
|
+
[git-contributor 说明](https://github.com/xudafeng/git-contributor),自动生成时间:`Sun Jun 04 2023 13:22:25 GMT+0800`。
|
196
196
|
|
197
197
|
<!-- GITCONTRIBUTOR_END -->
|
198
198
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "graceful-updater",
|
3
|
-
"version": "
|
3
|
+
"version": "34.0.0",
|
4
4
|
"description": "graceful-updater is a software updator management solution for Electron applications, It is convenient to complete full software update and dynamic update.",
|
5
5
|
"scripts": {
|
6
6
|
"build": "sh ./build.sh",
|
@@ -46,8 +46,8 @@
|
|
46
46
|
"cross-env": "^7.0.3",
|
47
47
|
"detect-port": "1",
|
48
48
|
"egg-bin": "^5.9.0",
|
49
|
-
"electron": "
|
50
|
-
"electron-windows": "
|
49
|
+
"electron": "34",
|
50
|
+
"electron-windows": "34",
|
51
51
|
"eslint": "^7.32.0",
|
52
52
|
"eslint-config-egg": "^12.1.0",
|
53
53
|
"eslint-plugin-no-only-tests": "^3.1.0",
|