@vizzly/semantic-layer-public
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,1 +0,2 @@ | ||
export declare const hi: () => void; | ||
export * as QueryEngineConfig from './QueryEngineConfig'; | ||
export * as VizzlyConfig from './VizzlyConfig'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.hi = void 0; | ||
const hi = () => console.log('hi'); | ||
exports.hi = hi; | ||
exports.VizzlyConfig = exports.QueryEngineConfig = void 0; | ||
exports.QueryEngineConfig = __importStar(require("./QueryEngineConfig")); | ||
exports.VizzlyConfig = __importStar(require("./VizzlyConfig")); |
{ | ||
"name": "@vizzly/semantic-layer-public", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"source": "src/index.ts", | ||
@@ -21,7 +21,12 @@ "main": "dist/index.js", | ||
"@types/jest": "^29.5.12", | ||
"@types/uuid": "^9.0.8", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.2.5", | ||
"ts-jest": "^29.1.2", | ||
"typescript": "^5.4.5" | ||
"typescript": "^5.4.5", | ||
"uuid": "^9.0.1" | ||
}, | ||
"dependencies": { | ||
"@vizzly/sqlbuilder-public": "^0.0.63" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
49632
43
1165
1
7
+ Added@vizzly/sqlbuilder-public@0.0.63(transitive)