@platform/util.value
Advanced tools
Comparing version 0.7.30 to 0.7.32
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.R = void 0; | ||
exports.is = exports.R = void 0; | ||
var R = require("./ramda"); | ||
@@ -5,0 +5,0 @@ exports.R = R; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.uniq = exports.isEmpty = exports.pipe = exports.reject = exports.is = exports.startsWith = exports.equals = exports.isNil = void 0; | ||
var ramda_1 = require("ramda"); | ||
@@ -4,0 +5,0 @@ Object.defineProperty(exports, "isNil", { enumerable: true, get: function () { return ramda_1.isNil; } }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.deleteUndefined = exports.defaultValue = void 0; | ||
exports.rx = exports.id = exports.is = exports.deleteUndefined = exports.defaultValue = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -5,0 +5,0 @@ var value_1 = require("./value"); |
export * from './rx.event'; | ||
export * from './rx.debounce'; | ||
export * from './rx.bus'; |
@@ -6,1 +6,2 @@ "use strict"; | ||
tslib_1.__exportStar(require("./rx.debounce"), exports); | ||
tslib_1.__exportStar(require("./rx.bus"), exports); |
{ | ||
"name": "@platform/util.value", | ||
"version": "0.7.30", | ||
"version": "0.7.32", | ||
"description": "Helpers for working with, transforming, and formatting values.", | ||
@@ -16,10 +16,10 @@ "main": "lib/index", | ||
"@platform/libs": "0.2.2", | ||
"@platform/types": "0.5.3", | ||
"@platform/util.is": "0.0.127", | ||
"@platform/types": "0.5.5", | ||
"@platform/util.is": "0.0.129", | ||
"cuid": "2.1.8", | ||
"dayjs": "1.8.27" | ||
"dayjs": "1.8.34" | ||
}, | ||
"devDependencies": { | ||
"@platform/test": "0.1.14", | ||
"@platform/ts": "3.9.5" | ||
"@platform/test": "0.1.15", | ||
"@platform/ts": "4.0.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "files": [ |
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
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
120780
136
3390
+ Added@platform/types@0.5.5(transitive)
+ Added@platform/util.is@0.0.129(transitive)
+ Addeddayjs@1.8.34(transitive)
- Removed@platform/types@0.5.3(transitive)
- Removed@platform/util.is@0.0.127(transitive)
- Removeddayjs@1.8.27(transitive)
Updated@platform/types@0.5.5
Updated@platform/util.is@0.0.129
Updateddayjs@1.8.34