@capacitor/screen-reader 7.0.0-dev-2141-20241113T101015.0 → 7.0.0-dev-2245-20241113T161619.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@capacitor/screen-reader",
|
3
|
-
"version": "7.0.0-dev-
|
3
|
+
"version": "7.0.0-dev-2245-20241113T161619.0",
|
4
4
|
"description": "The Screen Reader API provides access to TalkBack/VoiceOver/etc. and provides simple text-to-speech capabilities for visual accessibility.",
|
5
5
|
"main": "dist/plugin.cjs.js",
|
6
6
|
"module": "dist/esm/index.js",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
],
|
32
32
|
"scripts": {
|
33
33
|
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
|
34
|
-
"verify:ios": "xcodebuild build -scheme CapacitorScreenReader -sdk
|
34
|
+
"verify:ios": "xcodebuild build -scheme CapacitorScreenReader -sdk iphonesimulator18.0 -destination 'OS=18.0,name=iPhone 16'",
|
35
35
|
"verify:android": "cd android && ./gradlew clean build test && cd ..",
|
36
36
|
"verify:web": "npm run build",
|
37
37
|
"lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"eslint": "^8.57.0",
|
58
58
|
"prettier": "~2.3.0",
|
59
59
|
"prettier-plugin-java": "~1.0.2",
|
60
|
-
"rimraf": "^
|
60
|
+
"rimraf": "^3.0.0",
|
61
61
|
"rollup": "^2.29.0",
|
62
62
|
"swiftlint": "^1.0.1",
|
63
63
|
"typescript": "~4.1.5"
|