@directus/schema
Advanced tools
Comparing version 9.22.1 to 9.22.3
@@ -55,3 +55,3 @@ "use strict"; | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -58,0 +58,0 @@ if (y = 0, t) op = [op[0] & 2, t.value]; |
@@ -66,3 +66,3 @@ "use strict"; | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -69,0 +69,0 @@ if (y = 0, t) op = [op[0] & 2, t.value]; |
@@ -66,3 +66,3 @@ "use strict"; | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -69,0 +69,0 @@ if (y = 0, t) op = [op[0] & 2, t.value]; |
@@ -66,3 +66,3 @@ "use strict"; | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -69,0 +69,0 @@ if (y = 0, t) op = [op[0] & 2, t.value]; |
@@ -55,3 +55,3 @@ "use strict"; | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -58,0 +58,0 @@ if (y = 0, t) op = [op[0] & 2, t.value]; |
@@ -55,3 +55,3 @@ "use strict"; | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -58,0 +58,0 @@ if (y = 0, t) op = [op[0] & 2, t.value]; |
@@ -1,2 +0,2 @@ | ||
export declare type SchemaOverview = { | ||
export type SchemaOverview = { | ||
[table: string]: { | ||
@@ -3,0 +3,0 @@ primary: string; |
import { SchemaInspector as KnexSchemaInspector } from 'knex-schema-inspector/dist/types/schema-inspector'; | ||
import { SchemaOverview } from './overview'; | ||
export declare type SchemaInspector = KnexSchemaInspector & { | ||
export type SchemaInspector = KnexSchemaInspector & { | ||
overview: () => Promise<SchemaOverview>; | ||
}; |
{ | ||
"name": "@directus/schema", | ||
"version": "9.22.1", | ||
"version": "9.22.3", | ||
"description": "Utility for extracting information about existing DB schema", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"typescript": "4.8.4" | ||
"typescript": "4.9.4" | ||
}, | ||
@@ -48,0 +48,0 @@ "publishConfig": { |
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
106438