@cubejs-backend/cubestore 1.1.5 → 1.1.8

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -153,7 +153,7 @@ exclude this from your PR!)
153
153
  ```
154
154
 
155
155
  [patch.'https://github.com/cube-js/arrow-rs']
156
- arquet = { path = "../../../arrow-rs/parquet" }
156
+ parquet = { path = "../../../arrow-rs/parquet" }
157
157
  arrow = { path = "../../../arrow-rs/arrow" }
158
158
 
159
159
  [patch.'https://github.com/cube-js/arrow-datafusion']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/cubestore",
3
- "version": "1.1.5",
3
+ "version": "1.1.8",
4
4
  "description": "Cube.js pre-aggregation storage layer.",
5
5
  "main": "dist/src/index.js",
6
6
  "typings": "dist/src/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "access": "public"
38
38
  },
39
39
  "dependencies": {
40
- "@cubejs-backend/shared": "1.1.4",
40
+ "@cubejs-backend/shared": "1.1.8",
41
41
  "@octokit/core": "^3.2.5",
42
42
  "source-map-support": "^0.5.19"
43
43
  },
@@ -50,5 +50,5 @@
50
50
  ],
51
51
  "testEnvironment": "node"
52
52
  },
53
- "gitHead": "5fd13d14c284bb40cb74ede7b12f0d66ad4ce10f"
53
+ "gitHead": "2b4bc9efeee2dc43515822738f23c6c5e85e4461"
54
54
  }