@capacitor/screen-orientation
Advanced tools
Comparing version 7.0.0-dev-2246-20241122T183153.0 to 7.0.0-dev-2265-20241126T153951.0
{ | ||
"name": "@capacitor/screen-orientation", | ||
"version": "7.0.0-dev-2246-20241122T183153.0", | ||
"version": "7.0.0-dev-2265-20241126T153951.0", | ||
"description": "The Screen Orientation API provides methods to lock and unlock the screen orientation.", | ||
@@ -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 CapacitorScreenOrientation -sdk iphonesimulator17.0 -destination 'OS=17.0,name=iPhone 15'", | ||
"verify:ios": "xcodebuild build -scheme CapacitorScreenOrientation -destination generic/platform=iOS", | ||
"verify:android": "cd android && ./gradlew clean build test && cd ..", | ||
@@ -61,3 +61,3 @@ "verify:web": "npm run build", | ||
"prettier-plugin-java": "~1.0.2", | ||
"rimraf": "^3.0.0", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.26.0", | ||
@@ -64,0 +64,0 @@ "swiftlint": "^1.0.1", |
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
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
50854