@activepieces/shared
Advanced tools
Comparing version 0.3.50 to 0.3.51
{ | ||
"name": "@activepieces/shared", | ||
"version": "0.3.50", | ||
"version": "0.3.51", | ||
"type": "commonjs", | ||
"dependencies": { | ||
"@sinclair/typebox": "0.26.8", | ||
"lodash": "4.17.21", | ||
"nanoid": "3.3.4", | ||
@@ -9,0 +8,0 @@ "tslib": "2.5.3" |
export * from './object-utils'; | ||
export * from './semVer'; | ||
export * from './utils'; |
@@ -6,2 +6,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./semVer"), exports); | ||
tslib_1.__exportStar(require("./utils"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.spreadIfDefined = void 0; | ||
const lodash_1 = require("lodash"); | ||
const utils_1 = require("./utils"); | ||
const spreadIfDefined = (key, value) => { | ||
if ((0, lodash_1.isNil)(value)) { | ||
if ((0, utils_1.isNil)(value)) { | ||
return {}; | ||
@@ -8,0 +8,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
303179
3
203
4258
- Removedlodash@4.17.21
- Removedlodash@4.17.21(transitive)