@vizzly/dashboard 0.15.0-dev-19816a2f034d0fa1d37431c9c34070ec977cf13a → 0.15.0-dev-9c6450e1992314d49bfd0ec35c6ffdf797865567

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.
@@ -72346,6 +72346,8 @@ var getInMemoryDb = function getInMemoryDb() {
72346
72346
  // @ts-ignore
72347
72347
  var InMemoryDb = window.VizzlyInMemoryDb;
72348
72348
  if (!InMemoryDb) throw new MissingVizzlyInMemoryDb("VizzlyInMemoryDb missing! This means that 'window.VizzlyInMemoryDb' was not set. This is required for the in-browser vizzly setup.\n\nPlease ensure you have added the script tag to load the in-browser query engine.\n\nFor example, this should be added within the <head> tag;\n<script src=\"https://static.app.vizzly.co/query-engine/0.8.29/vizzly-in-memory-db.umd.js\"></script>\n\nNote, you can change the version of the in-memory database by changing '0.8.3' to the version you require.\n");
72349
+
72350
+ // @ts-ignore
72349
72351
  return InMemoryDb;
72350
72352
  };
72351
72353
 
@@ -73083,6 +73085,8 @@ var VizzlyServices = /*#__PURE__*/function () {
73083
73085
  case 9:
73084
73086
  return _context5.abrupt("return", saved.body);
73085
73087
  case 10:
73088
+ return _context5.abrupt("return", undefined);
73089
+ case 11:
73086
73090
  case "end":
73087
73091
  return _context5.stop();
73088
73092
  }
@@ -73382,6 +73386,8 @@ var VizzlyServices = /*#__PURE__*/function () {
73382
73386
  _context12.t0 = _context12["catch"](0);
73383
73387
  logError('Error updating global library:', _context12.t0);
73384
73388
  case 12:
73389
+ return _context12.abrupt("return", undefined);
73390
+ case 13:
73385
73391
  case "end":
73386
73392
  return _context12.stop();
73387
73393
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vizzly/dashboard",
3
3
  "author": "james@vizzly.co",
4
- "version": "0.15.0-dev-19816a2f034d0fa1d37431c9c34070ec977cf13a",
4
+ "version": "0.15.0-dev-9c6450e1992314d49bfd0ec35c6ffdf797865567",
5
5
  "source": "src/index.tsx",
6
6
  "types": "./dist/dashboard/src/index.d.ts",
7
7
  "module": "./dist/dashboard.esm.js",