@vizzly/semantic-layer-public
Advanced tools
Comparing version 0.0.110 to 0.0.111
@@ -15,3 +15,3 @@ "use strict"; | ||
const SUPPORTED_SECURE_FILTER_OPS = Object.keys(constants_2.supportedOperatorsConstants); | ||
const SUPPORTED_ALLOWED_GRANULARITIES = ['second', 'minute', 'hour', 'day', 'week', 'month', 'quarter', 'year']; | ||
const SUPPORTED_ALLOWED_GRANULARITIES = ['second', 'minute', 'hour', 'day', 'week', 'month', 'quarter', 'year', 'dayOfMonthOnly', 'dayOfWeekOnly', 'weekOfYearOnly', 'hourOfDayOnly']; | ||
const SUPPORTED_JOINS = ['rightJoin', 'leftJoin', 'innerJoin', 'outerJoin', 'leftOuterJoin', 'rightOuterJoin']; | ||
@@ -18,0 +18,0 @@ exports.ALLOWED_ID_REGEX = /^[a-zA-Z0-9_+:\/=\-\s]*$/; |
{ | ||
"name": "@vizzly/semantic-layer-public", | ||
"version": "0.0.110", | ||
"version": "0.0.111", | ||
"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
67354