@plattar/plattar-ar-adapter 1.178.1 → 1.178.2

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.
@@ -5242,7 +5242,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
5242
5242
  Object.defineProperty(exports, "__esModule", {
5243
5243
  value: true
5244
5244
  });
5245
- exports["default"] = "1.178.1";
5245
+ exports["default"] = "1.178.2";
5246
5246
  }, {}],
5247
5247
  20: [function (require, module, exports) {
5248
5248
  "use strict";
@@ -10171,7 +10171,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
10171
10171
  if (!this._qrCode) {
10172
10172
  return;
10173
10173
  }
10174
- var canvas = this._qrCode._canvas;
10174
+ var canvas = this._qrCode._domCanvas || this._qrCode._canvas;
10175
10175
  if (canvas) {
10176
10176
  if (canvas.style.width !== "100%") {
10177
10177
  canvas.style.width = "100%";
@@ -10304,8 +10304,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
10304
10304
  "./version": 116
10305
10305
  }],
10306
10306
  116: [function (require, module, exports) {
10307
- module.exports = "1.165.1";
10308
- }, {}],
10307
+ arguments[4][112][0].apply(exports, arguments);
10308
+ }, {
10309
+ "dup": 112
10310
+ }],
10309
10311
  117: [function (require, module, exports) {
10310
10312
  "use strict";
10311
10313