electron-version-deployer-cli 0.1.2 → 0.1.3

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/dist/cli.cjs CHANGED
@@ -603,4 +603,4 @@ async function installPrebuilt(configs) {
603
603
  }
604
604
  commander.program.description(
605
605
  "Electron 版本部署 CLI,简化你的 Electron 软件更新,让一切变得简单。"
606
- ).helpOption("-h, --help", "使用帮助").version("0.1.2", "-V, --version", "显示版本号").parse(process.argv);
606
+ ).helpOption("-h, --help", "使用帮助").version("0.1.3", "-V, --version", "显示版本号").parse(process.argv);
package/dist/main.d.ts CHANGED
@@ -6,8 +6,8 @@ export declare enum EVDEventEnum {
6
6
  GET_LOGO = "evd-get-logo"
7
7
  }
8
8
  type EVDInitPropsType = {
9
- netlifyUrl: string;
10
- remoteUrl: string;
9
+ netlifyUrl?: string;
10
+ remoteUrl?: string;
11
11
  windowWidth?: number;
12
12
  windowHeight?: number;
13
13
  logo?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "electron-version-deployer-cli",
3
3
  "private": false,
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",