@vixoniccom/news-internal 0.4.13-beta.13 → 0.4.13-beta.14

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.4.13-beta.14](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.13...v0.4.13-beta.14) (2023-05-19)
6
+
5
7
  ### [0.4.13-beta.13](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.12...v0.4.13-beta.13) (2023-05-17)
6
8
 
7
9
  ### [0.4.13-beta.12](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.11...v0.4.13-beta.12) (2023-05-17)
package/build.zip CHANGED
Binary file
@@ -91,14 +91,7 @@
91
91
  {
92
92
  "id": "qrCodeUrl",
93
93
  "label": "URL código QR",
94
- "show": "{{qrCodeEnabled}} === true && ({{bitly}} === true)",
95
- "type": "bitly-input",
96
- "required": true
97
- },
98
- {
99
- "id": "qrCodeUrl",
100
- "label": "URL código QR",
101
- "show": "{{qrCodeEnabled}} === true && ({{bitly}} === false)",
94
+ "show": "{{qrCodeEnabled}} === true",
102
95
  "type": "text-input",
103
96
  "required": true
104
97
  },
@@ -628,19 +621,6 @@
628
621
  "required": false
629
622
  }
630
623
  ]
631
- },
632
- {
633
- "id": "bitly",
634
- "label": "Bitly",
635
- "type": "group",
636
- "items":[
637
- {
638
- "id": "bitly",
639
- "label": "Habilitar Bitly",
640
- "type": "switch",
641
- "defaultValue": false
642
- }
643
- ]
644
624
  }
645
625
  ]
646
626
  }
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "author": {
8
8
  "name": ""
9
9
  },
10
- "version": "0.4.13-beta.13",
10
+ "version": "0.4.13-beta.14",
11
11
  "scripts": {
12
12
  "prepublishOnly": "vixonic-module-packager --mode=build",
13
13
  "watch": "vixonic-module-packager --mode=watch",