owl-cli 6.142.0 → 6.143.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.
@@ -570,7 +570,7 @@ var @projectCodeService = (function (pigeon) {
570
570
  }
571
571
  // $.log("add,meta.push=" +meta.push + ",id=" + data.id);
572
572
  if(meta && meta.push){
573
- KafkaUtil.send('owlchange',JSON.stringify(data),data.id);
573
+ KafkaUtil.send('owlchange',"add",data.id);
574
574
  }
575
575
  EventBusService.fire(spec['_t'] + '_add_after', {data: data, env: env})
576
576
  return data
@@ -712,7 +712,7 @@ var @projectCodeService = (function (pigeon) {
712
712
 
713
713
  if(meta && meta.push){
714
714
  // $.log("send owlchange," + obj.id)
715
- KafkaUtil.send('owlchange',JSON.stringify(obj),obj.id);
715
+ KafkaUtil.send('owlchange',"update",obj.id);
716
716
  }
717
717
  EventBusService.fire(spec['_t'] + '_update_after', {old: oldObj, data: obj, env: env})
718
718
  return data
@@ -772,7 +772,7 @@ var @projectCodeService = (function (pigeon) {
772
772
  }
773
773
 
774
774
  if(meta && meta.push){
775
- KafkaUtil.send('owlchange',JSON.stringify(data),data.id);
775
+ KafkaUtil.send('owlchange',"del",data.id);
776
776
  }
777
777
  EventBusService.fire(spec['_t'] + '_delete_after', {data: data})
778
778
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.142.0",
3
+ "version": "6.143.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {