@cubejs-client/playground 0.32.15 → 0.32.17
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/README.md +1 -1
- package/build/assets/{CachePane.02d5dc00.js → CachePane.0be27c61.js} +1 -1
- package/build/assets/{GraphiQLSandbox.960f7ab2.js → GraphiQLSandbox.351329ac.js} +2 -2
- package/build/assets/{SchemaReference.4b7fa875.js → SchemaReference.57351850.js} +1 -1
- package/build/assets/{SqlQueryTab.eb8ccc00.js → SqlQueryTab.9a1dcf9d.js} +1 -1
- package/build/assets/{brace-fold.62319408.js → brace-fold.87d6ee82.js} +1 -1
- package/build/assets/{closebrackets.baafa03c.js → closebrackets.0740fafe.js} +1 -1
- package/build/assets/{codemirror.af1e6e98.js → codemirror.1d11a300.js} +1 -1
- package/build/assets/{comment.324310e7.js → comment.b16c0f1e.js} +1 -1
- package/build/assets/{dialog.5116003c.js → dialog.6d2360de.js} +1 -1
- package/build/assets/{dialog.2ab79526.js → dialog.e5556474.js} +1 -1
- package/build/assets/{foldgutter.6eb0340c.js → foldgutter.116708d6.js} +1 -1
- package/build/assets/{hint.3660fddf.js → hint.45a61f31.js} +1 -1
- package/build/assets/{hint.fd9ca00d.js → hint.89bab303.js} +1 -1
- package/build/assets/{index.fe6e5daf.js → index.0247e6d3.js} +1 -1
- package/build/assets/{index.739a4ba9.js → index.49003b32.js} +1 -1
- package/build/assets/{index.c317d9b3.js → index.d85687c0.js} +5 -5
- package/build/assets/{info-addon.04d20f31.js → info-addon.5620dcb9.js} +1 -1
- package/build/assets/{info.2687d86d.js → info.716f563b.js} +1 -1
- package/build/assets/{javascript.c0c49858.js → javascript.6f0cff0e.js} +1 -1
- package/build/assets/{jump-to-line.f5483cbd.js → jump-to-line.6380a1aa.js} +1 -1
- package/build/assets/{jump.266846a1.js → jump.5ae0f833.js} +1 -1
- package/build/assets/{lint.cd3b4387.js → lint.0d229b54.js} +1 -1
- package/build/assets/{lint.dc7514e8.js → lint.2c93e31e.js} +1 -1
- package/build/assets/{lint.c35d071f.js → lint.8189cccc.js} +1 -1
- package/build/assets/{matchbrackets.a65a9f54.js → matchbrackets.bef2a081.js} +1 -1
- package/build/assets/{matchbrackets.393e41ab.js → matchbrackets.eae9dccf.js} +1 -1
- package/build/assets/{mode.46d68595.js → mode.2ab5c99e.js} +1 -1
- package/build/assets/{mode.f036c4cb.js → mode.777b767b.js} +1 -1
- package/build/assets/{mode.bd67b574.js → mode.d8f5d106.js} +1 -1
- package/build/assets/{search.3b8309d0.js → search.9d4f55e5.js} +1 -1
- package/build/assets/{searchcursor.51ce4851.js → searchcursor.6ad12a0e.js} +1 -1
- package/build/assets/{searchcursor.1167f2a4.js → searchcursor.97a8174e.js} +1 -1
- package/build/assets/{show-hint.0e8aa062.js → show-hint.dbd8e26f.js} +1 -1
- package/build/assets/{sublime.e29527f0.js → sublime.fd2ab5f0.js} +1 -1
- package/build/index.html +1 -1
- package/lib/.tsbuildinfo +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cubejs-client/playground",
|
|
3
3
|
"author": "Cube Dev, Inc.",
|
|
4
|
-
"version": "0.32.
|
|
4
|
+
"version": "0.32.17",
|
|
5
5
|
"engines": {},
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"@ant-design/icons": "^4.7.0",
|
|
63
63
|
"@babel/cli": "^7.5.5",
|
|
64
64
|
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
|
|
65
|
-
"@cubejs-client/core": "^0.32.
|
|
66
|
-
"@cubejs-client/react": "^0.32.
|
|
65
|
+
"@cubejs-client/core": "^0.32.17",
|
|
66
|
+
"@cubejs-client/react": "^0.32.17",
|
|
67
67
|
"@types/flexsearch": "^0.7.3",
|
|
68
68
|
"@types/jest": "^26.0.20",
|
|
69
69
|
"@types/node": "^14",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"react-dom": ">=17.0.1",
|
|
103
103
|
"styled-components": ">=5.2.0"
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "c0b3c6041e1425376bf5d51c0e7161a8731269ca"
|
|
106
106
|
}
|