@dbml/core
Advanced tools
Comparing version 3.8.0 to 3.8.1
{ | ||
"name": "@dbml/core", | ||
"version": "3.8.0", | ||
"version": "3.8.1", | ||
"description": "> TODO: description", | ||
@@ -35,3 +35,3 @@ "author": "Holistics <dev@holistics.io>", | ||
"dependencies": { | ||
"@dbml/parse": "^3.8.0", | ||
"@dbml/parse": "^3.8.1", | ||
"antlr4": "^4.13.1", | ||
@@ -63,3 +63,3 @@ "lodash": "^4.17.15", | ||
}, | ||
"gitHead": "f106540bc455695c8a4c91ed63aa8fabc8ce645a", | ||
"gitHead": "40a25ded1488372f082739f6d43e45f2ad918e7e", | ||
"engines": { | ||
@@ -66,0 +66,0 @@ "node": ">=16" |
@@ -16,4 +16,6 @@ import { Compiler } from '@dbml/parse'; | ||
static parse(str: string, format: 'mysql' | 'postgres' | 'dbml' | 'dbmlv2' | 'schemarb' | 'mssql' | 'json'): Database; | ||
static parse(str: RawDatabase, format: 'json'): Database; | ||
parse(str: string, format: 'mysql' | 'postgres' | 'dbml' | 'dbmlv2' | 'schemarb' | 'mssql' | 'json'): Database; | ||
parse(str: RawDatabase, format: 'json'): Database; | ||
} | ||
export default Parser; |
13703749
49048
Updated@dbml/parse@^3.8.1