@capacitor/app-launcher
Advanced tools
Comparing version 7.0.0-nightly-20241122T150516.0 to 7.0.0-nightly-20241125T150530.0
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var core = require('@capacitor/core'); | ||
@@ -6,0 +4,0 @@ |
@@ -25,4 +25,2 @@ var capacitorAppLauncher = (function (exports, core) { | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
return exports; | ||
@@ -29,0 +27,0 @@ |
{ | ||
"name": "@capacitor/app-launcher", | ||
"version": "7.0.0-nightly-20241122T150516.0", | ||
"version": "7.0.0-nightly-20241125T150530.0", | ||
"description": "The AppLauncher API allows to open other apps", | ||
@@ -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 CapacitorAppLauncher -sdk iphonesimulator17.0 -destination 'OS=17.0,name=iPhone 15'", | ||
"verify:ios": "xcodebuild build -scheme CapacitorAppLauncher -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 AppLauncherPlugin --output-readme README.md --output-json dist/docs.json", | ||
"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", | ||
@@ -63,3 +63,3 @@ "watch": "tsc --watch", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.32.0", | ||
"rollup": "^4.26.0", | ||
"swiftlint": "^1.0.1", | ||
@@ -87,3 +87,3 @@ "typescript": "~4.1.5" | ||
}, | ||
"gitHead": "8449b188496d710699bc6f5bc031a28f44e29fbe" | ||
"gitHead": "b7140a0de0f65e8b65358db3ba7db155fe9a906b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28788
296