@capacitor/app
Advanced tools
Comparing version 6.0.2 to 7.0.0-alpha.1
@@ -237,11 +237,1 @@ import type { PluginListenerHandle } from '@capacitor/core'; | ||
} | ||
/** | ||
* @deprecated Use `RestoredListenerEvent`. | ||
* @since 1.0.0 | ||
*/ | ||
export declare type AppRestoredResult = RestoredListenerEvent; | ||
/** | ||
* @deprecated Use `URLOpenListenerEvent`. | ||
* @since 1.0.0 | ||
*/ | ||
export declare type AppUrlOpen = URLOpenListenerEvent; |
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var core = require('@capacitor/core'); | ||
@@ -6,0 +4,0 @@ |
@@ -49,4 +49,2 @@ var capacitorApp = (function (exports, core) { | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
return exports; | ||
@@ -53,0 +51,0 @@ |
{ | ||
"name": "@capacitor/app", | ||
"version": "6.0.2", | ||
"version": "7.0.0-alpha.1", | ||
"description": "The App API handles high level App state and events.For example, this API emits events when the app enters and leaves the foreground, handles deeplinks, opens other apps, and manages persisted plugin state.", | ||
@@ -34,3 +34,3 @@ "main": "dist/plugin.cjs.js", | ||
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web", | ||
"verify:ios": "xcodebuild build -scheme CapacitorApp -sdk iphonesimulator17.0 -destination 'OS=17.0,name=iPhone 15'", | ||
"verify:ios": "xcodebuild build -scheme CapacitorApp -destination generic/platform=iOS", | ||
"verify:android": "cd android && ./gradlew clean build test && cd ..", | ||
@@ -44,3 +44,3 @@ "verify:web": "npm run build", | ||
"docgen": "docgen --api AppPlugin --output-readme README.md", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs", | ||
"clean": "rimraf ./dist", | ||
@@ -52,6 +52,6 @@ "watch": "tsc --watch", | ||
"devDependencies": { | ||
"@capacitor/android": "^6.0.0", | ||
"@capacitor/core": "^6.0.0", | ||
"@capacitor/android": "next", | ||
"@capacitor/core": "next", | ||
"@capacitor/docgen": "0.2.2", | ||
"@capacitor/ios": "^6.0.0", | ||
"@capacitor/ios": "next", | ||
"@ionic/eslint-config": "^0.4.0", | ||
@@ -63,4 +63,4 @@ "@ionic/prettier-config": "~1.0.1", | ||
"prettier-plugin-java": "~1.0.2", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^2.29.0", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.26.0", | ||
"swiftlint": "^1.0.1", | ||
@@ -70,3 +70,3 @@ "typescript": "~4.1.5" | ||
"peerDependencies": { | ||
"@capacitor/core": "^6.0.0" | ||
"@capacitor/core": "next" | ||
}, | ||
@@ -89,3 +89,3 @@ "prettier": "@ionic/prettier-config", | ||
}, | ||
"gitHead": "6e94aa5bf785e957d0cfac83b62b5355bcf7d1ed" | ||
"gitHead": "2158e6aa205a584a258c34f606e694fdf31cdcc0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
64612
382
2