@vizzly/semantic-layer-public
Advanced tools
Comparing version 0.0.213 to 0.0.214
@@ -5,2 +5,1 @@ export * as QueryEngineConfig from './QueryEngineConfig'; | ||
export * from './timezones'; | ||
export * as Query from './Query'; |
@@ -29,3 +29,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Query = exports.VizzlyConfig = exports.QueryEngineConfig = void 0; | ||
exports.VizzlyConfig = exports.QueryEngineConfig = void 0; | ||
exports.QueryEngineConfig = __importStar(require("./QueryEngineConfig")); | ||
@@ -35,2 +35,1 @@ exports.VizzlyConfig = __importStar(require("./VizzlyConfig")); | ||
__exportStar(require("./timezones"), exports); | ||
exports.Query = __importStar(require("./Query")); |
export type OriginId = 'direct' | 'environment' | 'vizzly_api' | 'github' | 'remote' | 's3' | 'file' | 'encrypted_blob'; | ||
export type * from './QueryEngineConfig/types'; | ||
export type * from './Query/types'; |
{ | ||
"name": "@vizzly/semantic-layer-public", | ||
"version": "0.0.213", | ||
"version": "0.0.214", | ||
"source": "src/index.ts", | ||
@@ -27,8 +27,8 @@ "main": "dist/index.js", | ||
"uuid": "^9.0.1", | ||
"@vizzly/sqlbuilder-public": "0.1.17" | ||
"@vizzly/sqlbuilder-public": "0.1.23" | ||
}, | ||
"peerDependencies": { | ||
"@vizzly/sqlbuilder-public": "0.1.17", | ||
"@vizzly/sqlbuilder-public": "0.1.23", | ||
"@vizzly/joi": "^17.11.0" | ||
} | ||
} |
70892
51
1852