contentlayer-source-notion
Advanced tools
Comparing version 0.0.1-alpha.11 to 0.0.1-alpha.12
@@ -8,5 +8,6 @@ import * as tracing_1 from "@effect-ts/core/Tracing"; | ||
of: { type: 'string' }, | ||
default: [], | ||
}, fileName_1 + ":7:14"), | ||
getFieldData: ({ propertyData }) => T.succeed(propertyData.map((file) => ('file' in file ? file.file.url : file.external.url)), fileName_1 + ":12:14"), | ||
getFieldData: ({ propertyData }) => T.succeed(propertyData.map((file) => ('file' in file ? file.file.url : file.external.url)), fileName_1 + ":13:14"), | ||
}; | ||
//# sourceMappingURL=field-files.js.map |
{ | ||
"name": "contentlayer-source-notion", | ||
"version": "0.0.1-alpha.11", | ||
"version": "0.0.1-alpha.12", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "exports": "./dist/index.js", |
@@ -10,2 +10,3 @@ import { T } from '@contentlayer/utils/effect' | ||
of: { type: 'string' }, | ||
default: [], | ||
}), | ||
@@ -12,0 +13,0 @@ getFieldData: ({ propertyData }) => |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
160406
2177