@capacitor/dialog
Advanced tools
Comparing version 7.0.0-dev-2141-20241113T101013.0 to 7.0.0-dev-2141-20241125T084554.0
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var core = require('@capacitor/core'); | ||
@@ -6,0 +4,0 @@ |
@@ -34,4 +34,2 @@ var capacitorDialog = (function (exports, core) { | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
return exports; | ||
@@ -38,0 +36,0 @@ |
{ | ||
"name": "@capacitor/dialog", | ||
"version": "7.0.0-dev-2141-20241113T101013.0", | ||
"version": "7.0.0-dev-2141-20241125T084554.0", | ||
"description": "The Dialog API provides methods for triggering native dialog windows for alerts, confirmations, and input prompts", | ||
@@ -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 CapacitorDialog -sdk iphonesimulator17.0 -destination 'OS=17.0,name=iPhone 15'", | ||
"verify:ios": "xcodebuild build -scheme CapacitorDialog -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 DialogPlugin --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": "^6.0.1", | ||
"rollup": "^2.29.0", | ||
"rollup": "^4.26.0", | ||
"swiftlint": "^1.0.1", | ||
@@ -66,0 +66,0 @@ "typescript": "~4.1.5" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50153
571