statebus 7.2.2 → 7.2.3

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 +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "statebus",
3
- "version": "7.2.2",
3
+ "version": "7.2.3",
4
4
  "description": "Synchronize state.",
5
5
  "main": "statebus.js",
6
6
  "scripts": {
package/statebus.js CHANGED
@@ -1456,6 +1456,9 @@
1456
1456
  link: Symbol('link')
1457
1457
  }
1458
1458
 
1459
+ if (nodejs)
1460
+ var util = require('util')
1461
+
1459
1462
  // The top-level Proxy object holds HTTP resources
1460
1463
  var top_level_proxy = new Proxy(cache, {
1461
1464
  get: function get(o, k) {