@tauri-apps/cli
Advanced tools
Comparing version 1.0.0-rc.8 to 1.0.0-rc.9
# Changelog | ||
## \[1.0.0-rc.9] | ||
- Exit CLI when Cargo returns a non-compilation error in `tauri dev`. | ||
- [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 | ||
- Notify CLI update when running `tauri dev`. | ||
- [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 | ||
- Kill the `beforeDevCommand` and app processes if the dev command returns an error. | ||
- [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 | ||
- Fix `info` command showing outdated text for latest versions. | ||
- [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 | ||
- **Breaking change:** Enable default Cargo features except `tauri/custom-protocol` on the dev command. | ||
- [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 | ||
- Kill the `beforeDevCommand` process recursively on Unix. | ||
- [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 | ||
## \[1.0.0-rc.8] | ||
@@ -4,0 +19,0 @@ |
{ | ||
"name": "@tauri-apps/cli", | ||
"version": "1.0.0-rc.8", | ||
"version": "1.0.0-rc.9", | ||
"description": "Command line interface for building Tauri apps", | ||
@@ -40,8 +40,8 @@ "funding": { | ||
"devDependencies": { | ||
"@napi-rs/cli": "2.5.0", | ||
"@napi-rs/cli": "2.6.2", | ||
"cross-spawn": "7.0.3", | ||
"fs-extra": "10.0.1", | ||
"fs-extra": "10.1.0", | ||
"jest": "27.5.1", | ||
"jest-transform-toml": "1.0.0", | ||
"prettier": "2.6.0" | ||
"prettier": "2.6.2" | ||
}, | ||
@@ -56,4 +56,4 @@ "engines": { | ||
"artifacts": "napi artifacts", | ||
"build": "napi build --platform --release", | ||
"build:debug": "napi build --platform", | ||
"build:release": "napi build --platform --release", | ||
"build": "napi build --platform", | ||
"prepublishOnly": "napi prepublish -t npm", | ||
@@ -67,12 +67,12 @@ "test": "jest --runInBand --forceExit --no-cache", | ||
"optionalDependencies": { | ||
"@tauri-apps/cli-win32-x64-msvc": "1.0.0-rc.8", | ||
"@tauri-apps/cli-darwin-x64": "1.0.0-rc.8", | ||
"@tauri-apps/cli-linux-x64-gnu": "1.0.0-rc.8", | ||
"@tauri-apps/cli-darwin-arm64": "1.0.0-rc.8", | ||
"@tauri-apps/cli-linux-arm64-gnu": "1.0.0-rc.8", | ||
"@tauri-apps/cli-linux-arm64-musl": "1.0.0-rc.8", | ||
"@tauri-apps/cli-linux-arm-gnueabihf": "1.0.0-rc.8", | ||
"@tauri-apps/cli-linux-x64-musl": "1.0.0-rc.8", | ||
"@tauri-apps/cli-win32-ia32-msvc": "1.0.0-rc.8" | ||
"@tauri-apps/cli-win32-x64-msvc": "1.0.0-rc.9", | ||
"@tauri-apps/cli-darwin-x64": "1.0.0-rc.9", | ||
"@tauri-apps/cli-linux-x64-gnu": "1.0.0-rc.9", | ||
"@tauri-apps/cli-darwin-arm64": "1.0.0-rc.9", | ||
"@tauri-apps/cli-linux-arm64-gnu": "1.0.0-rc.9", | ||
"@tauri-apps/cli-linux-arm64-musl": "1.0.0-rc.9", | ||
"@tauri-apps/cli-linux-arm-gnueabihf": "1.0.0-rc.9", | ||
"@tauri-apps/cli-linux-x64-musl": "1.0.0-rc.9", | ||
"@tauri-apps/cli-win32-ia32-msvc": "1.0.0-rc.9" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39710
6