@bot-whatsapp/bot
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -126,4 +126,5 @@ const { toCtx } = require('../io/methods') | ||
if (!fallBackFlag) { | ||
if (refToContinue?.options?.capture) cbEveryCtx(refToContinue?.ref) | ||
for (const ite of this.flowClass.find(body)) { | ||
cbEveryCtx(ite?.ref) | ||
if (!ite?.options?.capture) cbEveryCtx(ite?.ref) | ||
} | ||
@@ -130,0 +131,0 @@ } |
{ | ||
"name": "@bot-whatsapp/bot", | ||
"version": "v0.1.3", | ||
"version": "v0.1.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/bundle.bot.cjs", |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
40190
1190