owl-cli 6.104.0 → 6.105.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.
@@ -427,6 +427,14 @@ var @projectCodeService = (function (pigeon) {
427
427
 
428
428
  }
429
429
  }, {})
430
+
431
+ //专门处理一下owl_modifyTime和owl_createTime
432
+ if(obj.owl_modifyTime){
433
+ obj.owl_modifyTime = new Date(obj.owl_modifyTime).toISOString();
434
+ }
435
+ if(obj.owl_createTime){
436
+ obj.owl_createTime = new Date(obj.owl_createTime).toISOString();
437
+ }
430
438
  return obj
431
439
  },
432
440
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.104.0",
3
+ "version": "6.105.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {