@capacitor/cli 7.0.0-alpha.1 → 7.0.0-beta.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/assets/android-template.tar.gz +0 -0
- package/assets/capacitor-cordova-android-plugins.tar.gz +0 -0
- package/assets/capacitor-cordova-ios-plugins.tar.gz +0 -0
- package/assets/ios-pods-template.tar.gz +0 -0
- package/assets/ios-spm-template.tar.gz +0 -0
- package/dist/android/add.js +3 -3
- package/dist/android/common.js +13 -13
- package/dist/android/doctor.js +13 -12
- package/dist/android/open.js +2 -2
- package/dist/android/update.js +20 -20
- package/dist/common.js +9 -9
- package/dist/config.js +15 -15
- package/dist/cordova.js +23 -23
- package/dist/declarations.d.ts +26 -0
- package/dist/index.js +3 -3
- package/dist/ios/build.js +5 -6
- package/dist/ios/common.js +5 -5
- package/dist/ios/update.js +16 -16
- package/dist/ipc.js +3 -3
- package/dist/plugin.js +2 -2
- package/dist/sysconfig.js +4 -4
- package/dist/tasks/add.js +2 -2
- package/dist/tasks/copy.js +9 -9
- package/dist/tasks/doctor.js +2 -2
- package/dist/tasks/migrate.js +48 -56
- package/dist/tasks/run.js +1 -2
- package/dist/tasks/sourcemaps.js +8 -8
- package/dist/tasks/telemetry.js +3 -2
- package/dist/telemetry.js +7 -18
- package/dist/util/fs.js +26 -7
- package/dist/util/iosplugin.js +6 -5
- package/dist/util/livereload.js +4 -4
- package/dist/util/node.js +2 -2
- package/dist/util/spm.js +4 -4
- package/dist/util/subprocess.js +1 -1
- package/dist/util/template.js +2 -2
- package/dist/util/xml.js +2 -2
- package/package.json +25 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capacitor/cli",
|
|
3
|
-
"version": "7.0.0-
|
|
3
|
+
"version": "7.0.0-beta.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)",
|
|
@@ -44,37 +44,38 @@
|
|
|
44
44
|
"watch": "npm run assets && tsc -w"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@ionic/cli-framework-output": "^2.2.
|
|
48
|
-
"@ionic/utils-
|
|
49
|
-
"@ionic/utils-
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"debug": "^4.3.4",
|
|
47
|
+
"@ionic/cli-framework-output": "^2.2.8",
|
|
48
|
+
"@ionic/utils-subprocess": "^3.0.1",
|
|
49
|
+
"@ionic/utils-terminal": "^2.3.5",
|
|
50
|
+
"commander": "^12.1.0",
|
|
51
|
+
"debug": "^4.4.0",
|
|
53
52
|
"env-paths": "^2.2.0",
|
|
54
|
-
"
|
|
55
|
-
"
|
|
53
|
+
"fs-extra": "^11.2.0",
|
|
54
|
+
"kleur": "^4.1.5",
|
|
55
|
+
"native-run": "^2.0.1",
|
|
56
56
|
"open": "^8.4.0",
|
|
57
|
-
"plist": "^3.0
|
|
57
|
+
"plist": "^3.1.0",
|
|
58
58
|
"prompts": "^2.4.2",
|
|
59
|
-
"rimraf": "^
|
|
60
|
-
"semver": "^7.3
|
|
59
|
+
"rimraf": "^6.0.1",
|
|
60
|
+
"semver": "^7.6.3",
|
|
61
61
|
"tar": "^6.1.11",
|
|
62
|
-
"tslib": "^2.
|
|
63
|
-
"xml2js": "^0.
|
|
62
|
+
"tslib": "^2.8.1",
|
|
63
|
+
"xml2js": "^0.6.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@types/debug": "^4.1.
|
|
67
|
-
"@types/
|
|
68
|
-
"@types/
|
|
69
|
-
"@types/
|
|
70
|
-
"@types/
|
|
66
|
+
"@types/debug": "^4.1.12",
|
|
67
|
+
"@types/fs-extra": "^11.0.4",
|
|
68
|
+
"@types/jest": "^29.5.14",
|
|
69
|
+
"@types/plist": "^3.0.5",
|
|
70
|
+
"@types/prompts": "^2.4.9",
|
|
71
|
+
"@types/semver": "^7.5.8",
|
|
71
72
|
"@types/tar": "^6.1.1",
|
|
72
|
-
"@types/tmp": "^0.2.
|
|
73
|
+
"@types/tmp": "^0.2.6",
|
|
73
74
|
"@types/xml2js": "0.4.5",
|
|
74
|
-
"jest": "^29.
|
|
75
|
-
"jest-environment-jsdom": "^29.
|
|
76
|
-
"jest-jasmine2": "^29.
|
|
77
|
-
"tmp": "^0.2.
|
|
75
|
+
"jest": "^29.7.0",
|
|
76
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
77
|
+
"jest-jasmine2": "^29.7.0",
|
|
78
|
+
"tmp": "^0.2.3",
|
|
78
79
|
"ts-jest": "^29.0.5",
|
|
79
80
|
"typescript": "~5.0.2"
|
|
80
81
|
},
|