@cubejs-client/core 0.29.42 → 0.29.43

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.29.43](https://github.com/cube-js/cube.js/compare/v0.29.42...v0.29.43) (2022-04-07)
7
+
8
+ **Note:** Version bump only for package @cubejs-client/core
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.29.42](https://github.com/cube-js/cube.js/compare/v0.29.41...v0.29.42) (2022-04-04)
7
15
 
8
16
 
package/index.d.ts CHANGED
@@ -465,7 +465,7 @@ declare module '@cubejs-client/core' {
465
465
  /**
466
466
  * Base method for pivoting [ResultSet](#result-set) data.
467
467
  * Most of the times shouldn't be used directly and [chartPivot](#result-set-chart-pivot)
468
- * or (tablePivot)[#table-pivot] should be used instead.
468
+ * or [tablePivot](#table-pivot) should be used instead.
469
469
  *
470
470
  * You can find the examples of using the `pivotConfig` [here](#types-pivot-config)
471
471
  * ```js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-client/core",
3
- "version": "0.29.42",
3
+ "version": "0.29.43",
4
4
  "engines": {},
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,5 +46,5 @@
46
46
  "eslint-plugin-node": "^5.2.1",
47
47
  "jest": "^26.0.1"
48
48
  },
49
- "gitHead": "d05b5199da6e06f4d8baaed1baddb56cf1538637"
49
+ "gitHead": "4fde50fecf7e642e73d363a9cdd9126a3533fa43"
50
50
  }