@platform/util.value
Advanced tools
Comparing version 0.7.32 to 0.8.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.is = exports.R = void 0; | ||
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"); | ||
@@ -5,0 +4,0 @@ Object.defineProperty(exports, "isNil", { enumerable: true, get: function () { return ramda_1.isNil; } }); |
@@ -11,5 +11,2 @@ "use strict"; | ||
dispose$: dispose$.pipe(operators_1.share()), | ||
get isDisposed() { | ||
return dispose$.isStopped; | ||
}, | ||
dispose: function () { | ||
@@ -16,0 +13,0 @@ dispose$.next(); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.rx = exports.id = exports.is = exports.deleteUndefined = exports.defaultValue = void 0; | ||
exports.deleteUndefined = exports.defaultValue = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -5,0 +5,0 @@ var value_1 = require("./value"); |
{ | ||
"name": "@platform/util.value", | ||
"version": "0.7.32", | ||
"version": "0.8.1", | ||
"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.5", | ||
"@platform/util.is": "0.0.129", | ||
"@platform/types": "0.5.8", | ||
"@platform/util.is": "0.0.131", | ||
"cuid": "2.1.8", | ||
"dayjs": "1.8.34" | ||
"dayjs": "1.9.1" | ||
}, | ||
"devDependencies": { | ||
"@platform/test": "0.1.15", | ||
"@platform/ts": "4.0.0" | ||
"@platform/test": "0.1.16", | ||
"@platform/ts": "4.0.2" | ||
}, | ||
@@ -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
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
120624
3377
+ Added@platform/types@0.5.8(transitive)
+ Added@platform/util.is@0.0.131(transitive)
+ Addeddayjs@1.9.1(transitive)
- Removed@platform/types@0.5.5(transitive)
- Removed@platform/util.is@0.0.129(transitive)
- Removeddayjs@1.8.34(transitive)
Updated@platform/types@0.5.8
Updated@platform/util.is@0.0.131
Updateddayjs@1.9.1