@prismicio/api-renderer
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -58,6 +58,6 @@ "use strict"; | ||
}, | ||
renderMocks(_def, _content) { | ||
return []; | ||
renderMocks(def, content) { | ||
return this.renderV2(def, content); | ||
}, | ||
}); | ||
exports.default = SlicesRenderer; |
{ | ||
"name": "@prismicio/api-renderer", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Prismic renderers for the content API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -117,4 +117,4 @@ import { EmptyContentType } from "@prismicio/types-internal/lib/documents/widgets/EmptyContent" | ||
renderMocks(_def: SlicesDefO, _content: SlicesContent): unknown { | ||
return [] | ||
renderMocks(def: SlicesDefO, content: SlicesContent): unknown { | ||
return this.renderV2(def, content) | ||
}, | ||
@@ -121,0 +121,0 @@ }) |
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
736961