@last-rev/adapter-contentful
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@last-rev/adapter-contentful", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Transforms data from contentful's structure to one which is expected by LastRev components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -18,1 +18,3 @@ export type AdapterConfig = { | ||
}; | ||
export default function Adapter(adapterConfig: AdapterConfig): Record<string, unknown>; |
85339
2405