inibase 1.4.6 → 1.4.7

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -555,7 +555,7 @@ export default class Inibase {
555
555
  return null;
556
556
  }
557
557
  default:
558
- return value;
558
+ return typeof value === 'string' ? value.trim() : value;
559
559
  }
560
560
  return null;
561
561
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inibase",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "type": "module",
5
5
  "author": {
6
6
  "name": "Karim Amahtil",