@mcma/client
Advanced tools
Comparing version 0.16.22 to 1.0.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.accessTokenAuth = void 0; | ||
exports.accessTokenAuth = accessTokenAuth; | ||
const access_token_authenticator_1 = require("./access-token-authenticator"); | ||
@@ -11,2 +11,1 @@ function accessTokenAuth(tokenProvider, authType, authContext) { | ||
} | ||
exports.accessTokenAuth = accessTokenAuth; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getApiKeySecretId = void 0; | ||
exports.getApiKeySecretId = getApiKeySecretId; | ||
const core_1 = require("@mcma/core"); | ||
@@ -8,2 +8,1 @@ function getApiKeySecretId(configVariables = core_1.ConfigVariables.getInstance()) { | ||
} | ||
exports.getApiKeySecretId = getApiKeySecretId; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.mcmaApiKeyAuth = void 0; | ||
exports.mcmaApiKeyAuth = mcmaApiKeyAuth; | ||
const mcma_api_key_authenticator_1 = require("./mcma-api-key-authenticator"); | ||
@@ -11,2 +11,1 @@ function mcmaApiKeyAuth(config) { | ||
} | ||
exports.mcmaApiKeyAuth = mcmaApiKeyAuth; |
@@ -63,3 +63,5 @@ "use strict"; | ||
config.method = method; | ||
config.baseURL = this.config?.axiosConfig?.baseURL; | ||
if (!config.baseURL && this.config?.axiosConfig?.baseURL) { | ||
config.baseURL = this.config?.axiosConfig?.baseURL; | ||
} | ||
config.url = url; | ||
@@ -66,0 +68,0 @@ config.data = body; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getResourceManagerConfig = void 0; | ||
exports.getResourceManagerConfig = getResourceManagerConfig; | ||
const core_1 = require("@mcma/core"); | ||
@@ -11,2 +11,1 @@ function getResourceManagerConfig(configVariables = core_1.ConfigVariables.getInstance()) { | ||
} | ||
exports.getResourceManagerConfig = getResourceManagerConfig; |
{ | ||
"name": "@mcma/client", | ||
"version": "0.16.22", | ||
"version": "1.0.0", | ||
"description": "Node module with classes and functions used to access services in an MCMA environment", | ||
@@ -32,14 +32,14 @@ "engines": { | ||
"dependencies": { | ||
"axios": "^1.7.2" | ||
"axios": "^1.7.9" | ||
}, | ||
"peerDependencies": { | ||
"@mcma/core": "0.16.22", | ||
"@mcma/secrets": "0.16.22" | ||
"@mcma/core": "1.0.0", | ||
"@mcma/secrets": "1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@mcma/core": "0.16.22", | ||
"@mcma/secrets": "0.16.22", | ||
"@types/node": "^18.19.34", | ||
"jasmine": "^5.1.0" | ||
"@mcma/core": "1.0.0", | ||
"@mcma/secrets": "1.0.0", | ||
"@types/node": "^22.10.1", | ||
"jasmine": "^5.5.0" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
44758
1007
+ Added@mcma/core@1.0.0(transitive)
+ Added@mcma/secrets@1.0.0(transitive)
+ Addeduuid@11.0.4(transitive)
- Removed@mcma/core@0.16.22(transitive)
- Removed@mcma/secrets@0.16.22(transitive)
- Removeduuid@9.0.1(transitive)
Updatedaxios@^1.7.9