yet-another-js-utils 0.0.4 → 0.0.5

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/js-utils.js +1 -1
  2. package/package.json +1 -1
package/js-utils.js CHANGED
@@ -298,4 +298,4 @@ const yaju = {
298
298
  }
299
299
  }
300
300
 
301
- module.exports = yaju;
301
+ module.exports = {...yaju};
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "yet-another-js-utils",
3
3
  "description": "Basic javascript utils",
4
4
  "authors": "Adrian Turcev",
5
- "version": "0.0.4",
5
+ "version": "0.0.5",
6
6
  "license": "MPL-2.0",
7
7
  "homepage": "https://github.com/adrianturcev/js-utils",
8
8
  "repository": {