@plasoft/boletos 1.0.64 → 1.0.66

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.
@@ -243,8 +243,10 @@
243
243
  </div>
244
244
  </div>
245
245
  <img
246
+ width="120px"
247
+ height="120px"
246
248
  src="data:image/png;base64,{{boleto.qrCode}}"
247
- alt="{{boleto.qrCode}}"
249
+ alt="QRCODE INVÁLIDO"
248
250
  />
249
251
  </div>
250
252
  </div>
package/package.json CHANGED
@@ -1,6 +1,9 @@
1
1
  {
2
2
  "name": "@plasoft/boletos",
3
- "version": "1.0.64",
3
+ "publishConfig": {
4
+ "access": "public"
5
+ },
6
+ "version": "1.0.66",
4
7
  "main": "build",
5
8
  "license": "ISC",
6
9
  "scripts": {