@postgresql-typed/util
Advanced tools
Comparing version
export declare const DEFAULT_CONFIG_FILES: string[]; | ||
export declare const DEFAULT_CONFIG_FILE = "postgresql-typed.config.ts"; | ||
export declare const DEFAULT_CONFIG_FILE_RAW = "import { defineConfig } from \"@postgresql-typed/cli/config\";\n\nexport default defineConfig({});"; | ||
export declare const DEFAULT_CONFIG_FILE_RAW = "import { defineConfig } from \"@postgresql-typed/cli/lib/config\";\n\nexport default defineConfig({});"; | ||
export * from "./configs/index.js"; | ||
export * from "./defineConfig.js"; | ||
export * from "./getConfig.js"; |
@@ -10,3 +10,3 @@ export const DEFAULT_CONFIG_FILES = [ | ||
export const DEFAULT_CONFIG_FILE = "postgresql-typed.config.ts"; | ||
export const DEFAULT_CONFIG_FILE_RAW = `import { defineConfig } from "@postgresql-typed/cli/config"; | ||
export const DEFAULT_CONFIG_FILE_RAW = `import { defineConfig } from "@postgresql-typed/cli/lib/config"; | ||
@@ -13,0 +13,0 @@ export default defineConfig({});`; |
{ | ||
"name": "@postgresql-typed/util", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Utility functions for PostgreSQL-Typed", | ||
@@ -5,0 +5,0 @@ "type": "module", |
118394
0.01%