@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.
@@ -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 self$1 && (self$1 === null || self$1 === void 0 ? void 0 : self$1.document) === undefined;
36743
+ return (typeof self !== "undefined" && self.document === undefined);
36745
36744
  };
36746
36745
 
36747
36746
  function isWebBluetoothSupported() {