@soos-io/api-client
Advanced tools
Comparing version 0.1.2-pre.7 to 0.1.2
@@ -0,2 +1,2 @@ | ||
export { soosLogger } from './SOOSLogger'; | ||
export { isNil } from "./utilities"; | ||
export { soosLogger as soosApiClientLogger, } from "./SOOSLogger"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.soosApiClientLogger = exports.isNil = void 0; | ||
exports.isNil = exports.soosLogger = void 0; | ||
var SOOSLogger_1 = require("./SOOSLogger"); | ||
Object.defineProperty(exports, "soosLogger", { enumerable: true, get: function () { return SOOSLogger_1.soosLogger; } }); | ||
var utilities_1 = require("./utilities"); | ||
Object.defineProperty(exports, "isNil", { enumerable: true, get: function () { return utilities_1.isNil; } }); | ||
var SOOSLogger_1 = require("./SOOSLogger"); | ||
Object.defineProperty(exports, "soosApiClientLogger", { enumerable: true, get: function () { return SOOSLogger_1.soosLogger; } }); |
{ | ||
"name": "@soos-io/api-client", | ||
"version": "0.1.2-pre.7", | ||
"version": "0.1.2", | ||
"description": "This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -0,0 +0,0 @@ # [About SOOS](https://soos.io/) |
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
27962