yaml-admin-api 0.0.100 → 0.0.102

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yaml-admin-api",
3
- "version": "0.0.100",
3
+ "version": "0.0.102",
4
4
  "license": "MIT",
5
5
  "description": "YAML Admin API package",
6
6
  "type": "commonjs",
@@ -333,7 +333,7 @@ const generateCrud = async ({ app, db, entity_name, yml_entity, yml, options })
333
333
  }
334
334
 
335
335
  if(yml.debug || yml_entity.debug)
336
- console.log('list', entity_name, 'count', count, 'list length', list.length)
336
+ console.log('list', entity_name, 'count', count, 'list length', list.length, f)
337
337
 
338
338
  list.map(m => {
339
339
  m.id = getKeyFromEntity(m)