@vizzly/dashboard 0.15.1-dev-bf37af9c56e45d64667fdf7b5c96aa2a9c2b02e4 → 0.15.1-dev-a5ec7c800259618d61c53cad1cc968c092a22019

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.
@@ -11912,7 +11912,6 @@ function prepareStoredFilters(response, globalFilters, validateFilters, checkApp
11912
11912
  var VIZZLY_LOG_LEVEL_STORED = '__VIZZLY__LOG_LEVEL_STORED';
11913
11913
  var RUNTIME_DEVELOPER_TOOLS = '__VIZZLY_RUNTIME_DEVELOPER_TOOLS';
11914
11914
  var VIZZLY_SERVER_LOG_LEVEL_STORED = '__VIZZLY__SERVER_LOG_LEVEL_STORED';
11915
- var packageJson = /*#__PURE__*/require("../package.json");
11916
11915
  if (typeof window !== 'undefined' && typeof localStorage !== 'undefined') {
11917
11916
  var previousLogLevel = /*#__PURE__*/localStorage.getItem(VIZZLY_LOG_LEVEL_STORED);
11918
11917
  if (previousLogLevel) {
@@ -11920,7 +11919,7 @@ if (typeof window !== 'undefined' && typeof localStorage !== 'undefined') {
11920
11919
  }
11921
11920
  // @ts-ignore
11922
11921
  window.VizzlyDev = {
11923
- version: (packageJson == null ? void 0 : packageJson['version']) || 'dev',
11922
+ version: '0.15.1 (hardcoded)',
11924
11923
  getServerLogLevel: function getServerLogLevel() {
11925
11924
  return localStorage.getItem(VIZZLY_SERVER_LOG_LEVEL_STORED);
11926
11925
  },
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.1-dev-bf37af9c56e45d64667fdf7b5c96aa2a9c2b02e4",
4
+ "version": "0.15.1-dev-a5ec7c800259618d61c53cad1cc968c092a22019",
5
5
  "source": "src/index.tsx",
6
6
  "types": "./dist/dashboard/src/index.d.ts",
7
7
  "module": "./dist/dashboard.esm.js",