@cubejs-backend/server-core 0.29.38 → 0.29.42
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 +24 -0
- package/package.json +6 -6
- package/playground/asset-manifest.json +5 -5
- package/playground/index.html +1 -1
- package/playground/static/js/{4.f79e41d1.chunk.js → 4.2d19fca1.chunk.js} +0 -0
- package/playground/static/js/{main.1433e4ba.chunk.js → main.a986e072.chunk.js} +1 -1
- package/playground/static/js/{runtime-main.01351ffe.js → runtime-main.0bebce59.js} +1 -1
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.29.42](https://github.com/cube-js/cube.js/compare/v0.29.41...v0.29.42) (2022-04-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @cubejs-backend/server-core
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.29.40](https://github.com/cube-js/cube.js/compare/v0.29.39...v0.29.40) (2022-04-03)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @cubejs-backend/server-core
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [0.29.39](https://github.com/cube-js/cube.js/compare/v0.29.38...v0.29.39) (2022-04-01)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @cubejs-backend/server-core
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
## [0.29.38](https://github.com/cube-js/cube.js/compare/v0.29.37...v0.29.38) (2022-04-01)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @cubejs-backend/server-core
|
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.29.
|
|
5
|
+
"version": "0.29.42",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/cube-js/cube.js.git",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"unit": "jest --runInBand --coverage dist/test"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@cubejs-backend/api-gateway": "^0.29.
|
|
33
|
+
"@cubejs-backend/api-gateway": "^0.29.42",
|
|
34
34
|
"@cubejs-backend/cloud": "^0.29.37",
|
|
35
35
|
"@cubejs-backend/dotenv": "^9.0.2",
|
|
36
36
|
"@cubejs-backend/query-orchestrator": "^0.29.37",
|
|
37
|
-
"@cubejs-backend/schema-compiler": "^0.29.
|
|
37
|
+
"@cubejs-backend/schema-compiler": "^0.29.42",
|
|
38
38
|
"@cubejs-backend/shared": "^0.29.37",
|
|
39
39
|
"@cubejs-backend/templates": "^0.29.37",
|
|
40
40
|
"@hapi/joi": "^15.1.1",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"ws": "^7.5.3"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@cubejs-backend/cubestore-driver": "^0.29.
|
|
58
|
+
"@cubejs-backend/cubestore-driver": "^0.29.42",
|
|
59
59
|
"@cubejs-backend/linter": "^0.29.23",
|
|
60
|
-
"@cubejs-client/playground": "^0.29.
|
|
60
|
+
"@cubejs-client/playground": "^0.29.42",
|
|
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": "
|
|
93
|
+
"gitHead": "d05b5199da6e06f4d8baaed1baddb56cf1538637"
|
|
94
94
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
|
-
"main.js": "./static/js/main.
|
|
4
|
-
"runtime-main.js": "./static/js/runtime-main.
|
|
3
|
+
"main.js": "./static/js/main.a986e072.chunk.js",
|
|
4
|
+
"runtime-main.js": "./static/js/runtime-main.0bebce59.js",
|
|
5
5
|
"static/css/2.b984234c.chunk.css": "./static/css/2.b984234c.chunk.css",
|
|
6
6
|
"static/js/2.423113bb.chunk.js": "./static/js/2.423113bb.chunk.js",
|
|
7
7
|
"static/css/3.fe75100a.chunk.css": "./static/css/3.fe75100a.chunk.css",
|
|
8
8
|
"static/js/3.d6210325.chunk.js": "./static/js/3.d6210325.chunk.js",
|
|
9
|
-
"static/js/4.
|
|
9
|
+
"static/js/4.2d19fca1.chunk.js": "./static/js/4.2d19fca1.chunk.js",
|
|
10
10
|
"index.html": "./index.html",
|
|
11
11
|
"static/css/2.b984234c.chunk.css.map": "./static/css/2.b984234c.chunk.css.map",
|
|
12
12
|
"static/css/3.fe75100a.chunk.css.map": "./static/css/3.fe75100a.chunk.css.map",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"static/media/snowflake.7e110f33.svg": "./static/media/snowflake.7e110f33.svg"
|
|
29
29
|
},
|
|
30
30
|
"entrypoints": [
|
|
31
|
-
"static/js/runtime-main.
|
|
31
|
+
"static/js/runtime-main.0bebce59.js",
|
|
32
32
|
"static/css/2.b984234c.chunk.css",
|
|
33
33
|
"static/js/2.423113bb.chunk.js",
|
|
34
|
-
"static/js/main.
|
|
34
|
+
"static/js/main.a986e072.chunk.js"
|
|
35
35
|
]
|
|
36
36
|
}
|
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/2.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,o,i=t[0],c=t[1],l=t[2],s=0,p=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&p.push(a[o][0]),a[o]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(f&&f(t);p.length;)p.shift()();return u.push.apply(u,l||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,o=1;o<r.length;o++){var c=r[o];0!==a[c]&&(n=!1)}n&&(u.splice(t--,1),e=i(i.s=r[0]))}return e}var n={},o={1:0},a={1:0},u=[];function i(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,i),r.l=!0,r.exports}i.e=function(e){var t=[];o[e]?t.push(o[e]):0!==o[e]&&{3:1}[e]&&t.push(o[e]=new Promise((function(t,r){for(var n="static/css/"+({}[e]||e)+"."+{3:"fe75100a",4:"31d6cfe0"}[e]+".chunk.css",a=i.p+n,u=document.getElementsByTagName("link"),c=0;c<u.length;c++){var l=(f=u[c]).getAttribute("data-href")||f.getAttribute("href");if("stylesheet"===f.rel&&(l===n||l===a))return t()}var s=document.getElementsByTagName("style");for(c=0;c<s.length;c++){var f;if((l=(f=s[c]).getAttribute("data-href"))===n||l===a)return t()}var p=document.createElement("link");p.rel="stylesheet",p.type="text/css",p.onload=t,p.onerror=function(t){var n=t&&t.target&&t.target.src||a,u=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");u.code="CSS_CHUNK_LOAD_FAILED",u.request=n,delete o[e],p.parentNode.removeChild(p),r(u)},p.href=a,document.getElementsByTagName("head")[0].appendChild(p)})).then((function(){o[e]=0})));var r=a[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=a[e]=[t,n]}));t.push(r[2]=n);var u,c=document.createElement("script");c.charset="utf-8",c.timeout=120,i.nc&&c.setAttribute("nonce",i.nc),c.src=function(e){return i.p+"static/js/"+({}[e]||e)+"."+{3:"d6210325",4:"
|
|
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/2.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,o,i=t[0],c=t[1],l=t[2],s=0,p=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&p.push(a[o][0]),a[o]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(f&&f(t);p.length;)p.shift()();return u.push.apply(u,l||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,o=1;o<r.length;o++){var c=r[o];0!==a[c]&&(n=!1)}n&&(u.splice(t--,1),e=i(i.s=r[0]))}return e}var n={},o={1:0},a={1:0},u=[];function i(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,i),r.l=!0,r.exports}i.e=function(e){var t=[];o[e]?t.push(o[e]):0!==o[e]&&{3:1}[e]&&t.push(o[e]=new Promise((function(t,r){for(var n="static/css/"+({}[e]||e)+"."+{3:"fe75100a",4:"31d6cfe0"}[e]+".chunk.css",a=i.p+n,u=document.getElementsByTagName("link"),c=0;c<u.length;c++){var l=(f=u[c]).getAttribute("data-href")||f.getAttribute("href");if("stylesheet"===f.rel&&(l===n||l===a))return t()}var s=document.getElementsByTagName("style");for(c=0;c<s.length;c++){var f;if((l=(f=s[c]).getAttribute("data-href"))===n||l===a)return t()}var p=document.createElement("link");p.rel="stylesheet",p.type="text/css",p.onload=t,p.onerror=function(t){var n=t&&t.target&&t.target.src||a,u=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");u.code="CSS_CHUNK_LOAD_FAILED",u.request=n,delete o[e],p.parentNode.removeChild(p),r(u)},p.href=a,document.getElementsByTagName("head")[0].appendChild(p)})).then((function(){o[e]=0})));var r=a[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=a[e]=[t,n]}));t.push(r[2]=n);var u,c=document.createElement("script");c.charset="utf-8",c.timeout=120,i.nc&&c.setAttribute("nonce",i.nc),c.src=function(e){return i.p+"static/js/"+({}[e]||e)+"."+{3:"d6210325",4:"2d19fca1"}[e]+".chunk.js"}(e);var l=new Error;u=function(t){c.onerror=c.onload=null,clearTimeout(s);var r=a[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;l.message="Loading chunk "+e+" failed.\n("+n+": "+o+")",l.name="ChunkLoadError",l.type=n,l.request=o,r[1](l)}a[e]=void 0}};var s=setTimeout((function(){u({type:"timeout",target:c})}),12e4);c.onerror=c.onload=u,document.head.appendChild(c)}return Promise.all(t)},i.m=e,i.c=n,i.d=function(e,t,r){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(i.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)i.d(r,n,function(t){return e[t]}.bind(null,n));return r},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="./",i.oe=function(e){throw console.error(e),e};var c=this["webpackJsonp@cubejs-client/playground"]=this["webpackJsonp@cubejs-client/playground"]||[],l=c.push.bind(c);c.push=t,c=c.slice();for(var s=0;s<c.length;s++)t(c[s]);var f=l;r()}([])</script><script src="./static/js/2.423113bb.chunk.js"></script><script src="./static/js/main.a986e072.chunk.js"></script></body></html>
|
|
File without changes
|