@ntegral/lulu
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -0,5 +1,6 @@ | ||
export declare type LuluConfigEnvironment = 'development' | 'production'; | ||
export interface LuluConfigOptions { | ||
client_key: string; | ||
client_secret: string; | ||
environment: 'development' | 'production'; | ||
environment: LuluConfigEnvironment; | ||
} |
@@ -0,1 +1,2 @@ | ||
export type LuluConfigEnvironment = 'development' | 'production'; | ||
@@ -5,3 +6,3 @@ export interface LuluConfigOptions { | ||
client_secret: string; | ||
environment: 'development' | 'production'; | ||
environment:LuluConfigEnvironment; | ||
} |
@@ -10,3 +10,3 @@ { | ||
"name": "@ntegral/lulu", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Lulu Print API Client", | ||
@@ -13,0 +13,0 @@ "main": "./dist/index.js", |
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
46167
1215