@clipboard-health/rules-engine
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,2 +5,4 @@ # Changelog | ||
## [1.0.2](https://github.com/ClipboardHealth/cbh-core/compare/rules-engine-1.0.1...rules-engine-1.0.2) (2024-07-18) | ||
## [1.0.1](https://github.com/ClipboardHealth/cbh-core/compare/rules-engine-1.0.0...rules-engine-1.0.1) (2024-07-18) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@clipboard-health/rules-engine", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"dependencies": { | ||
"type-fest": "4.21.0" | ||
}, | ||
"main": "./src/index.js", | ||
@@ -11,6 +14,3 @@ "scripts": { | ||
}, | ||
"dependencies": { | ||
"type-fest": "4.21.0" | ||
}, | ||
"type": "commonjs" | ||
} | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.appendOutput = void 0; | ||
exports.appendOutput = appendOutput; | ||
/** | ||
@@ -13,3 +13,2 @@ * Rule output is immutable, do not modify existing items, only append using this function. | ||
} | ||
exports.appendOutput = appendOutput; | ||
//# sourceMappingURL=append-output.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.all = void 0; | ||
exports.all = all; | ||
/** | ||
@@ -17,3 +17,2 @@ * Runs all rules that return true for `runIf`. | ||
} | ||
exports.all = all; | ||
//# sourceMappingURL=all.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.firstMatch = void 0; | ||
exports.firstMatch = firstMatch; | ||
/** | ||
@@ -18,3 +18,2 @@ * Run the first rule that returns true for `runIf`. | ||
} | ||
exports.firstMatch = firstMatch; | ||
//# sourceMappingURL=first-match.js.map |
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
13803
107