@cubejs-client/core 0.30.29 → 0.30.46
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 +11 -0
- package/dist/cubejs-client-core.umd.js +1 -1
- package/dist/cubejs-client-core.umd.js.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.30.46](https://github.com/cube-js/cube.js/compare/v0.30.45...v0.30.46) (2022-08-10)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **client-core:** Fix a type inference failure ([#5067](https://github.com/cube-js/cube.js/issues/5067)) ([794708e](https://github.com/cube-js/cube.js/commit/794708e7ea3d540afdd86c58b32bab1c6a0d89c4))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [0.30.29](https://github.com/cube-js/cube.js/compare/v0.30.28...v0.30.29) (2022-07-01)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @cubejs-client/core
|
|
@@ -10640,7 +10640,7 @@
|
|
|
10640
10640
|
|
|
10641
10641
|
return exports;
|
|
10642
10642
|
|
|
10643
|
-
})({})
|
|
10643
|
+
}))({});
|
|
10644
10644
|
})(__self__);
|
|
10645
10645
|
__self__.fetch.ponyfill = true;
|
|
10646
10646
|
// Remove "polyfill" property added by whatwg-fetch
|