nested-rules-engine
Advanced tools
Comparing version 1.0.0-beta5 to 1.0.1
{ | ||
"name": "nested-rules-engine", | ||
"version": "1.0.0-beta5", | ||
"version": "1.0.1", | ||
"repository": "github:ayonious/nested-rules-engine", | ||
@@ -5,0 +5,0 @@ "description": "Nested Conditional Rules Engine", |
@@ -63,6 +63,6 @@ # Conditionally Nested Rules Engine | ||
/* | ||
[{ | ||
payload: 'doing homework', | ||
effort: 'im getting sick' | ||
}] | ||
{ | ||
result: { payload: 'doing homework', effort: 'im getting sick' }, | ||
logs: [] | ||
} | ||
*/ | ||
@@ -69,0 +69,0 @@ ``` |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9097
1