@or-sdk/base
Advanced tools
Comparing version 0.38.2 to 0.38.3-beta.2893.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.parseAxiosErrorMessage = void 0; | ||
exports.parseAxiosErrorMessage = parseAxiosErrorMessage; | ||
function parseAxiosErrorMessage(e) { | ||
@@ -21,3 +21,2 @@ var _a, _b, _c; | ||
} | ||
exports.parseAxiosErrorMessage = parseAxiosErrorMessage; | ||
//# sourceMappingURL=parseAxiosErrorMessage.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.joinPath = exports.getServiceUrlWithRoute = void 0; | ||
exports.getServiceUrlWithRoute = getServiceUrlWithRoute; | ||
exports.joinPath = joinPath; | ||
function assertPath(path) { | ||
@@ -14,3 +15,2 @@ if (typeof path !== 'string') { | ||
} | ||
exports.getServiceUrlWithRoute = getServiceUrlWithRoute; | ||
function joinPath() { | ||
@@ -30,3 +30,2 @@ var paths = []; | ||
} | ||
exports.joinPath = joinPath; | ||
//# sourceMappingURL=url.js.map |
@@ -1,3 +0,1 @@ | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { AxiosResponse, InternalAxiosRequestConfig, Method } from 'axios'; | ||
@@ -4,0 +2,0 @@ import * as http from 'http'; |
{ | ||
"name": "@or-sdk/base", | ||
"version": "0.38.2", | ||
"version": "0.38.3-beta.2893.0", | ||
"license": "Apache-2.0", | ||
@@ -31,3 +31,3 @@ "main": "dist/cjs/index.js", | ||
"concurrently": "8.2.2", | ||
"typescript": "5.4.4", | ||
"typescript": "5.5.4", | ||
"vitest": "^0.31.1" | ||
@@ -37,4 +37,3 @@ }, | ||
"access": "public" | ||
}, | ||
"gitHead": "c565da89b7b4412e6cbdc615929d47f3fee7fd59" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
171831
2601