theprogrammablemind_4wp 7.5.8-beta.6 → 7.5.8-beta.60

Sign up to get free protection for your applications and to get access to all the features.
package/index.js CHANGED
@@ -23,5 +23,6 @@ module.exports = {
23
23
  Generator,
24
24
  Digraph,
25
25
  flattens: flattens.flattens,
26
+ flatten: flattens.flatten,
26
27
  unflatten: unflatten.unflatten
27
28
  }
package/package.json CHANGED
@@ -63,6 +63,6 @@
63
63
  "json-stable-stringify": "^1.0.1",
64
64
  "node-fetch": "^2.6.1"
65
65
  },
66
- "version": "7.5.8-beta.6",
66
+ "version": "7.5.8-beta.60",
67
67
  "license": "ISC"
68
68
  }