@vizzly/semantic-layer-public
Advanced tools
Comparing version 0.0.28 to 0.0.29
@@ -17,3 +17,3 @@ "use strict"; | ||
const SUPPORTED_JOINS = ['rightJoin', 'leftJoin', 'innerJoin', 'outerJoin', 'leftOuterJoin', 'rightOuterJoin']; | ||
exports.ALLOWED_ID_REGEX = /^[a-zA-Z0-9_+/=-\s]*$/; | ||
exports.ALLOWED_ID_REGEX = /^[a-zA-Z0-9_+:\/=\-\s]*$/; | ||
exports.ID_REGEX_ERROR_MESSAGE = 'IDs must only use alpha numeric characters and _'; | ||
@@ -20,0 +20,0 @@ const DEFAULT_SCHEMA_OPTIONS = { checkConnectionSpecificDataSets: true }; |
{ | ||
"name": "@vizzly/semantic-layer-public", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"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
52755