@cubejs-backend/server-core 0.31.0 → 0.31.1
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 +2 -2
- package/playground/chart-renderers/react/index.html +1 -1
- package/playground/chart-renderers/react/static/css/main.a8c5b8e2.css +9 -0
- package/playground/chart-renderers/react/static/js/{main.8e208bd8.js → main.5c621015.js} +2 -2
- package/playground/index.html +1 -1
- package/playground/static/js/main.7f9ca6de.chunk.js +1 -0
- package/playground/chart-renderers/react/static/css/main.56105b29.css +0 -9
- package/playground/static/js/main.c5efa901.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.1](https://github.com/cube-js/cube.js/compare/v0.31.0...v0.31.1) (2022-10-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @cubejs-backend/server-core
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [0.31.0](https://github.com/cube-js/cube.js/compare/v0.30.75...v0.31.0) (2022-10-03)
|
|
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.1",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/cube-js/cube.js.git",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@cubejs-backend/cloud": "^0.31.0",
|
|
36
36
|
"@cubejs-backend/dotenv": "^9.0.2",
|
|
37
37
|
"@cubejs-backend/query-orchestrator": "^0.31.0",
|
|
38
|
-
"@cubejs-backend/schema-compiler": "^0.31.
|
|
38
|
+
"@cubejs-backend/schema-compiler": "^0.31.1",
|
|
39
39
|
"@cubejs-backend/shared": "^0.31.0",
|
|
40
40
|
"@cubejs-backend/templates": "^0.31.0",
|
|
41
41
|
"@hapi/joi": "^15.1.1",
|
|
@@ -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.1",
|
|
61
61
|
"@cubejs-backend/linter": "^0.31.0",
|
|
62
|
-
"@cubejs-client/playground": "^0.31.
|
|
62
|
+
"@cubejs-client/playground": "^0.31.1",
|
|
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": "d4232d15767a62a5606380afba206b323b2930f5"
|
|
96
96
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
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.
|
|
13
|
+
"main.js": "./static/js/main.7f9ca6de.chunk.js",
|
|
14
14
|
"runtime-main.js": "./static/js/runtime-main.89368897.js",
|
|
15
15
|
"static/css/12.b984234c.chunk.css": "./static/css/12.b984234c.chunk.css",
|
|
16
16
|
"static/js/12.bcc341fd.chunk.js": "./static/js/12.bcc341fd.chunk.js",
|
|
@@ -62,6 +62,6 @@
|
|
|
62
62
|
"static/js/runtime-main.89368897.js",
|
|
63
63
|
"static/css/12.b984234c.chunk.css",
|
|
64
64
|
"static/js/12.bcc341fd.chunk.js",
|
|
65
|
-
"static/js/main.
|
|
65
|
+
"static/js/main.7f9ca6de.chunk.js"
|
|
66
66
|
]
|
|
67
67
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><base href="/"/><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/chart-renderers/react/static/js/main.
|
|
1
|
+
<!doctype html><html lang="en"><head><base href="/"/><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/chart-renderers/react/static/js/main.5c621015.js"></script><link href="/chart-renderers/react/static/css/main.a8c5b8e2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|