Comparing version 2.4.0 to 2.4.1
@@ -1,8 +0,8 @@ | ||
export { CotClient } from './clients/cot-client'; | ||
export { DebugClient } from './clients/debug-client'; | ||
export { SourcesClient } from './clients/sources-client'; | ||
export { LocationsClient } from './clients/locations-client'; | ||
export { Source } from './types/source'; | ||
export { Type } from './types/type'; | ||
export { TemporalPage, TemporalPageData, TemporalPageLink } from './types/temporal-page'; | ||
export { Util } from './util'; | ||
export * from './clients/cot-client'; | ||
export * from './clients/debug-client'; | ||
export * from './clients/sources-client'; | ||
export * from './clients/locations-client'; | ||
export * from './types/source'; | ||
export * from './types/type'; | ||
export * from './types/temporal-page'; | ||
export * from './util'; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var cot_client_1 = require("./clients/cot-client"); | ||
exports.CotClient = cot_client_1.CotClient; | ||
var debug_client_1 = require("./clients/debug-client"); | ||
exports.DebugClient = debug_client_1.DebugClient; | ||
var sources_client_1 = require("./clients/sources-client"); | ||
exports.SourcesClient = sources_client_1.SourcesClient; | ||
var locations_client_1 = require("./clients/locations-client"); | ||
exports.LocationsClient = locations_client_1.LocationsClient; | ||
var util_1 = require("./util"); | ||
exports.Util = util_1.Util; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiQzovVXNlcnMvdGR1cG9udC9Xb3Jrc3BhY2VzL2NvdC1saWIvbGliLyIsInNvdXJjZXMiOlsiaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSxtREFBaUQ7QUFBeEMsaUNBQUEsU0FBUyxDQUFBO0FBQ2xCLHVEQUFxRDtBQUE1QyxxQ0FBQSxXQUFXLENBQUE7QUFDcEIsMkRBQXlEO0FBQWhELHlDQUFBLGFBQWEsQ0FBQTtBQUN0QiwrREFBNkQ7QUFBcEQsNkNBQUEsZUFBZSxDQUFBO0FBSXhCLCtCQUE4QjtBQUFyQixzQkFBQSxJQUFJLENBQUEifQ== | ||
__export(require("./clients/cot-client")); | ||
__export(require("./clients/debug-client")); | ||
__export(require("./clients/sources-client")); | ||
__export(require("./clients/locations-client")); | ||
__export(require("./util")); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiQzovVXNlcnMvdGR1cG9udC9Xb3Jrc3BhY2VzL2NvdC1saWIvbGliLyIsInNvdXJjZXMiOlsiaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSwwQ0FBcUM7QUFDckMsNENBQXVDO0FBQ3ZDLDhDQUF5QztBQUN6QyxnREFBMkM7QUFJM0MsNEJBQXVCIn0= |
{ | ||
"name": "cot-lib", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Easily consume the City of Things platform data", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
85789
920