@capacitor/screen-reader
Advanced tools
Comparing version 6.0.3 to 7.0.0-alpha.1
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var core = require('@capacitor/core'); | ||
@@ -6,0 +4,0 @@ |
@@ -31,4 +31,2 @@ var capacitorScreenReader = (function (exports, core) { | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
return exports; | ||
@@ -35,0 +33,0 @@ |
{ | ||
"name": "@capacitor/screen-reader", | ||
"version": "6.0.3", | ||
"version": "7.0.0-alpha.1", | ||
"description": "The Screen Reader API provides access to TalkBack/VoiceOver/etc. and provides simple text-to-speech capabilities for visual accessibility.", | ||
@@ -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 CapacitorScreenReader -sdk iphonesimulator17.0 -destination 'OS=17.0,name=iPhone 15'", | ||
"verify:ios": "xcodebuild build -scheme CapacitorScreenReader -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 ScreenReaderPlugin --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", | ||
@@ -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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
37259
352
2