treble-hook
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -42,3 +42,3 @@ "use strict"; | ||
else if (!suppressDupeStateWarning) { | ||
console.warn('[treble-hook] A publish of unchanged state was attempted for topic:', topic, '\n\nIf this is desired behavior then set the allowDupeState flag to true in treble-hook config.'); | ||
console.warn('[treble-hook] A publish of unchanged state was attempted for topic:', topic, '\n\n\tIf this is desired behavior then set the "allowDupeState" flag to true', '\n\n\tTo suppress this warning, set the "suppressDupeStateWarning" flag to true'); | ||
} | ||
@@ -45,0 +45,0 @@ } |
{ | ||
"name": "treble-hook", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "Get hooked on simple subscribe-and-publish in ReactJS.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
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
17692