@cubejs-backend/server-core 0.30.6 → 0.30.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/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.30.9](https://github.com/cube-js/cube.js/compare/v0.30.8...v0.30.9) (2022-05-31)
7
+
8
+ **Note:** Version bump only for package @cubejs-backend/server-core
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.30.8](https://github.com/cube-js/cube.js/compare/v0.30.7...v0.30.8) (2022-05-30)
15
+
16
+ **Note:** Version bump only for package @cubejs-backend/server-core
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.30.7](https://github.com/cube-js/cube.js/compare/v0.30.6...v0.30.7) (2022-05-26)
23
+
24
+ **Note:** Version bump only for package @cubejs-backend/server-core
25
+
26
+
27
+
28
+
29
+
6
30
  ## [0.30.6](https://github.com/cube-js/cube.js/compare/v0.30.5...v0.30.6) (2022-05-24)
7
31
 
8
32
  **Note:** Version bump only for package @cubejs-backend/server-core
@@ -35,7 +35,7 @@ export class CompilerApi {
35
35
  metaConfig: any;
36
36
  cubeDefinitions: any;
37
37
  }>;
38
- canUsePreAggregationForTransformedQuery(transformedQuery: any, refs: any): any;
38
+ canUsePreAggregationForTransformedQuery(transformedQuery: any, refs: any): (arg0: any, arg1: any) => boolean;
39
39
  }
40
40
  import { QueryFactory } from "@cubejs-backend/schema-compiler/dist/src/adapter/QueryFactory";
41
41
  //# sourceMappingURL=CompilerApi.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CompilerApi.d.ts","sourceRoot":"","sources":["../../../src/core/CompilerApi.js"],"names":[],"mappings":"AAIA;IACE,wDAcC;IAbC,gBAA4B;IAC5B,YAAoB;IACpB,kBAAwC;IACxC,aAA4B;IAC5B,sBAA0F;IAC1F,YAAiC;IACjC,2BAA+D;IAC/D,qCAAmF;IACnF,mBAA+C;IAC/C,oBAA4C;IAC5C,mCAA0E;IAC1E,cAAgC;IAChC,gBAAoC;IAGtC,oCAEC;IADC,mBAA2B;IAG7B,wBAEC;IAED;;qBA+BC;IAXG,eAKE;IACF,qBAAsC;IACtC,2BAAiE;IAMrE,0DAWC;IAED,oCAMC;IAED,sDAEC;IAED,+CAiDC;IAED,2CAGC;IAED,yCAGC;IAED,0EAIC;IAED,6EAcC;IAED,uCAEC;IAED;;;OAMC;IAED,+EAEC;CACF"}
1
+ {"version":3,"file":"CompilerApi.d.ts","sourceRoot":"","sources":["../../../src/core/CompilerApi.js"],"names":[],"mappings":"AAIA;IACE,wDAcC;IAbC,gBAA4B;IAC5B,YAAoB;IACpB,kBAAwC;IACxC,aAA4B;IAC5B,sBAA0F;IAC1F,YAAiC;IACjC,2BAA+D;IAC/D,qCAAmF;IACnF,mBAA+C;IAC/C,oBAA4C;IAC5C,mCAA0E;IAC1E,cAAgC;IAChC,gBAAoC;IAGtC,oCAEC;IADC,mBAA2B;IAG7B,wBAEC;IAED;;qBA+BC;IAXG,eAKE;IACF,qBAAsC;IACtC,2BAAiE;IAMrE,0DAWC;IAED,oCAMC;IAED,sDAEC;IAED,+CAiDC;IAED,2CAGC;IAED,yCAGC;IAED,0EAIC;IAED,6EAcC;IAED,uCAEC;IAED;;;OAMC;IAED,6GAEC;CACF"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@cubejs-backend/server-core",
3
3
  "description": "Cube.js base component to wire all backend components together",
4
4
  "author": "Cube Dev, Inc.",
5
- "version": "0.30.6",
5
+ "version": "0.30.9",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/cube-js/cube.js.git",
@@ -30,13 +30,13 @@
30
30
  "unit": "jest --runInBand --coverage dist/test"
31
31
  },
32
32
  "dependencies": {
33
- "@cubejs-backend/api-gateway": "^0.30.6",
34
- "@cubejs-backend/cloud": "^0.30.6",
33
+ "@cubejs-backend/api-gateway": "^0.30.9",
34
+ "@cubejs-backend/cloud": "^0.30.7",
35
35
  "@cubejs-backend/dotenv": "^9.0.2",
36
- "@cubejs-backend/query-orchestrator": "^0.30.6",
37
- "@cubejs-backend/schema-compiler": "^0.30.6",
38
- "@cubejs-backend/shared": "^0.30.6",
39
- "@cubejs-backend/templates": "^0.30.6",
36
+ "@cubejs-backend/query-orchestrator": "^0.30.7",
37
+ "@cubejs-backend/schema-compiler": "^0.30.8",
38
+ "@cubejs-backend/shared": "^0.30.7",
39
+ "@cubejs-backend/templates": "^0.30.7",
40
40
  "@hapi/joi": "^15.1.1",
41
41
  "codesandbox-import-utils": "^2.1.12",
42
42
  "cross-spawn": "^7.0.1",
@@ -55,9 +55,9 @@
55
55
  "ws": "^7.5.3"
56
56
  },
57
57
  "devDependencies": {
58
- "@cubejs-backend/cubestore-driver": "^0.30.6",
58
+ "@cubejs-backend/cubestore-driver": "^0.30.8",
59
59
  "@cubejs-backend/linter": "^0.30.0",
60
- "@cubejs-client/playground": "^0.30.5",
60
+ "@cubejs-client/playground": "^0.30.7",
61
61
  "@types/cross-spawn": "^6.0.2",
62
62
  "@types/express": "^4.17.9",
63
63
  "@types/fs-extra": "^9.0.8",
@@ -90,5 +90,5 @@
90
90
  ".*\\.d\\.ts"
91
91
  ]
92
92
  },
93
- "gitHead": "5ac101a359948ba04b24bfd5c8fc1cf274d6868b"
93
+ "gitHead": "bddd515929ae9d6289029432753706ebe553b29a"
94
94
  }
@@ -9,12 +9,12 @@
9
9
  "static/js/6.232ed74d.chunk.js": "./static/js/6.232ed74d.chunk.js",
10
10
  "static/js/7.7cedaa52.chunk.js": "./static/js/7.7cedaa52.chunk.js",
11
11
  "static/js/8.6435ca8a.chunk.js": "./static/js/8.6435ca8a.chunk.js",
12
- "main.js": "./static/js/main.d4c3d7a7.chunk.js",
13
- "runtime-main.js": "./static/js/runtime-main.7dbb56e8.js",
12
+ "main.js": "./static/js/main.abe5b7c2.chunk.js",
13
+ "runtime-main.js": "./static/js/runtime-main.38a4f12f.js",
14
14
  "static/css/11.b984234c.chunk.css": "./static/css/11.b984234c.chunk.css",
15
- "static/js/11.ddb3343e.chunk.js": "./static/js/11.ddb3343e.chunk.js",
15
+ "static/js/11.3972813f.chunk.js": "./static/js/11.3972813f.chunk.js",
16
16
  "static/css/12.ea0ece1a.chunk.css": "./static/css/12.ea0ece1a.chunk.css",
17
- "static/js/12.301c9631.chunk.js": "./static/js/12.301c9631.chunk.js",
17
+ "static/js/12.40c39d00.chunk.js": "./static/js/12.40c39d00.chunk.js",
18
18
  "static/js/13.6d3110b5.chunk.js": "./static/js/13.6d3110b5.chunk.js",
19
19
  "static/js/14.1920a2b0.chunk.js": "./static/js/14.1920a2b0.chunk.js",
20
20
  "static/js/15.340ce750.chunk.js": "./static/js/15.340ce750.chunk.js",
@@ -35,8 +35,8 @@
35
35
  "index.html": "./index.html",
36
36
  "static/css/11.b984234c.chunk.css.map": "./static/css/11.b984234c.chunk.css.map",
37
37
  "static/css/12.ea0ece1a.chunk.css.map": "./static/css/12.ea0ece1a.chunk.css.map",
38
- "static/js/11.ddb3343e.chunk.js.LICENSE.txt": "./static/js/11.ddb3343e.chunk.js.LICENSE.txt",
39
- "static/js/12.301c9631.chunk.js.LICENSE.txt": "./static/js/12.301c9631.chunk.js.LICENSE.txt",
38
+ "static/js/11.3972813f.chunk.js.LICENSE.txt": "./static/js/11.3972813f.chunk.js.LICENSE.txt",
39
+ "static/js/12.40c39d00.chunk.js.LICENSE.txt": "./static/js/12.40c39d00.chunk.js.LICENSE.txt",
40
40
  "static/media/athena.3d08e54a.svg": "./static/media/athena.3d08e54a.svg",
41
41
  "static/media/bigquery.47cbd6db.svg": "./static/media/bigquery.47cbd6db.svg",
42
42
  "static/media/clickhouse.15d7a0f1.svg": "./static/media/clickhouse.15d7a0f1.svg",
@@ -55,9 +55,9 @@
55
55
  "static/media/snowflake.7e110f33.svg": "./static/media/snowflake.7e110f33.svg"
56
56
  },
57
57
  "entrypoints": [
58
- "static/js/runtime-main.7dbb56e8.js",
58
+ "static/js/runtime-main.38a4f12f.js",
59
59
  "static/css/11.b984234c.chunk.css",
60
- "static/js/11.ddb3343e.chunk.js",
61
- "static/js/main.d4c3d7a7.chunk.js"
60
+ "static/js/11.3972813f.chunk.js",
61
+ "static/js/main.abe5b7c2.chunk.js"
62
62
  ]
63
63
  }
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png"><link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16"><link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5"><link rel="stylesheet" href="./antd.min.css"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><style>#playground-root{height:100%}</style><title>Cube.js Playground</title><link href="./static/css/11.b984234c.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="playground-root"></div><script>!function(){var e=window.analytics=window.analytics||[];if(!e.initialize)if(e.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{e.invoked=!0,e.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"],e.factory=function(t){return function(){var n=Array.prototype.slice.call(arguments);return n.unshift(t),e.push(n),e}};for(var t=0;t<e.methods.length;t++){var n=e.methods[t];e[n]=e.factory(n)}e.load=function(t,n){var a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src="https://cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(a,o),e._loadOptions=n},e.SNIPPET_VERSION="4.1.0",e.load("dSR8JiNYIGKyQHKid9OaLYugXLao18hA"),e.page()}}()</script><script>!function(e){function t(t){for(var n,c,f=t[0],d=t[1],u=t[2],i=0,s=[];i<f.length;i++)c=f[i],Object.prototype.hasOwnProperty.call(o,c)&&o[c]&&s.push(o[c][0]),o[c]=0;for(n in d)Object.prototype.hasOwnProperty.call(d,n)&&(e[n]=d[n]);for(l&&l(t);s.length;)s.shift()();return a.push.apply(a,u||[]),r()}function r(){for(var e,t=0;t<a.length;t++){for(var r=a[t],n=!0,c=1;c<r.length;c++){var d=r[c];0!==o[d]&&(n=!1)}n&&(a.splice(t--,1),e=f(f.s=r[0]))}return e}var n={},c={10:0},o={10:0},a=[];function f(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,f),r.l=!0,r.exports}f.e=function(e){var t=[];c[e]?t.push(c[e]):0!==c[e]&&{12:1}[e]&&t.push(c[e]=new Promise((function(t,r){for(var n="static/css/"+({}[e]||e)+"."+{0:"31d6cfe0",1:"31d6cfe0",2:"31d6cfe0",3:"31d6cfe0",4:"31d6cfe0",5:"31d6cfe0",6:"31d6cfe0",7:"31d6cfe0",8:"31d6cfe0",12:"ea0ece1a",13:"31d6cfe0",14:"31d6cfe0",15:"31d6cfe0",16:"31d6cfe0",17:"31d6cfe0",18:"31d6cfe0",19:"31d6cfe0",20:"31d6cfe0",21:"31d6cfe0",22:"31d6cfe0",23:"31d6cfe0",24:"31d6cfe0",25:"31d6cfe0",26:"31d6cfe0",27:"31d6cfe0",28:"31d6cfe0",29:"31d6cfe0"}[e]+".chunk.css",o=f.p+n,a=document.getElementsByTagName("link"),d=0;d<a.length;d++){var u=(l=a[d]).getAttribute("data-href")||l.getAttribute("href");if("stylesheet"===l.rel&&(u===n||u===o))return t()}var i=document.getElementsByTagName("style");for(d=0;d<i.length;d++){var l;if((u=(l=i[d]).getAttribute("data-href"))===n||u===o)return t()}var s=document.createElement("link");s.rel="stylesheet",s.type="text/css",s.onload=t,s.onerror=function(t){var n=t&&t.target&&t.target.src||o,a=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");a.code="CSS_CHUNK_LOAD_FAILED",a.request=n,delete c[e],s.parentNode.removeChild(s),r(a)},s.href=o,document.getElementsByTagName("head")[0].appendChild(s)})).then((function(){c[e]=0})));var r=o[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=o[e]=[t,n]}));t.push(r[2]=n);var a,d=document.createElement("script");d.charset="utf-8",d.timeout=120,f.nc&&d.setAttribute("nonce",f.nc),d.src=function(e){return f.p+"static/js/"+({}[e]||e)+"."+{0:"b54326b0",1:"9d9ab345",2:"c807d1e1",3:"5a159973",4:"59594e0b",5:"b30de4e9",6:"232ed74d",7:"7cedaa52",8:"6435ca8a",12:"301c9631",13:"6d3110b5",14:"1920a2b0",15:"340ce750",16:"f7339eee",17:"f8caaeba",18:"d0f413e3",19:"b17c127a",20:"d1f7d9c3",21:"05ee64dd",22:"36de0e3d",23:"fbb40500",24:"cc29bbe7",25:"2ce3a50b",26:"1c78ec58",27:"54ec55b1",28:"ec979d0e",29:"67ff83b9"}[e]+".chunk.js"}(e);var u=new Error;a=function(t){d.onerror=d.onload=null,clearTimeout(i);var r=o[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),c=t&&t.target&&t.target.src;u.message="Loading chunk "+e+" failed.\n("+n+": "+c+")",u.name="ChunkLoadError",u.type=n,u.request=c,r[1](u)}o[e]=void 0}};var i=setTimeout((function(){a({type:"timeout",target:d})}),12e4);d.onerror=d.onload=a,document.head.appendChild(d)}return Promise.all(t)},f.m=e,f.c=n,f.d=function(e,t,r){f.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},f.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.t=function(e,t){if(1&t&&(e=f(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(f.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)f.d(r,n,function(t){return e[t]}.bind(null,n));return r},f.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(t,"a",t),t},f.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},f.p="./",f.oe=function(e){throw console.error(e),e};var d=this["webpackJsonp@cubejs-client/playground"]=this["webpackJsonp@cubejs-client/playground"]||[],u=d.push.bind(d);d.push=t,d=d.slice();for(var i=0;i<d.length;i++)t(d[i]);var l=u;r()}([])</script><script src="./static/js/11.ddb3343e.chunk.js"></script><script src="./static/js/main.d4c3d7a7.chunk.js"></script></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png"><link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16"><link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5"><link rel="stylesheet" href="./antd.min.css"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><style>#playground-root{height:100%}</style><title>Cube.js Playground</title><link href="./static/css/11.b984234c.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="playground-root"></div><script>!function(){var e=window.analytics=window.analytics||[];if(!e.initialize)if(e.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{e.invoked=!0,e.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"],e.factory=function(t){return function(){var n=Array.prototype.slice.call(arguments);return n.unshift(t),e.push(n),e}};for(var t=0;t<e.methods.length;t++){var n=e.methods[t];e[n]=e.factory(n)}e.load=function(t,n){var a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src="https://cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(a,o),e._loadOptions=n},e.SNIPPET_VERSION="4.1.0",e.load("dSR8JiNYIGKyQHKid9OaLYugXLao18hA"),e.page()}}()</script><script>!function(e){function t(t){for(var n,c,f=t[0],d=t[1],u=t[2],i=0,s=[];i<f.length;i++)c=f[i],Object.prototype.hasOwnProperty.call(o,c)&&o[c]&&s.push(o[c][0]),o[c]=0;for(n in d)Object.prototype.hasOwnProperty.call(d,n)&&(e[n]=d[n]);for(l&&l(t);s.length;)s.shift()();return a.push.apply(a,u||[]),r()}function r(){for(var e,t=0;t<a.length;t++){for(var r=a[t],n=!0,c=1;c<r.length;c++){var d=r[c];0!==o[d]&&(n=!1)}n&&(a.splice(t--,1),e=f(f.s=r[0]))}return e}var n={},c={10:0},o={10:0},a=[];function f(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,f),r.l=!0,r.exports}f.e=function(e){var t=[];c[e]?t.push(c[e]):0!==c[e]&&{12:1}[e]&&t.push(c[e]=new Promise((function(t,r){for(var n="static/css/"+({}[e]||e)+"."+{0:"31d6cfe0",1:"31d6cfe0",2:"31d6cfe0",3:"31d6cfe0",4:"31d6cfe0",5:"31d6cfe0",6:"31d6cfe0",7:"31d6cfe0",8:"31d6cfe0",12:"ea0ece1a",13:"31d6cfe0",14:"31d6cfe0",15:"31d6cfe0",16:"31d6cfe0",17:"31d6cfe0",18:"31d6cfe0",19:"31d6cfe0",20:"31d6cfe0",21:"31d6cfe0",22:"31d6cfe0",23:"31d6cfe0",24:"31d6cfe0",25:"31d6cfe0",26:"31d6cfe0",27:"31d6cfe0",28:"31d6cfe0",29:"31d6cfe0"}[e]+".chunk.css",o=f.p+n,a=document.getElementsByTagName("link"),d=0;d<a.length;d++){var u=(l=a[d]).getAttribute("data-href")||l.getAttribute("href");if("stylesheet"===l.rel&&(u===n||u===o))return t()}var i=document.getElementsByTagName("style");for(d=0;d<i.length;d++){var l;if((u=(l=i[d]).getAttribute("data-href"))===n||u===o)return t()}var s=document.createElement("link");s.rel="stylesheet",s.type="text/css",s.onload=t,s.onerror=function(t){var n=t&&t.target&&t.target.src||o,a=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");a.code="CSS_CHUNK_LOAD_FAILED",a.request=n,delete c[e],s.parentNode.removeChild(s),r(a)},s.href=o,document.getElementsByTagName("head")[0].appendChild(s)})).then((function(){c[e]=0})));var r=o[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=o[e]=[t,n]}));t.push(r[2]=n);var a,d=document.createElement("script");d.charset="utf-8",d.timeout=120,f.nc&&d.setAttribute("nonce",f.nc),d.src=function(e){return f.p+"static/js/"+({}[e]||e)+"."+{0:"b54326b0",1:"9d9ab345",2:"c807d1e1",3:"5a159973",4:"59594e0b",5:"b30de4e9",6:"232ed74d",7:"7cedaa52",8:"6435ca8a",12:"40c39d00",13:"6d3110b5",14:"1920a2b0",15:"340ce750",16:"f7339eee",17:"f8caaeba",18:"d0f413e3",19:"b17c127a",20:"d1f7d9c3",21:"05ee64dd",22:"36de0e3d",23:"fbb40500",24:"cc29bbe7",25:"2ce3a50b",26:"1c78ec58",27:"54ec55b1",28:"ec979d0e",29:"67ff83b9"}[e]+".chunk.js"}(e);var u=new Error;a=function(t){d.onerror=d.onload=null,clearTimeout(i);var r=o[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),c=t&&t.target&&t.target.src;u.message="Loading chunk "+e+" failed.\n("+n+": "+c+")",u.name="ChunkLoadError",u.type=n,u.request=c,r[1](u)}o[e]=void 0}};var i=setTimeout((function(){a({type:"timeout",target:d})}),12e4);d.onerror=d.onload=a,document.head.appendChild(d)}return Promise.all(t)},f.m=e,f.c=n,f.d=function(e,t,r){f.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},f.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.t=function(e,t){if(1&t&&(e=f(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(f.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)f.d(r,n,function(t){return e[t]}.bind(null,n));return r},f.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(t,"a",t),t},f.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},f.p="./",f.oe=function(e){throw console.error(e),e};var d=this["webpackJsonp@cubejs-client/playground"]=this["webpackJsonp@cubejs-client/playground"]||[],u=d.push.bind(d);d.push=t,d=d.slice();for(var i=0;i<d.length;i++)t(d[i]);var l=u;r()}([])</script><script src="./static/js/11.3972813f.chunk.js"></script><script src="./static/js/main.abe5b7c2.chunk.js"></script></body></html>