inibase 1.2.14 → 1.2.15

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
@@ -1293,7 +1293,7 @@ export default class Inibase {
1293
1293
  .map(Number), options, onlyOne, undefined, true);
1294
1294
  }
1295
1295
  }
1296
- const LineNumberDataObj = await this.applyCriteria(tableName, options, where);
1296
+ const LineNumberDataObj = await this.applyCriteria(tableName, options, structuredClone(where));
1297
1297
  if (LineNumberDataObj) {
1298
1298
  if (!this.totalItems.has(`${tableName}-*`))
1299
1299
  this.totalItems.set(`${tableName}-*`, Object.keys(LineNumberDataObj).length);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inibase",
3
- "version": "1.2.14",
3
+ "version": "1.2.15",
4
4
  "type": "module",
5
5
  "author": {
6
6
  "name": "Karim Amahtil",