vona-module-a-executor 5.0.15 → 5.0.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -140,8 +140,8 @@ let BeanExecutor = (_dec$2 = Bean(), _dec2$2 = BeanInfo({
140
140
  } else {
141
141
  res = await fn();
142
142
  }
143
- // commitDone
144
- await ctx.commitDone();
143
+ // commitsDone
144
+ await ctx.commitsDone();
145
145
  // ok
146
146
  return res;
147
147
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-module-a-executor",
3
3
  "type": "module",
4
- "version": "5.0.15",
4
+ "version": "5.0.16",
5
5
  "title": "a-executor",
6
6
  "vonaModule": {
7
7
  "dependencies": {}