udxcms 1.0.49 → 1.0.50

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.
@@ -112,7 +112,7 @@ export default {
112
112
  }
113
113
  if (!result) {
114
114
  result = this.networks[0] || {};
115
- this.$emit("change", result.chainId);
115
+ // this.$emit("change", result.chainId);
116
116
  }
117
117
  return result;
118
118
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "udxcms",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "description": "cms submodule",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",