@genome-spy/core 0.37.3 → 0.37.4

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.
@@ -353,7 +353,7 @@ export default class GenomeSpy {
353
353
  this.broadcast("dataFlowBuilt", flow);
354
354
 
355
355
  // @ts-expect-error
356
- if (import.meta.env.DEV) {
356
+ if (import.meta.env?.DEV) {
357
357
  flow.dataSources.forEach((ds) => console.log(ds.subtreeToString()));
358
358
  }
359
359
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "contributors": [],
9
9
  "license": "MIT",
10
- "version": "0.37.3",
10
+ "version": "0.37.4",
11
11
  "jsdelivr": "dist/bundle/index.js",
12
12
  "unpkg": "dist/bundle/index.js",
13
13
  "browser": "dist/bundle/index.js",
@@ -63,5 +63,5 @@
63
63
  "vega-scale": "^7.1.1",
64
64
  "vega-util": "^1.16.0"
65
65
  },
66
- "gitHead": "cb11c23493db027579bc855ed2c019c3faa57327"
66
+ "gitHead": "d682ca78a7c310b99eb7628ed88ead9fc90e743b"
67
67
  }