@plattar/plattar-ar-adapter 1.140.1 → 1.140.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.
- package/build/es2015/plattar-ar-adapter.js +2 -2
- package/build/es2015/plattar-ar-adapter.min.js +1 -1
- package/build/es2019/plattar-ar-adapter.js +2 -2
- package/build/es2019/plattar-ar-adapter.min.js +1 -1
- package/dist/util/util.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -2788,7 +2788,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
|
2788
2788
|
}, {
|
|
2789
2789
|
key: "isSafari",
|
|
2790
2790
|
value: function isSafari() {
|
|
2791
|
-
return /Safari\//.test(navigator.userAgent);
|
|
2791
|
+
return Util.isIOS() && /Safari\//.test(navigator.userAgent);
|
|
2792
2792
|
}
|
|
2793
2793
|
}, {
|
|
2794
2794
|
key: "getIOSVersion",
|
|
@@ -2827,7 +2827,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
|
2827
2827
|
Object.defineProperty(exports, "__esModule", {
|
|
2828
2828
|
value: true
|
|
2829
2829
|
});
|
|
2830
|
-
exports["default"] = "1.140.
|
|
2830
|
+
exports["default"] = "1.140.2";
|
|
2831
2831
|
}, {}],
|
|
2832
2832
|
17: [function (require, module, exports) {
|
|
2833
2833
|
"use strict";
|