tsviewer 1.0.26 → 1.0.27

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.
@@ -12880,7 +12880,7 @@ const getLayerIndex = (e, t, n) => {
12880
12880
  },
12881
12881
  async fetchAndSetActiveViewer(e) {
12882
12882
  const t = e.packageId, n = await useToken(), r = `https://api.pennsieve.net/packages/${t}?api_key=${n}`, i = await useSendXhr(r);
12883
- if (this.isFileProcessed(i))
12883
+ if (this.isTSFileProcessed(i))
12884
12884
  return this.setActiveViewer(i), Promise.resolve(i);
12885
12885
  throw new Error("Timeseries viewer is not available, since the file is not processed");
12886
12886
  },