@bunt/input
Advanced tools
Comparing version 0.29.21 to 0.30.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.assert = void 0; | ||
exports.assert = assert; | ||
const AssertionTypeError_js_1 = require("./AssertionTypeError.js"); | ||
@@ -10,3 +10,2 @@ function assert(expr, type, message, payload) { | ||
} | ||
exports.assert = assert; | ||
//# sourceMappingURL=assertion.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.entriesReverse = exports.validate = void 0; | ||
exports.entriesReverse = void 0; | ||
exports.validate = validate; | ||
const is_1 = require("@bunt/is"); | ||
@@ -11,3 +12,2 @@ async function validate(type, value) { | ||
} | ||
exports.validate = validate; | ||
const entriesReverse = (entries = []) => { | ||
@@ -14,0 +14,0 @@ return Object.assign({}, ...entries.map(([key, value]) => ({ [key]: value }))); |
{ | ||
"name": "@bunt/input", | ||
"version": "0.29.21", | ||
"version": "0.30.0", | ||
"keywords": [ | ||
@@ -37,7 +37,7 @@ "typescript" | ||
"dependencies": { | ||
"@bunt/assert": "^0.29.19", | ||
"@bunt/is": "^0.29.19", | ||
"@bunt/type": "^0.29.19" | ||
"@bunt/assert": "^0.30.0", | ||
"@bunt/is": "^0.30.0", | ||
"@bunt/type": "^0.30.0" | ||
}, | ||
"gitHead": "f743ea002d818b13be76ce3d33ab08811b306103" | ||
"gitHead": "eeab4ccbf32313ff12690fab4bc5a783712a3c28" | ||
} |
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
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
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
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
239977
1495
+ Added@bunt/assert@0.30.0(transitive)
+ Added@bunt/is@0.30.0(transitive)
+ Added@bunt/type@0.30.0(transitive)
- Removed@bunt/assert@0.29.19(transitive)
- Removed@bunt/is@0.29.19(transitive)
- Removed@bunt/type@0.29.19(transitive)
Updated@bunt/assert@^0.30.0
Updated@bunt/is@^0.30.0
Updated@bunt/type@^0.30.0