@shopify/app-bridge
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.7.3"></a> | ||
## [0.7.3](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.7.2...@shopify/app-bridge@0.7.3) (2018-10-15) | ||
### Bug Fixes | ||
* add additional config app config data ([6949603](https://github.com/Shopify/app-bridge/commit/6949603)) | ||
<a name="0.7.2"></a> | ||
@@ -8,0 +19,0 @@ ## [0.7.2](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.7.1...@shopify/app-bridge@0.7.2) (2018-10-15) |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* Configuration provided by an API Client. | ||
* Configuration provided by an app. | ||
*/ | ||
@@ -23,10 +23,12 @@ export interface AppConfig { | ||
/** | ||
* Configuration for an API Client. | ||
* Configuration for an app. | ||
*/ | ||
export interface ApiClientConfig extends AppConfig { | ||
apiKey: string; | ||
export interface PrivilegedAppConfig extends AppConfig { | ||
apiClientId: string; | ||
appId: string; | ||
name: string; | ||
shopId: string; | ||
url: string; | ||
apiClientId: string; | ||
} | ||
export declare type ApiClientConfig = PrivilegedAppConfig; | ||
/** | ||
@@ -33,0 +35,0 @@ * Interface for interacting with a loaded application. An application may have |
{ | ||
"name": "@shopify/app-bridge", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"types": "index.d.ts", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1768976
2504