@capacitor/screen-reader
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@1.0.0...@capacitor/screen-reader@1.0.1) (2021-06-09) | ||
**Note:** Version bump only for package @capacitor/screen-reader | ||
# [1.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.3.10...@capacitor/screen-reader@1.0.0) (2021-05-19) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@capacitor/screen-reader", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "The Screen Reader API provides access to TalkBack/VoiceOver/etc. and provides simple text-to-speech capabilities for visual accessibility.", | ||
@@ -47,6 +47,6 @@ "main": "dist/plugin.cjs.js", | ||
"devDependencies": { | ||
"@capacitor/android": "3.0.0", | ||
"@capacitor/core": "3.0.0", | ||
"@capacitor/android": "^3.0.0", | ||
"@capacitor/core": "^3.0.0", | ||
"@capacitor/docgen": "0.0.16", | ||
"@capacitor/ios": "3.0.0", | ||
"@capacitor/ios": "^3.0.0", | ||
"@ionic/eslint-config": "^0.3.0", | ||
@@ -64,3 +64,3 @@ "@ionic/prettier-config": "~1.0.1", | ||
"peerDependencies": { | ||
"@capacitor/core": "3.0.0" | ||
"@capacitor/core": "^3.0.0" | ||
}, | ||
@@ -83,3 +83,3 @@ "prettier": "@ionic/prettier-config", | ||
}, | ||
"gitHead": "d264b9e6547d97e86258e067bd37254311d9f1a5" | ||
"gitHead": "4307cd7af743bd3ae1942d892982542b0ccd8599" | ||
} |
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
39107