ddm-plugin-dubbo-support 0.3.1 → 0.3.2

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/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -52953,9 +52953,9 @@ class Nacos3DataSource {
52953
52953
  }
52954
52954
  serviceList.add(datas[1]);
52955
52955
  }
52956
- return Array.from(serviceList).map(serviceName => {
52957
- serviceName;
52958
- });
52956
+ return Array.from(serviceList).map(serviceName => ({
52957
+ serviceName
52958
+ }));
52959
52959
  }
52960
52960
  mergeServiceList(interfaceServiceList, applicationServiceList) {
52961
52961
  const applicationServiceNameSet = new Set(applicationServiceList.map(item => item.serviceName));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ddm-plugin-dubbo-support",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Dubbo-Desktop-Manager插件-支持Dubbo框架",
5
5
  "main": "dist/index.js",
6
6
  "rendererMain": "dist/renderer.js",