@expo/config
Advanced tools
Comparing version 8.2.1 to 8.3.0
@@ -86,22 +86,2 @@ import { ModConfig } from '@expo/config-plugins'; | ||
}; | ||
export type ExpoClientConfig = ExpoConfig & { | ||
id?: string; | ||
releaseId?: string; | ||
revisionId?: string; | ||
bundleUrl?: string; | ||
hostUri?: string; | ||
publishedTime?: string; | ||
}; | ||
export type ExpoAppManifest = ExpoClientConfig & EASConfig & Partial<ExpoGoConfig> & { | ||
sdkVersion: string; | ||
bundledAssets?: string[]; | ||
isKernel?: boolean; | ||
kernel?: { | ||
androidManifestPath?: string; | ||
iosManifestPath?: string; | ||
}; | ||
assetUrlOverride?: string; | ||
commitTime?: string; | ||
env?: Record<string, any>; | ||
}; | ||
export interface ExpoUpdatesManifestAsset { | ||
@@ -123,3 +103,8 @@ url: string; | ||
extra: ClientScopingConfig & { | ||
expoClient?: ExpoClientConfig; | ||
expoClient?: ExpoConfig & { | ||
/** | ||
* Only present during development using @expo/cli. | ||
*/ | ||
hostUri?: string; | ||
}; | ||
expoGo?: ExpoGoConfig; | ||
@@ -126,0 +111,0 @@ eas?: EASConfig; |
@@ -34,5 +34,5 @@ "use strict"; | ||
} | ||
function _Config() { | ||
const data = require("../Config"); | ||
_Config = function () { | ||
function _extensions() { | ||
const data = require("./extensions"); | ||
_extensions = function () { | ||
return data; | ||
@@ -42,5 +42,5 @@ }; | ||
} | ||
function _extensions() { | ||
const data = require("./extensions"); | ||
_extensions = function () { | ||
function _Config() { | ||
const data = require("../Config"); | ||
_Config = function () { | ||
return data; | ||
@@ -47,0 +47,0 @@ }; |
{ | ||
"name": "@expo/config", | ||
"version": "8.2.1", | ||
"version": "8.3.0", | ||
"description": "A library for interacting with the app.json", | ||
@@ -36,4 +36,4 @@ "main": "build/index.js", | ||
"@babel/code-frame": "~7.10.4", | ||
"@expo/config-plugins": "~7.3.0", | ||
"@expo/config-types": "^49.0.0-alpha.1", | ||
"@expo/config-plugins": "~7.4.0", | ||
"@expo/config-types": "^50.0.0-alpha.1", | ||
"@expo/json-file": "^8.2.37", | ||
@@ -54,3 +54,3 @@ "getenv": "^1.0.0", | ||
}, | ||
"gitHead": "2240630a92eb79a4e4bf73e1439916c394876478" | ||
"gitHead": "79607a7325f47aa17c36d266100d09a4ff2cc544" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
150919
1805
+ Added@expo/config-plugins@7.4.0(transitive)
+ Added@expo/config-types@50.0.1(transitive)
- Removed@expo/config-plugins@7.3.1(transitive)
- Removed@expo/config-types@49.0.0(transitive)
Updated@expo/config-plugins@~7.4.0