@cubejs-client/core 0.34.27 → 0.34.37

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
@@ -990,6 +990,7 @@ declare module '@cubejs-client/core' {
990
990
  */
991
991
  isVisible?: boolean;
992
992
  public?: boolean;
993
+ meta?: any;
993
994
  };
994
995
 
995
996
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-client/core",
3
- "version": "0.34.27",
3
+ "version": "0.34.37",
4
4
  "engines": {},
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,14 +36,14 @@
36
36
  "devDependencies": {
37
37
  "@babel/core": "^7.3.3",
38
38
  "@babel/preset-env": "^7.3.1",
39
- "@types/jest": "^26.0.9",
39
+ "@types/jest": "^27",
40
40
  "@types/moment-range": "^4.0.0",
41
- "babel-jest": "^26.0.1",
41
+ "babel-jest": "^27",
42
42
  "eslint": "^7.21.0",
43
43
  "eslint-config-airbnb-base": "^13.1.0",
44
44
  "eslint-plugin-import": "^2.16.0",
45
45
  "eslint-plugin-node": "^5.2.1",
46
- "jest": "^26.0.1"
46
+ "jest": "^27"
47
47
  },
48
- "gitHead": "869a81f0c85fa6557a15aa5885e24b6eee2bea9c"
48
+ "gitHead": "595c23dc095825180036b2c3950671d6a75065eb"
49
49
  }