rads-db 3.2.15 → 3.2.16

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.
@@ -113,7 +113,6 @@ function getEffectFor(entityName, aggregateRelationField, eventEntityName, schem
113
113
  updatedEvents: v.updatedEvents,
114
114
  oldDoc: v.oldAggDoc
115
115
  }));
116
- console.log(ctx);
117
116
  const aggregateEffectContext = {
118
117
  ...context,
119
118
  typeName: entityName,
@@ -97,7 +97,6 @@ function getEffectFor(entityName, aggregateRelationField, eventEntityName, schem
97
97
  updatedEvents: v.updatedEvents,
98
98
  oldDoc: v.oldAggDoc
99
99
  }));
100
- console.log(ctx);
101
100
  const aggregateEffectContext = { ...context, typeName: entityName, handle: schema[entityName].handle };
102
101
  await beforePut(hookItems, ctx, aggregateEffectContext);
103
102
  await context.drivers[entityName].putMany(aggs, ctx);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rads-db",
3
- "version": "3.2.15",
3
+ "version": "3.2.16",
4
4
  "description": "Say goodbye to boilerplate code and hello to efficient and elegant syntax.",
5
5
  "author": "",
6
6
  "license": "ISC",