@cubejs-client/react 0.29.8 → 0.29.23
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/dist/cubejs-client-react.umd.js.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @title @cubejs-client/react
|
|
3
3
|
* @permalink /@cubejs-client-react
|
|
4
|
-
* @menuCategory
|
|
4
|
+
* @menuCategory Frontend Integrations
|
|
5
5
|
* @subcategory Reference
|
|
6
6
|
* @menuOrder 3
|
|
7
7
|
* @description `@cubejs-client/react` provides React Components for easy Cube.js integration in a React app.
|
|
@@ -44,7 +44,7 @@ declare module '@cubejs-client/react' {
|
|
|
44
44
|
* import cubejs from '@cubejs-client/core';
|
|
45
45
|
* import { CubeProvider } from '@cubejs-client/react';
|
|
46
46
|
*
|
|
47
|
-
* const API_URL = 'https://
|
|
47
|
+
* const API_URL = 'https://harsh-eel.aws-us-east-2.cubecloudapp.dev';
|
|
48
48
|
* const CUBEJS_TOKEN =
|
|
49
49
|
* 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.* eyJpYXQiOjE1OTE3MDcxNDgsImV4cCI6MTU5NDI5OTE0OH0.* n5jGLQJ14igg6_Hri_Autx9qOIzVqp4oYxmX27V-4T4';
|
|
50
50
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cubejs-client/react",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.23",
|
|
4
4
|
"author": "Cube Dev, Inc.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {},
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.1.2",
|
|
27
|
-
"@cubejs-client/core": "^0.29.
|
|
27
|
+
"@cubejs-client/core": "^0.29.23",
|
|
28
28
|
"anser": "^2.0.1",
|
|
29
29
|
"core-js": "^3.6.5",
|
|
30
30
|
"html-entities": "^2.3.2",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": ">=16.10.2"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "da516571691c103ecbd035c3319653766622b083"
|
|
48
48
|
}
|