@capacitor/cli 3.4.1 → 4.0.1-alpha.0
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
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.0.1-alpha.0](https://github.com/ionic-team/capacitor/compare/3.4.1...4.0.1-alpha.0) (2022-03-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @capacitor/cli
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [3.4.1](https://github.com/ionic-team/capacitor/compare/3.4.0...3.4.1) (2022-02-09)
|
|
7
15
|
|
|
8
16
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/config.js
CHANGED
|
@@ -171,7 +171,7 @@ async function loadAndroidConfig(rootDir, extConfig, cliConfig) {
|
|
|
171
171
|
const studioPath = promise_1.lazy(() => determineAndroidStudioPath(cliConfig.os));
|
|
172
172
|
return {
|
|
173
173
|
name,
|
|
174
|
-
minVersion: '
|
|
174
|
+
minVersion: '22',
|
|
175
175
|
studioPath,
|
|
176
176
|
platformDir,
|
|
177
177
|
platformDirAbs,
|
|
@@ -213,7 +213,7 @@ async function loadIOSConfig(rootDir, extConfig) {
|
|
|
213
213
|
const cordovaPluginsDir = 'capacitor-cordova-ios-plugins';
|
|
214
214
|
return {
|
|
215
215
|
name,
|
|
216
|
-
minVersion: '
|
|
216
|
+
minVersion: '13.0',
|
|
217
217
|
platformDir,
|
|
218
218
|
platformDirAbs,
|
|
219
219
|
scheme,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capacitor/cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.1-alpha.0",
|
|
4
4
|
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
|
|
5
5
|
"homepage": "https://capacitorjs.com",
|
|
6
6
|
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "7faec09fd724a0af7436f3d30c83856b7bb5ce51"
|
|
89
89
|
}
|