@sap-cloud-sdk/util
Advanced tools
Comparing version 1.21.3-fe563ba7.2 to 1.22.1-e8b66ebb.0
@@ -5,3 +5,3 @@ import { Logger } from 'winston'; | ||
*/ | ||
export declare const cloudSdkExceptionLogger: Logger; | ||
export declare const cloudSdkExceptionLogger: Logger<import("winston").DefaulLevels>; | ||
/** | ||
@@ -8,0 +8,0 @@ * Disable logging of exceptions. Enabled by default. |
@@ -0,4 +1,11 @@ | ||
/** | ||
* Convenience type for JavaScript objects. | ||
*/ | ||
export interface MapType<T> { | ||
[key: string]: T; | ||
} | ||
/** | ||
* Denotes the OData version. | ||
*/ | ||
export declare type ODataVersion = 'v2' | 'v4'; | ||
//# sourceMappingURL=types.d.ts.map |
"use strict"; | ||
/* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "@sap-cloud-sdk/util", | ||
"version": "1.21.3-fe563ba7.2+fe563ba7", | ||
"version": "1.22.1-e8b66ebb.0+e8b66ebb", | ||
"description": "SAP Cloud SDK for JavaScript general utilities", | ||
@@ -34,5 +34,6 @@ "homepage": "https://community.sap.com/topics/cloud-sdk", | ||
"dependencies": { | ||
"async": "^3.2.0", | ||
"chalk": "^3.0.0", | ||
"rambda": "^5.0.0", | ||
"winston": "^3.2.1" | ||
"winston": "^3.3.2" | ||
}, | ||
@@ -46,3 +47,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "fe563ba7503737da85737767d3d8636a0145fa4d" | ||
"gitHead": "e8b66ebb65c2405d6b69cb418d905f38708d379f" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
54990
586
4
+ Addedasync@^3.2.0
Updatedwinston@^3.3.2