statebus 6.1.9 → 6.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/statebus.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "statebus",
3
- "version": "6.1.9",
3
+ "version": "6.1.10",
4
4
  "description": "Synchronize state.",
5
5
  "main": "statebus.js",
6
6
  "scripts": {
package/statebus.js CHANGED
@@ -2209,7 +2209,7 @@
2209
2209
  if (bus.honking_colors === false)
2210
2210
  indented_log(icon + ' ' + message)
2211
2211
  else
2212
- indented_log(color + icon + ' ' + message + normal_color)
2212
+ indented_log(color + icon + ' ' + message + normal)
2213
2213
  }
2214
2214
  function honking_at (key) {
2215
2215
  return (bus.honk instanceof RegExp