@neurosity/sdk 7.2.0 → 7.2.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.
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/dist/neurosity.iife.js +1 -2
- package/dist/neurosity.iife.js.map +1 -1
- package/dist/neurosity.umd.js +1 -2
- package/dist/neurosity.umd.js.map +1 -1
- package/dist/types/api/bluetooth/web/isMaybeWebWorkerContext.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/neurosity.iife.js
CHANGED
|
@@ -36739,9 +36739,8 @@ var Neurosity = (function (exports) {
|
|
|
36739
36739
|
}));
|
|
36740
36740
|
}
|
|
36741
36741
|
|
|
36742
|
-
const self$1 = undefined;
|
|
36743
36742
|
const isMaybeWebWorkerContext = () => {
|
|
36744
|
-
return
|
|
36743
|
+
return (typeof self !== "undefined" && self.document === undefined);
|
|
36745
36744
|
};
|
|
36746
36745
|
|
|
36747
36746
|
function isWebBluetoothSupported() {
|