@prismicio/api-renderer
Advanced tools
Comparing version 3.2.4-alpha.9 to 3.2.4-alpha.10
@@ -17,5 +17,6 @@ "use strict"; | ||
exports.AnyLinkDef = new t.Type("AnyLinkDef", (u) => u.select === "any", (u) => { | ||
return (0, function_1.pipe)(codec.decode(u), fp_ts_1.either.map(() => { | ||
return (0, function_1.pipe)(codec.decode(u), fp_ts_1.either.map((decoded) => { | ||
return { | ||
select: null, | ||
allowText: decoded.allowText, | ||
}; | ||
@@ -22,0 +23,0 @@ })); |
{ | ||
"name": "@prismicio/api-renderer", | ||
"version": "3.2.4-alpha.9", | ||
"version": "3.2.4-alpha.10", | ||
"description": "Prismic renderers for the content API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -24,5 +24,6 @@ import type { LinkConfig } from "@prismicio/types-internal/lib/customtypes" | ||
codec.decode(u), | ||
either.map(() => { | ||
either.map((decoded) => { | ||
return { | ||
select: null, | ||
allowText: decoded.allowText, | ||
} | ||
@@ -29,0 +30,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
1058332
25176