Socket
Socket
Sign inDemoInstall

@cubejs-client/core

Package Overview
Dependencies
Maintainers
2
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-client/core - npm Package Compare versions

Comparing version 0.27.51 to 0.28.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.28.0](https://github.com/cube-js/cube.js/compare/v0.27.53...v0.28.0) (2021-07-17)
### Features
* Move partition range evaluation from Schema Compiler to Query Orchestrator to allow unbounded queries on partitioned pre-aggregations ([8ea654e](https://github.com/cube-js/cube.js/commit/8ea654e93b57014fb2409e070b3a4c381985a9fd))
## [0.27.51](https://github.com/cube-js/cube.js/compare/v0.27.50...v0.27.51) (2021-07-13)

@@ -8,0 +19,0 @@

6

index.d.ts

@@ -788,9 +788,7 @@ /**

export type SqlQueryTuple = [string, boolean | string | number];
export type SqlQueryTuple = [string, any[], any];
export type SqlData = {
aliasNameToMember: Record<string, string>;
cacheKeyQueries: {
queries: SqlQueryTuple[];
};
cacheKeyQueries: SqlQueryTuple[];
dataSource: boolean;

@@ -797,0 +795,0 @@ external: boolean;

{
"name": "@cubejs-client/core",
"version": "0.27.51",
"version": "0.28.0",
"engines": {},

@@ -48,3 +48,3 @@ "repository": {

},
"gitHead": "7bcf0357185b7eaf6d317f7847dd147377fb0160"
"gitHead": "a63d0118921c33743263407026ec69cea6494d41"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc