@credify/credify-js
Advanced tools
Comparing version 1.0.14 to 1.0.15
export declare let API_KEY: string; | ||
export declare let APP_HOST: string; | ||
export declare let APP_OIDC_HOST: string; | ||
export declare const configure: (apiKey: string, mode?: string) => void; | ||
export interface Config { | ||
apiKey: string; | ||
mode?: "production" | "sandbox" | "development" | "local"; | ||
appHost?: string; | ||
oidcHost?: string; | ||
} | ||
export declare const configure: (config: Config) => void; |
{ | ||
"name": "@credify/credify-js", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Credify JS Library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
924531
8406