@vendure/common
Advanced tools
Comparing version 0.1.2-beta.11 to 0.1.2-beta.12
@@ -1461,2 +1461,3 @@ export declare type Maybe<T> = T | null; | ||
description: Scalars['String']; | ||
metadata?: Maybe<Scalars['JSON']>; | ||
}; | ||
@@ -1463,0 +1464,0 @@ export declare type SinglePrice = { |
@@ -12,3 +12,4 @@ export declare const API_PORT = 3000; | ||
export declare const ROOT_COLLECTION_NAME = "__root_collection__"; | ||
export declare const DEFAULT_AUTH_TOKEN_HEADER_KEY = "vendure-auth-token"; | ||
export declare type CREATING_VENDURE_APP = 'CREATING_VENDURE_APP'; | ||
export declare const CREATING_VENDURE_APP: CREATING_VENDURE_APP; |
@@ -14,3 +14,4 @@ "use strict"; | ||
exports.ROOT_COLLECTION_NAME = '__root_collection__'; | ||
exports.DEFAULT_AUTH_TOKEN_HEADER_KEY = 'vendure-auth-token'; | ||
exports.CREATING_VENDURE_APP = 'CREATING_VENDURE_APP'; | ||
//# sourceMappingURL=shared-constants.js.map |
@@ -22,2 +22,4 @@ export declare type DeepPartial<T> = { | ||
adminApiPath: string; | ||
tokenMethod: 'cookie' | 'bearer'; | ||
authTokenHeaderKey: string; | ||
} |
{ | ||
"name": "@vendure/common", | ||
"version": "0.1.2-beta.11", | ||
"version": "0.1.2-beta.12", | ||
"main": "index.js", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "236882c3469436a5ce41ee43cc3f12e1a3ba0816" | ||
"gitHead": "eb587f515df48f547767b3a00d9481e2d0ec3f6e" | ||
} |
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 not supported yet
179817
5146