inibase 1.0.0-rc.79 → 1.0.0-rc.80

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
@@ -587,7 +587,7 @@ export default class Inibase {
587
587
  if (!RETURN[index])
588
588
  RETURN[index] = {};
589
589
  RETURN[index][field.key] = item
590
- ? await this.get(field.table, UtilsServer.encodeID(item, this.salt), options)
590
+ ? await this.get(field.table, item, options)
591
591
  : this.getDefaultValue(field);
592
592
  }
593
593
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inibase",
3
- "version": "1.0.0-rc.79",
3
+ "version": "1.0.0-rc.80",
4
4
  "type": "module",
5
5
  "author": {
6
6
  "name": "Karim Amahtil",