@tauri-apps/cli
Advanced tools
Comparing version 1.0.0-rc.7 to 1.0.0-rc.8
# Changelog | ||
## \[1.0.0-rc.8] | ||
- Allows the `tauri.conf.json` file to be git ignored on the path lookup function. | ||
- [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 | ||
- Remove `minimumSystemVersion: null` from the application template configuration. | ||
- [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 | ||
- Improve readability of the `info` subcommand output. | ||
- [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 | ||
- Fixes DMG bundling on macOS 12.3. | ||
- [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 | ||
- Fixes resources bundling on Windows when the path is on the root of the Tauri folder. | ||
- [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 | ||
## \[1.0.0-rc.6] | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "@tauri-apps/cli", | ||
"version": "1.0.0-rc.7", | ||
"version": "1.0.0-rc.8", | ||
"description": "Command line interface for building Tauri apps", | ||
@@ -40,3 +40,3 @@ "funding": { | ||
"devDependencies": { | ||
"@napi-rs/cli": "2.4.4", | ||
"@napi-rs/cli": "2.5.0", | ||
"cross-spawn": "7.0.3", | ||
@@ -46,3 +46,3 @@ "fs-extra": "10.0.1", | ||
"jest-transform-toml": "1.0.0", | ||
"prettier": "2.5.1" | ||
"prettier": "2.6.0" | ||
}, | ||
@@ -67,12 +67,12 @@ "engines": { | ||
"optionalDependencies": { | ||
"@tauri-apps/cli-win32-x64-msvc": "1.0.0-rc.7", | ||
"@tauri-apps/cli-darwin-x64": "1.0.0-rc.7", | ||
"@tauri-apps/cli-linux-x64-gnu": "1.0.0-rc.7", | ||
"@tauri-apps/cli-darwin-arm64": "1.0.0-rc.7", | ||
"@tauri-apps/cli-linux-arm64-gnu": "1.0.0-rc.7", | ||
"@tauri-apps/cli-linux-arm64-musl": "1.0.0-rc.7", | ||
"@tauri-apps/cli-linux-arm-gnueabihf": "1.0.0-rc.7", | ||
"@tauri-apps/cli-linux-x64-musl": "1.0.0-rc.7", | ||
"@tauri-apps/cli-win32-ia32-msvc": "1.0.0-rc.7" | ||
"@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" | ||
} | ||
} |
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
37627