@expo/config-types
Advanced tools
Comparing version 50.0.0 to 50.0.1
@@ -404,2 +404,19 @@ /** | ||
/** | ||
* Configuration to add to your app's native *.xcprivacy file. [Learn more](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files). | ||
*/ | ||
privacyManifests?: { | ||
NSPrivacyAccessedAPITypes?: { | ||
NSPrivacyAccessedAPIType: string; | ||
NSPrivacyAccessedAPITypeReasons: string[]; | ||
}[]; | ||
NSPrivacyTrackingDomains?: string[]; | ||
NSPrivacyTracking?: boolean; | ||
NSPrivacyCollectedDataTypes?: { | ||
NSPrivacyCollectedDataType: string; | ||
NSPrivacyCollectedDataTypeLinked: boolean; | ||
NSPrivacyCollectedDataTypeTracking: boolean; | ||
NSPrivacyCollectedDataTypePurposes: string[]; | ||
}[]; | ||
}; | ||
/** | ||
* An array that contains Associated Domains for the standalone app. [Learn more](https://developer.apple.com/documentation/safariservices/supporting_associated_domains). | ||
@@ -406,0 +423,0 @@ */ |
{ | ||
"name": "@expo/config-types", | ||
"version": "50.0.0", | ||
"version": "50.0.1", | ||
"description": "Types for the Expo config object app.config.ts", | ||
@@ -47,3 +47,3 @@ "types": "build/ExpoConfig.d.ts", | ||
}, | ||
"gitHead": "2763e9cc6f2317b40da73382fe2595f8deebff46" | ||
"gitHead": "88a8226609b870c0635c39da43ac8306c4dc7031" | ||
} |
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
47616
897
105
10
14
1
54