owl-cli 7.35.0 → 7.37.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.
@@ -699,7 +699,7 @@ var @projectCodeService = (function (pigeon) {
699
699
  throw {msg: '对象不存在!id=' + data.id, code: 'notFound'}
700
700
  }
701
701
  if (obj._v != data._v) {
702
- throw {code: 'concurrentupdate', msg: '对象已经修改过,本次修改被拒绝。old._v=' + obj._v + ',new._v=' + data._v,id:obj.id}
702
+ throw {code: 'concurrentupdate', msg: '对象已经修改过,本次修改被拒绝。old._v=' + obj._v + ',new._v=' + data._v+ ", id=" + obj.id}
703
703
  }
704
704
  var oldObj = JSON.parse(JSON.stringify(obj))
705
705
  //深度合并
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "7.35.0",
3
+ "version": "7.37.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {