@collabland/common
Advanced tools
Comparing version 0.15.0 to 0.16.0
@@ -0,3 +1,4 @@ | ||
export { default as jsonata } from 'jsonata'; | ||
export { default as pMap } from 'p-map'; | ||
export * from './types'; | ||
export * from './utils'; |
@@ -7,4 +7,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pMap = void 0; | ||
exports.pMap = exports.jsonata = void 0; | ||
const tslib_1 = require("tslib"); | ||
var jsonata_1 = require("jsonata"); | ||
Object.defineProperty(exports, "jsonata", { enumerable: true, get: function () { return tslib_1.__importDefault(jsonata_1).default; } }); | ||
var p_map_1 = require("p-map"); | ||
@@ -11,0 +13,0 @@ Object.defineProperty(exports, "pMap", { enumerable: true, get: function () { return tslib_1.__importDefault(p_map_1).default; } }); |
@@ -6,3 +6,5 @@ export * from './debug'; | ||
export * from './id-generator'; | ||
export * from './jsonata'; | ||
export * from './jwt'; | ||
export * from './pmap'; | ||
export * from './promise-timeout'; |
@@ -13,4 +13,6 @@ "use strict"; | ||
tslib_1.__exportStar(require("./id-generator"), exports); | ||
tslib_1.__exportStar(require("./jsonata"), exports); | ||
tslib_1.__exportStar(require("./jwt"), exports); | ||
tslib_1.__exportStar(require("./pmap"), exports); | ||
tslib_1.__exportStar(require("./promise-timeout"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@collabland/common", | ||
"version": "0.15.0", | ||
"version": "0.16.0", | ||
"description": "CollabLand common utilities", | ||
@@ -40,2 +40,3 @@ "main": "dist/index.js", | ||
"http-errors": "^1.8.0", | ||
"jsonata": "^1.8.4", | ||
"jsonwebtoken": "^8.5.1", | ||
@@ -57,3 +58,3 @@ "nanoid": "^3.1.20", | ||
"author": "Abridged, Inc.", | ||
"gitHead": "73ecc66acea51e9407acaefafc6170cac8136dbc" | ||
"gitHead": "91fcbbf837dc273cd06b5731d1b9e4cf12055480" | ||
} |
@@ -6,4 +6,5 @@ // Copyright Abridged, Inc. 2021. All Rights Reserved. | ||
export {default as jsonata} from 'jsonata'; | ||
export {default as pMap} from 'p-map'; | ||
export * from './types'; | ||
export * from './utils'; |
@@ -11,3 +11,5 @@ // Copyright Abridged, Inc. 2021. All Rights Reserved. | ||
export * from './id-generator'; | ||
export * from './jsonata'; | ||
export * from './jwt'; | ||
export * from './pmap'; | ||
export * from './promise-timeout'; |
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
69990
51
1640
14
+ Addedjsonata@^1.8.4
+ Addedjsonata@1.8.7(transitive)