@cap-kit/settings 8.0.0 → 8.0.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cap-kit/settings",
3
- "version": "8.0.0",
3
+ "version": "8.0.2",
4
4
  "description": "Capacitor plugin to open app and system settings on iOS and Android.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -54,11 +54,11 @@
54
54
  "@eslint/js": "^9.39.2",
55
55
  "eslint": "^9.39.2",
56
56
  "eslint-plugin-import": "^2.32.0",
57
- "globals": "^17.2.0",
57
+ "globals": "^17.3.0",
58
58
  "prettier": "^3.8.1",
59
59
  "prettier-plugin-java": "^2.8.1",
60
60
  "rimraf": "^6.1.2",
61
- "rollup": "^4.57.0",
61
+ "rollup": "^4.57.1",
62
62
  "swiftlint": "^2.0.0",
63
63
  "typescript": "^5.9.3",
64
64
  "typescript-eslint": "^8.54.0"
@@ -77,7 +77,7 @@
77
77
  "scripts": {
78
78
  "verify": "pnpm run verify:ios && pnpm run verify:android && pnpm run verify:web",
79
79
  "verify:ios": "node ./scripts/sync-version.js && xcodebuild -scheme CapKitSettings -destination generic/platform=iOS",
80
- "verify:android": "cd android && ./gradlew clean build test && cd ..",
80
+ "verify:android": "cd android && ./gradlew clean build && cd ..",
81
81
  "verify:web": "pnpm run build",
82
82
  "lint:android": "cd android && ./gradlew ktlintCheck",
83
83
  "fmt:android": "cd android && ./gradlew ktlintFormat",