@expo/config-plugins
Advanced tools
Comparing version 8.0.9-canary-20240814-ce0f7d5 to 8.1.0-canary-20240904-69100c1
@@ -5,2 +5,3 @@ import * as Bitcode from './Bitcode'; | ||
import * as BundleIdentifier from './BundleIdentifier'; | ||
import * as DevelopmentTeam from './DevelopmentTeam'; | ||
import * as DeviceFamily from './DeviceFamily'; | ||
@@ -28,2 +29,2 @@ import * as Entitlements from './Entitlements'; | ||
export { InfoPlist, ExpoPlist, Entitlements, Paths, Permissions, XcodeUtils }; | ||
export { Bitcode, BundleIdentifier, BuildProperties, BuildScheme, DeviceFamily, Google, Maps, Locales, Name, Orientation, ProvisioningProfile, RequiresFullScreen, Scheme, Swift, Target, Updates, UsesNonExemptEncryption, Version, XcodeProjectFile, PrivacyInfo, }; | ||
export { Bitcode, BundleIdentifier, BuildProperties, BuildScheme, DevelopmentTeam, DeviceFamily, Google, Maps, Locales, Name, Orientation, ProvisioningProfile, RequiresFullScreen, Scheme, Swift, Target, Updates, UsesNonExemptEncryption, Version, XcodeProjectFile, PrivacyInfo, }; |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.Entitlements = exports.DeviceFamily = exports.BundleIdentifier = exports.BuildScheme = exports.BuildProperties = exports.Bitcode = void 0; | ||
exports.Entitlements = exports.DeviceFamily = exports.DevelopmentTeam = exports.BundleIdentifier = exports.BuildScheme = exports.BuildProperties = exports.Bitcode = void 0; | ||
Object.defineProperty(exports, "ExpoPlist", { | ||
@@ -74,2 +74,15 @@ enumerable: true, | ||
}); | ||
function DevelopmentTeam() { | ||
const data = _interopRequireWildcard(require("./DevelopmentTeam")); | ||
DevelopmentTeam = function () { | ||
return data; | ||
}; | ||
return data; | ||
} | ||
Object.defineProperty(exports, "DevelopmentTeam", { | ||
enumerable: true, | ||
get: function () { | ||
return DevelopmentTeam(); | ||
} | ||
}); | ||
function DeviceFamily() { | ||
@@ -76,0 +89,0 @@ const data = _interopRequireWildcard(require("./DeviceFamily")); |
{ | ||
"name": "@expo/config-plugins", | ||
"version": "8.0.9-canary-20240814-ce0f7d5", | ||
"version": "8.1.0-canary-20240904-69100c1", | ||
"description": "A library for Expo config plugins", | ||
@@ -36,5 +36,5 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@expo/config-types": "52.0.0-canary-20240814-ce0f7d5", | ||
"@expo/json-file": "8.3.4-canary-20240814-ce0f7d5", | ||
"@expo/plist": "0.1.4-canary-20240814-ce0f7d5", | ||
"@expo/config-types": "52.0.0-canary-20240904-69100c1", | ||
"@expo/json-file": "8.3.4-canary-20240904-69100c1", | ||
"@expo/plist": "0.1.4-canary-20240904-69100c1", | ||
"@expo/sdk-runtime-versions": "^1.0.0", | ||
@@ -57,3 +57,3 @@ "chalk": "^4.1.2", | ||
"@types/xml2js": "~0.4.11", | ||
"expo-module-scripts": "3.6.0-canary-20240814-ce0f7d5" | ||
"expo-module-scripts": "3.6.0-canary-20240904-69100c1" | ||
}, | ||
@@ -63,3 +63,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "ce0f7d5c7eaec2c8d06ee4e0dc0e58cd6c1612ed" | ||
"gitHead": "69100c1b099b707057c052ed8096e06cb208aca1" | ||
} |
Sorry, the diff of this file is not supported yet
1118528
261
13081
7
+ Added@expo/config-types@52.0.0-canary-20240904-69100c1(transitive)
+ Added@expo/json-file@8.3.4-canary-20240904-69100c1(transitive)
+ Added@expo/plist@0.1.4-canary-20240904-69100c1(transitive)
- Removed@expo/config-types@52.0.0-canary-20240814-ce0f7d5(transitive)
- Removed@expo/json-file@8.3.4-canary-20240814-ce0f7d5(transitive)
- Removed@expo/plist@0.1.4-canary-20240814-ce0f7d5(transitive)