@cubejs-client/react 0.30.60 → 0.30.64

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
@@ -656,9 +656,11 @@ declare module '@cubejs-client/react' {
656
656
  sourceAxis: TSourceAxis;
657
657
  destinationAxis: TSourceAxis;
658
658
  };
659
+
659
660
  type PivotConfigExtraUpdateFields = {
660
661
  limit?: number;
661
662
  };
663
+
662
664
  type PivotConfigUpdater = {
663
665
  moveItem: (args: PivotConfigUpdaterArgs) => void;
664
666
  update: (pivotConfig: PivotConfig & PivotConfigExtraUpdateFields) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-client/react",
3
- "version": "0.30.60",
3
+ "version": "0.30.64",
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.30.60",
27
+ "@cubejs-client/core": "^0.30.64",
28
28
  "core-js": "^3.6.5",
29
29
  "ramda": "^0.27.0"
30
30
  },
@@ -42,5 +42,5 @@
42
42
  "peerDependencies": {
43
43
  "react": ">=16.10.2"
44
44
  },
45
- "gitHead": "7ec87645cf0063257e527a83ea91f77551ad607c"
45
+ "gitHead": "f5123837220235430a0eabf921e2c9cd4f513261"
46
46
  }