automation-rules
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
import { addRules, getRules, getRulesByTrigger, removeAllRules, rule } from "./functions/rule"; | ||
import { addRules, getRules, getRulesByTrigger, removeAllRules, removeRuleById, rule } from "./functions/rule"; | ||
import { condition } from "./functions/condition"; | ||
@@ -19,2 +19,3 @@ import { setLogCallback, setLogging } from "./functions/logging"; | ||
rule: typeof rule; | ||
removeRuleById: typeof removeRuleById; | ||
removeAllRules: typeof removeAllRules; | ||
@@ -21,0 +22,0 @@ setLogCallback: typeof setLogCallback; |
@@ -21,2 +21,3 @@ "use strict"; | ||
rule: rule_1.rule, | ||
removeRuleById: rule_1.removeRuleById, | ||
removeAllRules: rule_1.removeAllRules, | ||
@@ -23,0 +24,0 @@ setLogCallback: logging_1.setLogCallback, |
{ | ||
"name": "automation-rules", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Allow your app's users to created automated workflows when events occur and certain conditions are met.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
23721
0.43%532
0.38%