@deck.gl/core 9.2.8 → 9.2.9

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.cjs CHANGED
@@ -232,7 +232,7 @@ var json_loader_default = {
232
232
 
233
233
  // dist/lib/init.js
234
234
  function checkVersion() {
235
- const version = true ? "9.2.8" : globalThis.DECK_VERSION || "untranspiled source";
235
+ const version = true ? "9.2.9" : globalThis.DECK_VERSION || "untranspiled source";
236
236
  const existingVersion = globalThis.deck && globalThis.deck.VERSION;
237
237
  if (existingVersion && existingVersion !== version) {
238
238
  throw new Error(`deck.gl - multiple versions detected: ${existingVersion} vs ${version}`);