inibase 1.1.26 → 1.1.27

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/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1046,6 +1046,8 @@ export default class Inibase {
1046
1046
  if (!Object.keys(RETURN).length)
1047
1047
  RETURN = {};
1048
1048
  }
1049
+ else
1050
+ RETURN = {};
1049
1051
  }
1050
1052
  return Object.keys(RETURN).length ? RETURN : null;
1051
1053
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inibase",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
4
4
  "type": "module",
5
5
  "author": {
6
6
  "name": "Karim Amahtil",