@cubejs-client/react 0.28.37 → 0.29.0

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/index.d.ts CHANGED
@@ -318,6 +318,7 @@ declare module '@cubejs-client/react' {
318
318
  timeDimensions: AvailableCube<TCubeDimension>[];
319
319
  };
320
320
 
321
+ // todo: CubeMember
321
322
  export type AvailableCube<T = any> = {
322
323
  cubeName: string;
323
324
  cubeTitle: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-client/react",
3
- "version": "0.28.37",
3
+ "version": "0.29.0",
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.28.37",
27
+ "@cubejs-client/core": "^0.29.0",
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": "8491774b9697362e7328846013387c8e40d28388"
47
+ "gitHead": "15502010fedcb085860d4f35267a57a6d60aa9ab"
48
48
  }