@databases/pg-config
Advanced tools
Comparing version 3.1.0-canary-1685 to 3.1.0-canary-1688
@@ -28,4 +28,3 @@ "use strict"; | ||
schemaTypeName: 'DatabaseSchema', | ||
schemaObjectFileName: 'index.ts', | ||
schemaObjectName: 'databaseSchema', | ||
schemaJsonFileName: 'schema.json', | ||
serializeValueFileName: 'index.ts', | ||
@@ -68,4 +67,3 @@ serializeValueTypeName: 'serializeValue', | ||
schemaTypeName: 'DatabaseSchema', | ||
schemaObjectFileName: 'index.ts', | ||
schemaObjectName: 'databaseSchema', | ||
schemaJsonFileName: 'schema.json', | ||
serializeValueFileName: 'index.ts', | ||
@@ -106,4 +104,3 @@ serializeValueTypeName: 'serializeValue', | ||
schemaTypeName: 'DatabaseSchema', | ||
schemaObjectFileName: 'index.ts', | ||
schemaObjectName: 'databaseSchema', | ||
schemaJsonFileName: 'schema.json', | ||
serializeValueFileName: 'index.ts', | ||
@@ -110,0 +107,0 @@ serializeValueTypeName: 'serializeValue', |
@@ -194,13 +194,9 @@ import * as ft from 'funtypes'; | ||
/** | ||
* What should the generated "schema" object type be called | ||
* What filename do you want to use for the generated "schema" object. | ||
* | ||
* @default "databaseSchema" | ||
*/ | ||
schemaObjectName: string; | ||
/** | ||
* What filename do you want to use for the generated "schema" object | ||
* Set this explicitly to `null` to prevent this file being written. | ||
* | ||
* @default "index.ts" | ||
* @default "schema.json" | ||
*/ | ||
schemaObjectFileName: string; | ||
schemaJsonFileName: string | null; | ||
/** | ||
@@ -207,0 +203,0 @@ * What should the generated "serializeValue" function be called |
@@ -78,4 +78,3 @@ "use strict"; | ||
schemaFileName: withDefault(ft.String, `index.ts`), | ||
schemaObjectName: withDefault(ft.String, `databaseSchema`), | ||
schemaObjectFileName: withDefault(ft.String, `index.ts`), | ||
schemaJsonFileName: withDefault(ft.Union(ft.String, ft.Null), `schema.json`), | ||
serializeValueTypeName: withDefault(ft.String, `serializeValue`), | ||
@@ -82,0 +81,0 @@ serializeValueFileName: withDefault(ft.String, `index.ts`), |
{ | ||
"name": "@databases/pg-config", | ||
"version": "3.1.0-canary-1685", | ||
"version": "3.1.0-canary-1688", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
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
74297
520