@vizzly/semantic-layer-public
Advanced tools
Comparing version 0.0.49 to 0.0.50
export * as QueryEngineConfig from './QueryEngineConfig'; | ||
export * as VizzlyConfig from './VizzlyConfig'; | ||
export * from './types'; |
@@ -25,2 +25,5 @@ "use strict"; | ||
}; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -30,1 +33,2 @@ exports.VizzlyConfig = exports.QueryEngineConfig = void 0; | ||
exports.VizzlyConfig = __importStar(require("./VizzlyConfig")); | ||
__exportStar(require("./types"), exports); |
{ | ||
"name": "@vizzly/semantic-layer-public", | ||
"version": "0.0.49", | ||
"version": "0.0.50", | ||
"source": "src/index.ts", | ||
@@ -29,4 +29,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@vizzly/sqlbuilder-public": "^0.0.66" | ||
"@vizzly/sqlbuilder-public": "^0.0.68" | ||
} | ||
} |
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
53276
47
1233
+ Added@vizzly/sqlbuilder-public@0.0.68(transitive)
- Removed@vizzly/sqlbuilder-public@0.0.66(transitive)