@tauri-apps/cli 2.2.3 → 2.2.4
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.4]
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- [`cad550445`](https://www.github.com/tauri-apps/tauri/commit/cad5504455ffa53e297cebff473c113b1afa5d29) ([#12354](https://www.github.com/tauri-apps/tauri/pull/12354) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Fixed and issue that caused `tauri add` to try to install incorrect npm packages.
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
- Upgraded to `tauri-cli@2.2.4`
|
|
12
|
+
|
|
3
13
|
## \[2.2.3]
|
|
4
14
|
|
|
5
15
|
### Enhancements
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tauri-apps/cli",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.4",
|
|
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.4",
|
|
66
|
+
"@tauri-apps/cli-darwin-x64": "2.2.4",
|
|
67
|
+
"@tauri-apps/cli-linux-x64-gnu": "2.2.4",
|
|
68
|
+
"@tauri-apps/cli-darwin-arm64": "2.2.4",
|
|
69
|
+
"@tauri-apps/cli-linux-arm64-gnu": "2.2.4",
|
|
70
|
+
"@tauri-apps/cli-linux-arm64-musl": "2.2.4",
|
|
71
|
+
"@tauri-apps/cli-linux-arm-gnueabihf": "2.2.4",
|
|
72
|
+
"@tauri-apps/cli-linux-x64-musl": "2.2.4",
|
|
73
|
+
"@tauri-apps/cli-win32-ia32-msvc": "2.2.4",
|
|
74
|
+
"@tauri-apps/cli-win32-arm64-msvc": "2.2.4"
|
|
75
75
|
}
|
|
76
76
|
}
|