@plattar/plattar-qrcode 1.165.1 → 1.178.1

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.
@@ -178,7 +178,7 @@ class BaseElement extends HTMLElement {
178
178
  return;
179
179
  }
180
180
 
181
- const canvas = this._qrCode._canvas;
181
+ const canvas = this._qrCode._domCanvas || this._qrCode._canvas;
182
182
 
183
183
  if (canvas) {
184
184
  if (canvas.style.width !== "100%") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plattar/plattar-qrcode",
3
- "version": "1.165.1",
3
+ "version": "1.178.1",
4
4
  "description": "Allows embedding Plattar-Style QR Codes for existing websites.",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
package/version.js CHANGED
@@ -1 +1 @@
1
- module.exports = "1.165.1";
1
+ module.exports = "1.178.1";