@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.mjs CHANGED
@@ -36736,9 +36736,8 @@ function getCloudMetric(dependencies, subscription) {
36736
36736
  }));
36737
36737
  }
36738
36738
 
36739
- const self$1 = undefined;
36740
36739
  const isMaybeWebWorkerContext = () => {
36741
- return self$1 && (self$1 === null || self$1 === void 0 ? void 0 : self$1.document) === undefined;
36740
+ return (typeof self !== "undefined" && self.document === undefined);
36742
36741
  };
36743
36742
 
36744
36743
  function isWebBluetoothSupported() {