relational-schema
Advanced tools
Comparing version 0.4.0 to 0.4.1
import { BuilderOptions, ConnectionConfig, Format, LogLevel } from './types'; | ||
export * from './types'; | ||
/** | ||
@@ -3,0 +4,0 @@ * Generate the schema |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
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); | ||
}; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
@@ -16,2 +26,3 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
const logger_1 = require("./lib/logger"); | ||
__exportStar(require("./types"), exports); | ||
// ************************** | ||
@@ -18,0 +29,0 @@ // generate schema |
@@ -0,1 +1,10 @@ | ||
## [0.4.1](https://github.com/MattGson/relational-schema/compare/v0.4.0...v0.4.1) (2021-05-11) | ||
### Bug Fixes | ||
* **config:** fixes package json ([aecde0b](https://github.com/MattGson/relational-schema/commit/aecde0b8de0d9246b0246acb84f620b71977e989)) | ||
* **types:** added index types ([35604c6](https://github.com/MattGson/relational-schema/commit/35604c608d4b159927f480cafedf70cbd8f203df)) | ||
* **types:** included types export ([a4d63c9](https://github.com/MattGson/relational-schema/commit/a4d63c97529da88e005a9806508f533ba977b5f2)) | ||
# [0.4.0](https://github.com/MattGson/relational-schema/compare/v0.3.1...v0.4.0) (2021-05-11) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "relational-schema", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Generate a js schema for a relational database", | ||
@@ -24,6 +24,7 @@ "keywords": [ | ||
"prepare": "npm run build", | ||
"create-version": "standard-version", | ||
"semantic-release": "semantic-release", | ||
"typecheck": "tsc --p ./tsconfig.typecheck.json" | ||
}, | ||
"main": "./build/src/index.js", | ||
"types": "./build/src/index.d.ts", | ||
"bin": { | ||
@@ -39,2 +40,7 @@ "relations": "build/src/cli/entry.js" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"author": "Matt Goodson <matt.goodson.business@gmail.com>", | ||
@@ -79,8 +85,3 @@ "license": "MIT", | ||
"yargs": "^17.0.1" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
148247
1860