@coderich/autograph 0.13.14 → 0.13.15

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@coderich/autograph",
3
3
  "main": "index.js",
4
- "version": "0.13.14",
4
+ "version": "0.13.15",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -283,7 +283,7 @@ module.exports = class Resolver {
283
283
  Object.assign(event, query);
284
284
  query.match = query.where;
285
285
  query.toObject = () => query;
286
- event.merged = { ...event.input };
286
+ event.merged = event.input;
287
287
  event.input = event.args?.input;
288
288
 
289
289
  return Emitter.emit(`pre${type}`, event).then(async (resultEarly) => {