@cubejs-client/playground 1.5.10 → 1.5.12

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.
@@ -121,7 +121,7 @@ export declare function useQueryBuilder(props: UseQueryBuilderProps): {
121
121
  dryRunResponse: DryRunResponse | null;
122
122
  sqlQuery: SqlQuery | null;
123
123
  getCubeByName: (name: string) => Cube | undefined;
124
- getMemberFormat: (name: string) => unknown;
124
+ getMemberFormat: (name: string) => import("@cubejs-client/core").DimensionFormat | null | undefined;
125
125
  cubes: Cube[];
126
126
  members: CubeMembers;
127
127
  joinableCubes: Cube[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cubejs-client/playground",
3
3
  "author": "Cube Dev, Inc.",
4
- "version": "1.5.10",
4
+ "version": "1.5.12",
5
5
  "engines": {},
6
6
  "repository": {
7
7
  "type": "git",
@@ -69,8 +69,8 @@
69
69
  "@ant-design/compatible": "^1.0.1",
70
70
  "@ant-design/icons": "^5.3.5",
71
71
  "@cube-dev/ui-kit": "0.52.3",
72
- "@cubejs-client/core": "1.5.10",
73
- "@cubejs-client/react": "1.5.10",
72
+ "@cubejs-client/core": "1.5.12",
73
+ "@cubejs-client/react": "1.5.12",
74
74
  "@types/flexsearch": "^0.7.3",
75
75
  "@types/node": "^20",
76
76
  "@types/react": "^18.3.4",
@@ -109,5 +109,5 @@
109
109
  "react-dom": ">=18.0.0",
110
110
  "styled-components": ">=6.0.0"
111
111
  },
112
- "gitHead": "31c86ae4158e594ce6354ea43df82af6563a420f"
112
+ "gitHead": "89bd72bdaab24eefb9868990a709c909258d5609"
113
113
  }