@capacitor-community/admob
Advanced tools
Comparing version 6.1.0 to 6.2.0-0
{ | ||
"name": "@capacitor-community/admob", | ||
"version": "6.1.0", | ||
"version": "6.2.0-0", | ||
"description": "A native plugin for AdMob", | ||
@@ -30,3 +30,3 @@ "main": "dist/plugin.cjs.js", | ||
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web", | ||
"verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -sdk iphoneos && cd ..", | ||
"verify:ios": "xcodebuild -scheme CapacitorCommunityAdmob -destination generic/platform=iOS", | ||
"verify:android": "cd android && ./gradlew clean build test && cd ..", | ||
@@ -44,3 +44,4 @@ "verify:web": "npm run build", | ||
"prepublishOnly": "npm run build", | ||
"release": "np --no-tests" | ||
"release": "np --no-tests", | ||
"prepare": "husky" | ||
}, | ||
@@ -55,6 +56,6 @@ "devDependencies": { | ||
"@ionic/prettier-config": "^1.0.1", | ||
"@ionic/swiftlint-config": "^1.1.2", | ||
"@ionic/swiftlint-config": "^2.0.0", | ||
"eslint": "^7.11.0", | ||
"husky": "^4.3.8", | ||
"lint-staged": "^11.0.0", | ||
"husky": "^9.1.7", | ||
"lint-staged": "^15.2.10", | ||
"np": "^8.0.4", | ||
@@ -66,3 +67,3 @@ "pre-commit": "^1.2.2", | ||
"rollup": "^2.32.0", | ||
"swiftlint": "^1.0.1", | ||
"swiftlint": "^2.0.0", | ||
"typescript": "~4.1.5" | ||
@@ -73,7 +74,2 @@ }, | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
@@ -87,9 +83,6 @@ "*.{ts}": [ | ||
"git add" | ||
], | ||
"*.swift": [ | ||
"npm run swiftlint -- --fix --format", | ||
"git add" | ||
] | ||
}, | ||
"prettier": "@ionic/prettier-config", | ||
"swiftlint": "@ionic/swiftlint-config", | ||
"eslintConfig": { | ||
@@ -96,0 +89,0 @@ "extends": "@ionic/eslint-config/recommended" |
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
335531
145
2