@reldens/storage 0.22.0 → 0.23.0

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.
@@ -56,7 +56,7 @@ class ObjectionJsDataServer extends BaseDataServer
56
56
  for(let i of Object.keys(this.rawEntities)){
57
57
  let rawEntity = this.rawEntities[i];
58
58
  if(!rawEntity?.knex){
59
- Logger.critical('Invalid raw entity ""'+i+'".');
59
+ Logger.critical('Invalid raw entity "'+i+'".');
60
60
  continue;
61
61
  }
62
62
  this.entities[i] = new ObjectionJsDriver({rawModel: rawEntity, id: i, name: i, config: rawEntity.knex});
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reldens/storage",
3
3
  "scope": "@reldens",
4
- "version": "0.22.0",
4
+ "version": "0.23.0",
5
5
  "description": "Reldens - Storage",
6
6
  "author": "Damian A. Pastorini",
7
7
  "license": "MIT",