@capacitor/dialog
Advanced tools
Comparing version 7.0.0-nightly-20250110T150505.0 to 7.0.0-nightly-20250113T150525.0
{ | ||
"name": "@capacitor/dialog", | ||
"version": "7.0.0-nightly-20250110T150505.0", | ||
"version": "7.0.0-nightly-20250113T150525.0", | ||
"description": "The Dialog API provides methods for triggering native dialog windows for alerts, confirmations, and input prompts", | ||
@@ -66,3 +66,3 @@ "main": "dist/plugin.cjs.js", | ||
"peerDependencies": { | ||
"@capacitor/core": "next" | ||
"@capacitor/core": ">=7.0.0-rc.0" | ||
}, | ||
@@ -85,3 +85,3 @@ "prettier": "@ionic/prettier-config", | ||
}, | ||
"gitHead": "3e646062ab34351714080618ec5a3a44c4beab46" | ||
"gitHead": "641ba4ed9697363b5bd46dc5d6e83359820411da" | ||
} |
50217