capacitor-app-tracking-transparency
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "capacitor-app-tracking-transparency", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Capacitor plugin to request user authorization to access app-related data for tracking the user or the device. iOS only.", | ||
@@ -14,10 +14,10 @@ "main": "dist/plugin.cjs.js", | ||
], | ||
"author": "rediska1114 (rediska1114@gmail.com)", | ||
"author": "rediska1114 <rediska1114@gmail.com>", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/rediska1114/capacitor-app-tracking-transparency.git.git" | ||
"url": "git+https://github.com/rediska1114/capacitor-app-tracking-transparency.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/rediska1114/capacitor-app-tracking-transparency.git/issues" | ||
"url": "https://github.com/rediska1114/capacitor-app-tracking-transparency/issues" | ||
}, | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"verify": "npm run verify:ios && npm run verify:web", | ||
"verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", | ||
"verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -destination generic/platform=iOS && cd ..", | ||
"verify:web": "npm run build", | ||
@@ -45,5 +45,6 @@ "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", | ||
"devDependencies": { | ||
"@capacitor/core": "^3.0.0", | ||
"@capacitor/docgen": "^0.0.18", | ||
"@capacitor/ios": "^3.0.0", | ||
"@capacitor/cli": "5.0.5", | ||
"@capacitor/core": "5.0.5", | ||
"@capacitor/docgen": "0.2.1", | ||
"@capacitor/ios": "5.0.5", | ||
"@ionic/eslint-config": "^0.3.0", | ||
@@ -53,11 +54,11 @@ "@ionic/prettier-config": "^1.0.1", | ||
"eslint": "^7.11.0", | ||
"prettier": "~2.2.0", | ||
"prettier-plugin-java": "~1.0.0", | ||
"prettier": "~2.3.0", | ||
"prettier-plugin-java": "~1.0.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.32.0", | ||
"swiftlint": "^1.0.1", | ||
"typescript": "~4.0.3" | ||
"typescript": "~4.1.5" | ||
}, | ||
"peerDependencies": { | ||
"@capacitor/core": "^3.0.0" | ||
"@capacitor/core": "^5.0.0" | ||
}, | ||
@@ -64,0 +65,0 @@ "prettier": "@ionic/prettier-config", |
@@ -10,2 +10,9 @@ # Capacitor App Tracking Transparency plugin | ||
0. Do not forget to add `NSUserTrackingUsageDescription` to your `Info.plist` file | ||
```xml | ||
<key>NSUserTrackingUsageDescription</key> | ||
<string>YOUR DESCRIPTION</string> | ||
``` | ||
1. In your module (e.g. `app.module.ts`) | ||
@@ -48,2 +55,6 @@ | ||
## BREAKING CHANGES in 3.x.x version | ||
- Add support for Capacitor 5 and remove compatibility with Capacitor 3 | ||
## BREAKING CHANGES in 2.x.x version | ||
@@ -50,0 +61,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
16705
0
64
0
14