@tauri-apps/cli 1.0.0-rc.12 → 1.0.0-rc.13
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 +8 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## \[1.0.0-rc.13]
|
|
4
|
+
|
|
5
|
+
- Check if `$CWD/src-tauri/tauri.conf.json` exists before walking through the file tree to find the tauri dir in case the whole project is gitignored.
|
|
6
|
+
- [bd8f3e29](https://www.github.com/tauri-apps/tauri/commit/bd8f3e298a0cb71809f2e93cc3ebc8e6e5b6a626) fix(cli): manual config lookup to handle gitignored folders, fixes [#3527](https://www.github.com/tauri-apps/tauri/pull/3527) ([#4224](https://www.github.com/tauri-apps/tauri/pull/4224)) on 2022-05-26
|
|
7
|
+
- Statically link the Visual C++ runtime instead of using a merge module on the installer.
|
|
8
|
+
- [bb061509](https://www.github.com/tauri-apps/tauri/commit/bb061509fb674bef86ecbc1de3aa8f3e367a9907) refactor(core): statically link vcruntime, closes [#4122](https://www.github.com/tauri-apps/tauri/pull/4122) ([#4227](https://www.github.com/tauri-apps/tauri/pull/4227)) on 2022-05-27
|
|
9
|
+
|
|
3
10
|
## \[1.0.0-rc.12]
|
|
4
11
|
|
|
5
12
|
- Properly fetch the NPM dependency information when using Yarn 2+.
|
|
@@ -23,7 +30,7 @@
|
|
|
23
30
|
- - Remove startup delay in `tauri dev` caused by checking for a newer cli version. The check is now done upon process exit.
|
|
24
31
|
- Add `TAURI_SKIP_UPDATE_CHECK` env variable to skip checking for a newer CLI version.
|
|
25
32
|
- [bbabc8cd](https://www.github.com/tauri-apps/tauri/commit/bbabc8cd1ea2c1f6806610fd2d533c99305d320c) fix(cli.rs): remove startup delay in `tauri dev` ([#3999](https://www.github.com/tauri-apps/tauri/pull/3999)) on 2022-04-29
|
|
26
|
-
- Fix `tauri info` panic when a
|
|
33
|
+
- Fix `tauri info` panic when a package isn't installed.
|
|
27
34
|
- [4f0f3187](https://www.github.com/tauri-apps/tauri/commit/4f0f3187c9e69262ef28350331b368c831ab930a) fix(cli.rs): fix `tauri info` panic when a package isn't installed, closes [#3985](https://www.github.com/tauri-apps/tauri/pull/3985) ([#3996](https://www.github.com/tauri-apps/tauri/pull/3996)) on 2022-04-29
|
|
28
35
|
- Added `$schema` support to `tauri.conf.json`.
|
|
29
36
|
- [715cbde3](https://www.github.com/tauri-apps/tauri/commit/715cbde3842a916c4ebeab2cab348e1774b5c192) feat(config): add `$schema` to `tauri.conf.json`, closes [#3464](https://www.github.com/tauri-apps/tauri/pull/3464) ([#4031](https://www.github.com/tauri-apps/tauri/pull/4031)) on 2022-05-03
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tauri-apps/cli",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.13",
|
|
4
4
|
"description": "Command line interface for building Tauri apps",
|
|
5
5
|
"funding": {
|
|
6
6
|
"type": "opencollective",
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"format:check": "prettier --check ./package.json ./tauri.js"
|
|
65
65
|
},
|
|
66
66
|
"optionalDependencies": {
|
|
67
|
-
"@tauri-apps/cli-win32-x64-msvc": "1.0.0-rc.
|
|
68
|
-
"@tauri-apps/cli-darwin-x64": "1.0.0-rc.
|
|
69
|
-
"@tauri-apps/cli-linux-x64-gnu": "1.0.0-rc.
|
|
70
|
-
"@tauri-apps/cli-darwin-arm64": "1.0.0-rc.
|
|
71
|
-
"@tauri-apps/cli-linux-arm64-gnu": "1.0.0-rc.
|
|
72
|
-
"@tauri-apps/cli-linux-arm64-musl": "1.0.0-rc.
|
|
73
|
-
"@tauri-apps/cli-linux-arm-gnueabihf": "1.0.0-rc.
|
|
74
|
-
"@tauri-apps/cli-linux-x64-musl": "1.0.0-rc.
|
|
75
|
-
"@tauri-apps/cli-win32-ia32-msvc": "1.0.0-rc.
|
|
67
|
+
"@tauri-apps/cli-win32-x64-msvc": "1.0.0-rc.13",
|
|
68
|
+
"@tauri-apps/cli-darwin-x64": "1.0.0-rc.13",
|
|
69
|
+
"@tauri-apps/cli-linux-x64-gnu": "1.0.0-rc.13",
|
|
70
|
+
"@tauri-apps/cli-darwin-arm64": "1.0.0-rc.13",
|
|
71
|
+
"@tauri-apps/cli-linux-arm64-gnu": "1.0.0-rc.13",
|
|
72
|
+
"@tauri-apps/cli-linux-arm64-musl": "1.0.0-rc.13",
|
|
73
|
+
"@tauri-apps/cli-linux-arm-gnueabihf": "1.0.0-rc.13",
|
|
74
|
+
"@tauri-apps/cli-linux-x64-musl": "1.0.0-rc.13",
|
|
75
|
+
"@tauri-apps/cli-win32-ia32-msvc": "1.0.0-rc.13"
|
|
76
76
|
}
|
|
77
77
|
}
|