@vizzly/dashboard 0.15.0-dev-2e66368eafbf32ff149bef026779b1852b7b757f → 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.
|
@@ -72288,6 +72288,8 @@ var getInMemoryDb = function getInMemoryDb() {
|
|
|
72288
72288
|
// @ts-ignore
|
|
72289
72289
|
var InMemoryDb = window.VizzlyInMemoryDb;
|
|
72290
72290
|
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");
|
|
72291
|
+
|
|
72292
|
+
// @ts-ignore
|
|
72291
72293
|
return InMemoryDb;
|
|
72292
72294
|
};
|
|
72293
72295
|
|
|
@@ -73025,6 +73027,8 @@ var VizzlyServices = /*#__PURE__*/function () {
|
|
|
73025
73027
|
case 9:
|
|
73026
73028
|
return _context5.abrupt("return", saved.body);
|
|
73027
73029
|
case 10:
|
|
73030
|
+
return _context5.abrupt("return", undefined);
|
|
73031
|
+
case 11:
|
|
73028
73032
|
case "end":
|
|
73029
73033
|
return _context5.stop();
|
|
73030
73034
|
}
|
|
@@ -73324,6 +73328,8 @@ var VizzlyServices = /*#__PURE__*/function () {
|
|
|
73324
73328
|
_context12.t0 = _context12["catch"](0);
|
|
73325
73329
|
logError('Error updating global library:', _context12.t0);
|
|
73326
73330
|
case 12:
|
|
73331
|
+
return _context12.abrupt("return", undefined);
|
|
73332
|
+
case 13:
|
|
73327
73333
|
case "end":
|
|
73328
73334
|
return _context12.stop();
|
|
73329
73335
|
}
|