@capacitor/dialog
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "@capacitor/dialog", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "The Dialog API provides methods for triggering native dialog windows for alerts, confirmations, and input prompts", | ||
@@ -33,3 +33,3 @@ "main": "dist/plugin.js", | ||
"docgen": "docgen --api DialogPlugin --output-readme README.md --output-json dist/docs.json", | ||
"build": "npm run clean && tsc && rollup -c rollup.config.js", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js", | ||
"clean": "rimraf ./dist", | ||
@@ -42,3 +42,3 @@ "watch": "tsc --watch", | ||
"@capacitor/core": "^3.0.0-alpha.5", | ||
"@capacitor/docgen": "^0.0.5", | ||
"@capacitor/docgen": "^0.0.6", | ||
"@capacitor/ios": "^3.0.0-alpha.5", | ||
@@ -76,3 +76,3 @@ "@ionic/eslint-config": "^0.3.0", | ||
}, | ||
"gitHead": "eaee5bc8694bd2fbd8f6ad937e48b11c788f39a5" | ||
"gitHead": "e2856f5d9d77b26a16ebe2a5e5708832a7ff063b" | ||
} |
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
150665
52
772