@8base/api-token-auth-client
Advanced tools
Comparing version 0.27.1 to 0.28.0
@@ -11,2 +11,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const utils_1 = require("@8base/utils"); | ||
/** | ||
@@ -29,3 +30,3 @@ * Create instacne of the api token auth client | ||
if (!apiToken) { | ||
throw new Error('apiToken is required'); | ||
throw new utils_1.SDKError(utils_1.ERROR_CODES.MISSING_PARAMETER, utils_1.PACKAGES.API_TOKEN_AUTH_CLIENT, 'apiToken is required'); | ||
} | ||
@@ -32,0 +33,0 @@ this.apiToken = apiToken; |
{ | ||
"name": "@8base/api-token-auth-client", | ||
"version": "0.27.1", | ||
"version": "0.28.0", | ||
"author": "8base", | ||
@@ -17,3 +17,3 @@ "repository": "https://github.com/8base/sdk", | ||
"dependencies": { | ||
"@8base/utils": "^0.27.1" | ||
"@8base/utils": "^0.28.0" | ||
}, | ||
@@ -20,0 +20,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
7042
77
+ Added@8base/utils@0.28.5(transitive)
- Removed@8base/utils@0.27.1(transitive)
Updated@8base/utils@^0.28.0