geer-builder 1.2.562 → 1.2.565

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/GSlotWallet.vue +1 -1
  2. package/package.json +1 -1
package/GSlotWallet.vue CHANGED
@@ -245,7 +245,7 @@ export default
245
245
  },
246
246
  async mounted()
247
247
  {
248
- alert(this.binary_type);
248
+ // alert(this.binary_type);
249
249
  this.settings = await this.$_getData('public_settings');
250
250
 
251
251
  await this.$_getSlotInfo();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geer-builder",
3
- "version": "1.2.562",
3
+ "version": "1.2.565",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {