@expo/config-types
Advanced tools
Comparing version 51.0.0-canary-20240328-24ecc5e to 51.0.0-canary-20240404-e2b8743
@@ -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": "51.0.0-canary-20240328-24ecc5e", | ||
"version": "51.0.0-canary-20240404-e2b8743", | ||
"description": "Types for the Expo config object app.config.ts", | ||
@@ -40,3 +40,3 @@ "types": "build/ExpoConfig.d.ts", | ||
"devDependencies": { | ||
"expo-module-scripts": "0.0.1-canary-20240328-24ecc5e", | ||
"expo-module-scripts": "0.0.1-canary-20240404-e2b8743", | ||
"json-schema-to-typescript": "^10.0.0", | ||
@@ -48,3 +48,3 @@ "ts-node": "^10.9.1" | ||
}, | ||
"gitHead": "24ecc5e1b36bf606ad1babdc759694d9216e0842" | ||
"gitHead": "e2b87432e666e178e20f9087714e44ef233d66c4" | ||
} |
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
47663
897