electron-incremental-update 1.1.0 → 1.2.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "electron-incremental-update",
3
3
  "type": "module",
4
- "version": "1.1.0",
4
+ "version": "1.2.0",
5
5
  "description": "electron incremental update tools, powered by vite",
6
6
  "author": "subframe7536",
7
7
  "license": "MIT",
@@ -39,23 +39,28 @@
39
39
  "build": "tsup && esno fix-module.cjs",
40
40
  "release": "pnpm test && pnpm run build && bumpp --all && npm publish",
41
41
  "test": "vitest --run",
42
- "lint": "eslint . --fix"
42
+ "format": "eslint . --fix"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public",
46
46
  "registry": "https://registry.npmjs.org/"
47
47
  },
48
48
  "peerDependencies": {
49
+ "@babel/core": "^7.24.7",
50
+ "@babel/plugin-transform-arrow-functions": "^7.24.7",
49
51
  "@electron/asar": "*",
50
52
  "esbuild": "*",
53
+ "magic-string": "*",
51
54
  "vite-plugin-electron": "^0.15.6 || ^0.28"
52
55
  },
53
56
  "dependencies": {
54
57
  "@subframe7536/type-utils": "^0.1.6",
58
+ "local-pkg": "^0.5.0",
55
59
  "selfsigned": "^2.4.1"
56
60
  },
57
61
  "devDependencies": {
58
62
  "@subframe7536/eslint-config": "^0.6.6",
63
+ "@types/babel__core": "^7.20.5",
59
64
  "@types/node": "^20.14.7",
60
65
  "bumpp": "^9.4.1",
61
66
  "electron": "28.2.10",