contentlayer-source-notion
Advanced tools
Comparing version 0.0.1-alpha.7 to 0.0.1-alpha.8
@@ -25,5 +25,5 @@ import * as tracing_1 from "@effect-ts/core/Tracing"; | ||
], | ||
computedFields: databaseTypeDef.computedFields, | ||
computedFields: databaseTypeDef.computedFields ?? [], | ||
extensions: {}, | ||
}), fileName_1 + ":30:14")), fileName_1 + ":27:12"))); | ||
//# sourceMappingURL=provideDocumentTypeDef.js.map |
{ | ||
"name": "contentlayer-source-notion", | ||
"version": "0.0.1-alpha.7", | ||
"version": "0.0.1-alpha.8", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "exports": "./dist/index.js", |
@@ -51,3 +51,3 @@ import type * as core from '@contentlayer/core' | ||
] as FieldDef[], // TODO : Find a more beautiful way | ||
computedFields: databaseTypeDef.computedFields, | ||
computedFields: databaseTypeDef.computedFields ?? [], | ||
extensions: {}, | ||
@@ -54,0 +54,0 @@ } as core.DocumentTypeDef), |
Sorry, the diff of this file is not supported yet
153874