@domain.js/main 0.3.9 → 0.3.10

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.
@@ -103,7 +103,7 @@ function Utils(cnf) {
103
103
  obj.uuid = req.headers["x-auth-uuid"];
104
104
  if (customFn)
105
105
  Object.assign(obj, customFn(obj, req));
106
- return Object.freeze(obj);
106
+ return obj;
107
107
  },
108
108
  /**
109
109
  * 构造领域方法所需的 params 参数
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domain.js/main",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "DDD framework",
5
5
  "main": "dist/index.js",
6
6
  "bin": {