@ntegral/nestjs-lulu
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -11,4 +11,4 @@ import { Test, TestingModule } from '@nestjs/testing'; | ||
let config: LuluConfigOptions = { | ||
client_key: '5ec56f60-3df5-484a-86a4-5fff05f724bb', | ||
client_secret: 'b1050b59-61e6-4053-9731-669cd1173553', | ||
client_key: '---lulu client key ---', | ||
client_secret: '---lulu client secret ---', | ||
environment: 'development' | ||
@@ -15,0 +15,0 @@ }; |
@@ -11,4 +11,4 @@ import { Test } from '@nestjs/testing'; | ||
let config: LuluConfigOptions = { | ||
client_key: '5ec56f60-3df5-484a-86a4-5fff05f724bb', | ||
client_secret: 'b1050b59-61e6-4053-9731-669cd1173553', | ||
client_key: '---lulu client key ---', | ||
client_secret: '---lulu client secret ---', | ||
environment: 'development' | ||
@@ -15,0 +15,0 @@ }; |
@@ -10,3 +10,3 @@ { | ||
"name": "@ntegral/nestjs-lulu", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Provides an injectable lulu api client to provide features to the Lulu API", | ||
@@ -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
129451