@vizzly/semantic-layer-public
Advanced tools
Comparing version 0.0.215 to 0.0.216
@@ -1,4 +0,5 @@ | ||
import { SupportedAggregates, SupportedOperators, SupportedTimeTruncFunctions } from './types'; | ||
import { FrontendFeature, SupportedAggregates, SupportedOperators, SupportedTimeTruncFunctions } from './types'; | ||
export declare const supportedOperatorsConstants: SupportedOperators; | ||
export declare const timeDimensionsConstants: SupportedTimeTruncFunctions; | ||
export declare const supportedAggregatesConstants: SupportedAggregates; | ||
export declare const ALL_FRONTEND_FEATURES: FrontendFeature[]; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.supportedAggregatesConstants = exports.timeDimensionsConstants = exports.supportedOperatorsConstants = void 0; | ||
exports.ALL_FRONTEND_FEATURES = exports.supportedAggregatesConstants = exports.timeDimensionsConstants = exports.supportedOperatorsConstants = void 0; | ||
exports.supportedOperatorsConstants = { | ||
@@ -174,1 +174,2 @@ '>': { | ||
}; | ||
exports.ALL_FRONTEND_FEATURES = ['formatter:monthOfYearOnly']; |
{ | ||
"name": "@vizzly/semantic-layer-public", | ||
"version": "0.0.215", | ||
"version": "0.0.216", | ||
"source": "src/index.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73737
1907