@tauri-apps/cli 2.2.0 → 2.2.1
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 +10 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## \[2.2.1]
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- [`881729448`](https://www.github.com/tauri-apps/tauri/commit/881729448c9abd0d0c7941a8a31c94119ce827af) ([#12164](https://www.github.com/tauri-apps/tauri/pull/12164) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Fixed an issue that caused `tauri dev` to crash before showing the app on Linux.
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
- Upgraded to `tauri-cli@2.2.1`
|
|
12
|
+
|
|
3
13
|
## \[2.2.0]
|
|
4
14
|
|
|
5
15
|
### New Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tauri-apps/cli",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Command line interface for building Tauri apps",
|
|
5
5
|
"funding": {
|
|
6
6
|
"type": "opencollective",
|
|
@@ -62,15 +62,15 @@
|
|
|
62
62
|
"tauri": "node ./tauri.js"
|
|
63
63
|
},
|
|
64
64
|
"optionalDependencies": {
|
|
65
|
-
"@tauri-apps/cli-win32-x64-msvc": "2.2.
|
|
66
|
-
"@tauri-apps/cli-darwin-x64": "2.2.
|
|
67
|
-
"@tauri-apps/cli-linux-x64-gnu": "2.2.
|
|
68
|
-
"@tauri-apps/cli-darwin-arm64": "2.2.
|
|
69
|
-
"@tauri-apps/cli-linux-arm64-gnu": "2.2.
|
|
70
|
-
"@tauri-apps/cli-linux-arm64-musl": "2.2.
|
|
71
|
-
"@tauri-apps/cli-linux-arm-gnueabihf": "2.2.
|
|
72
|
-
"@tauri-apps/cli-linux-x64-musl": "2.2.
|
|
73
|
-
"@tauri-apps/cli-win32-ia32-msvc": "2.2.
|
|
74
|
-
"@tauri-apps/cli-win32-arm64-msvc": "2.2.
|
|
65
|
+
"@tauri-apps/cli-win32-x64-msvc": "2.2.1",
|
|
66
|
+
"@tauri-apps/cli-darwin-x64": "2.2.1",
|
|
67
|
+
"@tauri-apps/cli-linux-x64-gnu": "2.2.1",
|
|
68
|
+
"@tauri-apps/cli-darwin-arm64": "2.2.1",
|
|
69
|
+
"@tauri-apps/cli-linux-arm64-gnu": "2.2.1",
|
|
70
|
+
"@tauri-apps/cli-linux-arm64-musl": "2.2.1",
|
|
71
|
+
"@tauri-apps/cli-linux-arm-gnueabihf": "2.2.1",
|
|
72
|
+
"@tauri-apps/cli-linux-x64-musl": "2.2.1",
|
|
73
|
+
"@tauri-apps/cli-win32-ia32-msvc": "2.2.1",
|
|
74
|
+
"@tauri-apps/cli-win32-arm64-msvc": "2.2.1"
|
|
75
75
|
}
|
|
76
76
|
}
|