@clipboard-health/rules-engine
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "@clipboard-health/rules-engine", | ||
"description": "A pure functional rules engine.", | ||
"version": "1.2.3", | ||
"bugs": "https://github.com/clipboardhealth/core-utils/issues", | ||
"dependencies": { | ||
"tslib": "2.6.3", | ||
"type-fest": "4.25.0" | ||
"tslib": "2.7.0", | ||
"type-fest": "4.26.1" | ||
}, | ||
@@ -26,3 +25,4 @@ "keywords": [], | ||
"typings": "./src/index.d.ts", | ||
"types": "./src/index.d.ts" | ||
"types": "./src/index.d.ts", | ||
"version": "1.2.4" | ||
} |
@@ -8,5 +8,3 @@ import { type ReadonlyDeep } from "type-fest"; | ||
/** | ||
* Output is immutable, do not modify existing items, only append. | ||
* | ||
* @see {@link appendOutput} | ||
* Output is immutable, do not modify existing items, only append using {@link appendOutput}. | ||
*/ | ||
@@ -13,0 +11,0 @@ output: ReadonlyArray<ReadonlyDeep<TOutput>>; |
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
9230
110
+ Addedtslib@2.7.0(transitive)
+ Addedtype-fest@4.26.1(transitive)
- Removedtslib@2.6.3(transitive)
- Removedtype-fest@4.25.0(transitive)
Updatedtslib@2.7.0
Updatedtype-fest@4.26.1