treble-hook
Advanced tools
Comparing version
@@ -42,3 +42,3 @@ "use strict"; | ||
else if (!suppressDupeStateWarning) { | ||
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'); | ||
console.warn('[treble-hook] A publish of unchanged state was attempted for topic:', topic, '\n\n\t- If this is desired behavior then set the "allowDupeState" flag to true', '\n\t- To suppress this warning, set either "allowDupeState" or "suppressDupeStateWarning" flag to true'); | ||
} | ||
@@ -45,0 +45,0 @@ } |
{ | ||
"name": "treble-hook", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"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
17717
0.14%