mm_expand 2.0.9 → 2.1.0

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/lib/base.js +1 -1
  2. package/package.json +1 -1
package/lib/base.js CHANGED
@@ -151,7 +151,7 @@ Base.prototype._do = async function (method, ...params) {
151
151
  try {
152
152
  await this._doBeforeProcess(method, ctx);
153
153
  if (ctx.cancelled) {
154
- return ctx.result;
154
+ return ctx;
155
155
  }
156
156
 
157
157
  await this._doExecuteMethod(method, ctx);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_expand",
3
- "version": "2.0.9",
3
+ "version": "2.1.0",
4
4
  "description": "Super Meimei Prototype Function Extension Module - Enhanced operations for string, array, object, date manipulation with error prevention and simplified business logic.",
5
5
  "main": "index.js",
6
6
  "scripts": {