@tauri-apps/cli 1.0.0-rc.5 → 1.0.0-rc.9

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/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## \[1.0.0-rc.9]
4
+
5
+ - Exit CLI when Cargo returns a non-compilation error in `tauri dev`.
6
+ - [b5622882](https://www.github.com/tauri-apps/tauri/commit/b5622882cf3748e1e5a90915f415c0cd922aaaf8) fix(cli): exit on non-compilation Cargo errors, closes [#3930](https://www.github.com/tauri-apps/tauri/pull/3930) ([#3942](https://www.github.com/tauri-apps/tauri/pull/3942)) on 2022-04-22
7
+ - Notify CLI update when running `tauri dev`.
8
+ - [a649aad7](https://www.github.com/tauri-apps/tauri/commit/a649aad7ad26d4578699370d6e63d80edeca1f97) feat(cli): check and notify about updates on `tauri dev`, closes [#3789](https://www.github.com/tauri-apps/tauri/pull/3789) ([#3960](https://www.github.com/tauri-apps/tauri/pull/3960)) on 2022-04-25
9
+ - Kill the `beforeDevCommand` and app processes if the dev command returns an error.
10
+ - [485c9743](https://www.github.com/tauri-apps/tauri/commit/485c97438ac956d86bcf3794ceaa626bef968a4e) fix(cli): kill beforeDevCommand if dev code returns an error ([#3907](https://www.github.com/tauri-apps/tauri/pull/3907)) on 2022-04-19
11
+ - Fix `info` command showing outdated text for latest versions.
12
+ - [73a4b74a](https://www.github.com/tauri-apps/tauri/commit/73a4b74aea8544e6fda51c1f6697630b0768072c) fix(cli.rs/info): don't show outdated text for latest versions ([#3829](https://www.github.com/tauri-apps/tauri/pull/3829)) on 2022-04-02
13
+ - **Breaking change:** Enable default Cargo features except `tauri/custom-protocol` on the dev command.
14
+ - [f2a30d8b](https://www.github.com/tauri-apps/tauri/commit/f2a30d8bc54fc3ba49e16f69a413eca5f61a9b1f) refactor(core): use ayatana appindicator by default, keep option to use gtk ([#3916](https://www.github.com/tauri-apps/tauri/pull/3916)) on 2022-04-19
15
+ - Kill the `beforeDevCommand` process recursively on Unix.
16
+ - [e251e1b0](https://www.github.com/tauri-apps/tauri/commit/e251e1b0991d26ab10aea33cfb228f3e7f0f85b5) fix(cli): kill before dev command recursively on Unix, closes [#2794](https://www.github.com/tauri-apps/tauri/pull/2794) ([#3848](https://www.github.com/tauri-apps/tauri/pull/3848)) on 2022-04-03
17
+
18
+ ## \[1.0.0-rc.8]
19
+
20
+ - Allows the `tauri.conf.json` file to be git ignored on the path lookup function.
21
+ - [cc7c2d77](https://www.github.com/tauri-apps/tauri/commit/cc7c2d77da2e4a39ec2a97b080d41a719e6d0161) feat(cli): allow conf path to be gitignored, closes [#3636](https://www.github.com/tauri-apps/tauri/pull/3636) ([#3683](https://www.github.com/tauri-apps/tauri/pull/3683)) on 2022-03-13
22
+ - Remove `minimumSystemVersion: null` from the application template configuration.
23
+ - [c81534eb](https://www.github.com/tauri-apps/tauri/commit/c81534ebd873c358e0346c7949aeb171803149a5) feat(cli): use default macOS minimum system version when it is empty ([#3658](https://www.github.com/tauri-apps/tauri/pull/3658)) on 2022-03-13
24
+ - Improve readability of the `info` subcommand output.
25
+ - [49d2f13f](https://www.github.com/tauri-apps/tauri/commit/49d2f13fc07d763d5de9bf4b19d00c901776c11d) feat(cli): colorful cli ([#3635](https://www.github.com/tauri-apps/tauri/pull/3635)) on 2022-03-08
26
+ - Fixes DMG bundling on macOS 12.3.
27
+ - [348a1ab5](https://www.github.com/tauri-apps/tauri/commit/348a1ab59d2697478a594016016f1fccbf1ac054) fix(bundler): DMG bundling on macOS 12.3 cannot use bless, closes [#3719](https://www.github.com/tauri-apps/tauri/pull/3719) ([#3721](https://www.github.com/tauri-apps/tauri/pull/3721)) on 2022-03-18
28
+ - Fixes resources bundling on Windows when the path is on the root of the Tauri folder.
29
+ - [4c84559e](https://www.github.com/tauri-apps/tauri/commit/4c84559e1f3019e7aa2666b10a1a0bd97bb09d24) fix(cli): root resource bundling on Windows, closes [#3539](https://www.github.com/tauri-apps/tauri/pull/3539) ([#3685](https://www.github.com/tauri-apps/tauri/pull/3685)) on 2022-03-13
30
+
31
+ ## \[1.0.0-rc.6]
32
+
33
+ - Added `tsp` config option under `tauri > bundle > windows`, which enables Time-Stamp Protocol (RFC 3161) for the timestamping
34
+ server under code signing on Windows if set to `true`.
35
+ - [bdd5f7c2](https://www.github.com/tauri-apps/tauri/commit/bdd5f7c2f03af4af8b60a9527e55bb18525d989b) fix: add support for Time-Stamping Protocol for Windows codesigning (fix [#3563](https://www.github.com/tauri-apps/tauri/pull/3563)) ([#3570](https://www.github.com/tauri-apps/tauri/pull/3570)) on 2022-03-07
36
+ - Added `i686-pc-windows-msvc` to the prebuilt targets.
37
+ - [fb6744da](https://www.github.com/tauri-apps/tauri/commit/fb6744daa45165c7e00e5c01f7df0880d69ca509) feat(cli.js): add 32bit cli for windows ([#3540](https://www.github.com/tauri-apps/tauri/pull/3540)) on 2022-02-24
38
+ - Change the `plugin init` templates to use the new `tauri::plugin::Builder` syntax.
39
+ - [f7acb061](https://www.github.com/tauri-apps/tauri/commit/f7acb061e4d1ecdbfe182793587632d7ba6d8eff) feat(cli): use plugin::Builder syntax on the plugin template ([#3606](https://www.github.com/tauri-apps/tauri/pull/3606)) on 2022-03-03
40
+
3
41
  ## \[1.0.0-rc.5]
4
42
 
5
43
  - Improve "waiting for your dev server to start" message.
package/Cargo.toml CHANGED
@@ -8,8 +8,8 @@ crate-type = ["cdylib"]
8
8
 
9
9
  [dependencies]
10
10
  # Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
11
- napi = { version = "2.1", default-features = false, features = ["napi4"] }
12
- napi-derive = "2.1"
11
+ napi = { version = "2.3", default-features = false, features = ["napi4"] }
12
+ napi-derive = "2.3"
13
13
  tauri-cli = { path = ".." }
14
14
 
15
15
  [build-dependencies]
package/index.d.ts CHANGED
@@ -3,10 +3,4 @@
3
3
 
4
4
  /* auto-generated by NAPI-RS */
5
5
 
6
- export class ExternalObject<T> {
7
- readonly '': {
8
- readonly '': unique symbol
9
- [K: symbol]: T
10
- }
11
- }
12
6
  export function run(args: Array<string>, binName: string | undefined | null, callback: (...args: any[]) => any): void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tauri-apps/cli",
3
- "version": "1.0.0-rc.5",
3
+ "version": "1.0.0-rc.9",
4
4
  "description": "Command line interface for building Tauri apps",
5
5
  "funding": {
6
6
  "type": "opencollective",
@@ -31,17 +31,18 @@
31
31
  "aarch64-unknown-linux-gnu",
32
32
  "aarch64-unknown-linux-musl",
33
33
  "armv7-unknown-linux-gnueabihf",
34
- "x86_64-unknown-linux-musl"
34
+ "x86_64-unknown-linux-musl",
35
+ "i686-pc-windows-msvc"
35
36
  ]
36
37
  }
37
38
  },
38
39
  "devDependencies": {
39
- "@napi-rs/cli": "2.4.4",
40
+ "@napi-rs/cli": "2.6.2",
40
41
  "cross-spawn": "7.0.3",
41
- "fs-extra": "10.0.0",
42
+ "fs-extra": "10.1.0",
42
43
  "jest": "27.5.1",
43
44
  "jest-transform-toml": "1.0.0",
44
- "prettier": "2.5.1"
45
+ "prettier": "2.6.2"
45
46
  },
46
47
  "engines": {
47
48
  "node": ">= 10"
@@ -51,8 +52,8 @@
51
52
  },
52
53
  "scripts": {
53
54
  "artifacts": "napi artifacts",
54
- "build": "napi build --platform --release",
55
- "build:debug": "napi build --platform",
55
+ "build:release": "napi build --platform --release",
56
+ "build": "napi build --platform",
56
57
  "prepublishOnly": "napi prepublish -t npm",
57
58
  "test": "jest --runInBand --forceExit --no-cache",
58
59
  "version": "napi version",
@@ -61,13 +62,14 @@
61
62
  "format:check": "prettier --check ./package.json ./tauri.js"
62
63
  },
63
64
  "optionalDependencies": {
64
- "@tauri-apps/cli-win32-x64-msvc": "1.0.0-rc.5",
65
- "@tauri-apps/cli-darwin-x64": "1.0.0-rc.5",
66
- "@tauri-apps/cli-linux-x64-gnu": "1.0.0-rc.5",
67
- "@tauri-apps/cli-darwin-arm64": "1.0.0-rc.5",
68
- "@tauri-apps/cli-linux-arm64-gnu": "1.0.0-rc.5",
69
- "@tauri-apps/cli-linux-arm64-musl": "1.0.0-rc.5",
70
- "@tauri-apps/cli-linux-arm-gnueabihf": "1.0.0-rc.5",
71
- "@tauri-apps/cli-linux-x64-musl": "1.0.0-rc.5"
65
+ "@tauri-apps/cli-win32-x64-msvc": "1.0.0-rc.9",
66
+ "@tauri-apps/cli-darwin-x64": "1.0.0-rc.9",
67
+ "@tauri-apps/cli-linux-x64-gnu": "1.0.0-rc.9",
68
+ "@tauri-apps/cli-darwin-arm64": "1.0.0-rc.9",
69
+ "@tauri-apps/cli-linux-arm64-gnu": "1.0.0-rc.9",
70
+ "@tauri-apps/cli-linux-arm64-musl": "1.0.0-rc.9",
71
+ "@tauri-apps/cli-linux-arm-gnueabihf": "1.0.0-rc.9",
72
+ "@tauri-apps/cli-linux-x64-musl": "1.0.0-rc.9",
73
+ "@tauri-apps/cli-win32-ia32-msvc": "1.0.0-rc.9"
72
74
  }
73
75
  }