@cubejs-backend/server-core 0.31.13 → 0.31.14
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 +8 -0
- package/package.json +5 -5
- package/playground/asset-manifest.json +12 -12
- package/playground/index.html +1 -1
- package/playground/static/js/{12.bcc341fd.chunk.js → 12.d18ee0c0.chunk.js} +2 -2
- package/playground/static/js/{12.bcc341fd.chunk.js.LICENSE.txt → 12.d18ee0c0.chunk.js.LICENSE.txt} +0 -0
- package/playground/static/js/{13.225a41b0.chunk.js → 13.26f3cdc7.chunk.js} +2 -2
- package/playground/static/js/{13.225a41b0.chunk.js.LICENSE.txt → 13.26f3cdc7.chunk.js.LICENSE.txt} +0 -0
- package/playground/static/js/{20.fbfe38ad.chunk.js → 20.30c19894.chunk.js} +1 -1
- package/playground/static/js/{21.3b846768.chunk.js → 21.421c63e2.chunk.js} +1 -1
- package/playground/static/js/{22.3d831bdd.chunk.js → 22.14a73282.chunk.js} +1 -1
- package/playground/static/js/main.7cef46f5.chunk.js +1 -0
- package/playground/static/js/{runtime-main.89368897.js → runtime-main.bb7f5786.js} +1 -1
- package/playground/static/js/main.b531c80d.chunk.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.31.14](https://github.com/cube-js/cube.js/compare/v0.31.13...v0.31.14) (2022-11-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @cubejs-backend/server-core
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.31.13](https://github.com/cube-js/cube.js/compare/v0.31.12...v0.31.13) (2022-11-08)
|
|
7
15
|
|
|
8
16
|
|
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.31.
|
|
5
|
+
"version": "0.31.14",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/cube-js/cube.js.git",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"tst": "clear && yarn tsc && jest --runInBand --coverage dist/test/unit/OptsHandler.test.js"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@cubejs-backend/api-gateway": "^0.31.
|
|
34
|
+
"@cubejs-backend/api-gateway": "^0.31.14",
|
|
35
35
|
"@cubejs-backend/cloud": "^0.31.13",
|
|
36
36
|
"@cubejs-backend/dotenv": "^9.0.2",
|
|
37
37
|
"@cubejs-backend/query-orchestrator": "^0.31.13",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"ws": "^7.5.3"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@cubejs-backend/cubestore-driver": "^0.31.
|
|
60
|
+
"@cubejs-backend/cubestore-driver": "^0.31.14",
|
|
61
61
|
"@cubejs-backend/linter": "^0.31.0",
|
|
62
|
-
"@cubejs-client/playground": "^0.31.
|
|
62
|
+
"@cubejs-client/playground": "^0.31.14",
|
|
63
63
|
"@types/cross-spawn": "^6.0.2",
|
|
64
64
|
"@types/express": "^4.17.9",
|
|
65
65
|
"@types/fs-extra": "^9.0.8",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
".*\\.d\\.ts"
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "17a6ebd5c630f8cd74b1436fa8cef7d2e633cbaa"
|
|
96
96
|
}
|
|
@@ -10,21 +10,21 @@
|
|
|
10
10
|
"static/js/7.9e2df43e.chunk.js": "./static/js/7.9e2df43e.chunk.js",
|
|
11
11
|
"static/js/8.c6ac4466.chunk.js": "./static/js/8.c6ac4466.chunk.js",
|
|
12
12
|
"static/js/9.880d5f22.chunk.js": "./static/js/9.880d5f22.chunk.js",
|
|
13
|
-
"main.js": "./static/js/main.
|
|
14
|
-
"runtime-main.js": "./static/js/runtime-main.
|
|
13
|
+
"main.js": "./static/js/main.7cef46f5.chunk.js",
|
|
14
|
+
"runtime-main.js": "./static/js/runtime-main.bb7f5786.js",
|
|
15
15
|
"static/css/12.b984234c.chunk.css": "./static/css/12.b984234c.chunk.css",
|
|
16
|
-
"static/js/12.
|
|
16
|
+
"static/js/12.d18ee0c0.chunk.js": "./static/js/12.d18ee0c0.chunk.js",
|
|
17
17
|
"static/css/13.ea0ece1a.chunk.css": "./static/css/13.ea0ece1a.chunk.css",
|
|
18
|
-
"static/js/13.
|
|
18
|
+
"static/js/13.26f3cdc7.chunk.js": "./static/js/13.26f3cdc7.chunk.js",
|
|
19
19
|
"static/js/14.830e2de8.chunk.js": "./static/js/14.830e2de8.chunk.js",
|
|
20
20
|
"static/js/15.1cf21005.chunk.js": "./static/js/15.1cf21005.chunk.js",
|
|
21
21
|
"static/js/16.b594c6b9.chunk.js": "./static/js/16.b594c6b9.chunk.js",
|
|
22
22
|
"static/js/17.ef03a4ef.chunk.js": "./static/js/17.ef03a4ef.chunk.js",
|
|
23
23
|
"static/js/18.6fe6ea03.chunk.js": "./static/js/18.6fe6ea03.chunk.js",
|
|
24
24
|
"static/js/19.bee7028d.chunk.js": "./static/js/19.bee7028d.chunk.js",
|
|
25
|
-
"static/js/20.
|
|
26
|
-
"static/js/21.
|
|
27
|
-
"static/js/22.
|
|
25
|
+
"static/js/20.30c19894.chunk.js": "./static/js/20.30c19894.chunk.js",
|
|
26
|
+
"static/js/21.421c63e2.chunk.js": "./static/js/21.421c63e2.chunk.js",
|
|
27
|
+
"static/js/22.14a73282.chunk.js": "./static/js/22.14a73282.chunk.js",
|
|
28
28
|
"static/js/23.11879d84.chunk.js": "./static/js/23.11879d84.chunk.js",
|
|
29
29
|
"static/js/24.ea6b5783.chunk.js": "./static/js/24.ea6b5783.chunk.js",
|
|
30
30
|
"static/js/25.28af9662.chunk.js": "./static/js/25.28af9662.chunk.js",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"index.html": "./index.html",
|
|
39
39
|
"static/css/12.b984234c.chunk.css.map": "./static/css/12.b984234c.chunk.css.map",
|
|
40
40
|
"static/css/13.ea0ece1a.chunk.css.map": "./static/css/13.ea0ece1a.chunk.css.map",
|
|
41
|
-
"static/js/12.
|
|
42
|
-
"static/js/13.
|
|
41
|
+
"static/js/12.d18ee0c0.chunk.js.LICENSE.txt": "./static/js/12.d18ee0c0.chunk.js.LICENSE.txt",
|
|
42
|
+
"static/js/13.26f3cdc7.chunk.js.LICENSE.txt": "./static/js/13.26f3cdc7.chunk.js.LICENSE.txt",
|
|
43
43
|
"static/media/athena.3d08e54a.svg": "./static/media/athena.3d08e54a.svg",
|
|
44
44
|
"static/media/bigquery.47cbd6db.svg": "./static/media/bigquery.47cbd6db.svg",
|
|
45
45
|
"static/media/clickhouse.15d7a0f1.svg": "./static/media/clickhouse.15d7a0f1.svg",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"static/media/snowflake.7e110f33.svg": "./static/media/snowflake.7e110f33.svg"
|
|
60
60
|
},
|
|
61
61
|
"entrypoints": [
|
|
62
|
-
"static/js/runtime-main.
|
|
62
|
+
"static/js/runtime-main.bb7f5786.js",
|
|
63
63
|
"static/css/12.b984234c.chunk.css",
|
|
64
|
-
"static/js/12.
|
|
65
|
-
"static/js/main.
|
|
64
|
+
"static/js/12.d18ee0c0.chunk.js",
|
|
65
|
+
"static/js/main.7cef46f5.chunk.js"
|
|
66
66
|
]
|
|
67
67
|
}
|
package/playground/index.html
CHANGED
|
@@ -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/12.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={11:0},o={11: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]&&{13: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",9:"31d6cfe0",13:"ea0ece1a",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",30:"31d6cfe0",31:"31d6cfe0",32:"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:"64a77202",1:"84dc809f",2:"6529d325",3:"89438de0",4:"bbae5da8",5:"90428482",6:"174bdcce",7:"9e2df43e",8:"c6ac4466",9:"880d5f22",13:"
|
|
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/12.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={11:0},o={11: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]&&{13: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",9:"31d6cfe0",13:"ea0ece1a",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",30:"31d6cfe0",31:"31d6cfe0",32:"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:"64a77202",1:"84dc809f",2:"6529d325",3:"89438de0",4:"bbae5da8",5:"90428482",6:"174bdcce",7:"9e2df43e",8:"c6ac4466",9:"880d5f22",13:"26f3cdc7",14:"830e2de8",15:"1cf21005",16:"b594c6b9",17:"ef03a4ef",18:"6fe6ea03",19:"bee7028d",20:"30c19894",21:"421c63e2",22:"14a73282",23:"11879d84",24:"ea6b5783",25:"28af9662",26:"2802b54d",27:"9343a566",28:"6a697bc1",29:"48a92736",30:"c51d2183",31:"769aa91a",32:"5178d5a8"}[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/12.d18ee0c0.chunk.js"></script><script src="./static/js/main.7cef46f5.chunk.js"></script></body></html>
|