@plattar/plattar-ar-adapter 1.117.1 → 1.117.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.
|
@@ -545,7 +545,7 @@ exports.Util = Util;
|
|
|
545
545
|
},{}],8:[function(require,module,exports){
|
|
546
546
|
"use strict";
|
|
547
547
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
548
|
-
exports.default = "1.117.
|
|
548
|
+
exports.default = "1.117.2";
|
|
549
549
|
|
|
550
550
|
},{}],9:[function(require,module,exports){
|
|
551
551
|
"use strict";
|
|
@@ -2007,6 +2007,9 @@ class BasicHTTP {
|
|
|
2007
2007
|
http.onerror = (e) => {
|
|
2008
2008
|
return reject(e);
|
|
2009
2009
|
};
|
|
2010
|
+
http.onprogress = (_e) => {
|
|
2011
|
+
// empty
|
|
2012
|
+
};
|
|
2010
2013
|
http.send(data ? JSON.stringify(data) : null);
|
|
2011
2014
|
}
|
|
2012
2015
|
catch (e) {
|
|
@@ -2046,7 +2049,7 @@ exports.Util = Util;
|
|
|
2046
2049
|
},{}],33:[function(require,module,exports){
|
|
2047
2050
|
"use strict";
|
|
2048
2051
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2049
|
-
exports.default = "1.
|
|
2052
|
+
exports.default = "1.117.1";
|
|
2050
2053
|
|
|
2051
2054
|
},{}],34:[function(require,module,exports){
|
|
2052
2055
|
"use strict";
|