@loomcore/api 0.0.39 → 0.0.40

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.
@@ -402,6 +402,7 @@ export class GenericApiService {
402
402
  }
403
403
  }
404
404
  async prepareDataForBatchUpdate(userContext, entities) {
405
+ console.log('--- DIAGNOSTICS: Executing prepareDataForBatchUpdate ---');
405
406
  return Promise.all(entities.map(item => this.prepareEntity(userContext, item, false, true)));
406
407
  }
407
408
  async prepareEntity(userContext, entity, isCreate, allowId = false) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomcore/api",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "private": false,
5
5
  "description": "Loom Core Api - An opinionated Node.js api using Typescript, Express, and MongoDb",
6
6
  "scripts": {