@kodo-is/prismic
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -86,3 +86,3 @@ "use strict"; | ||
tagsQuery = tags ? "tags: [" + (tags === null || tags === void 0 ? void 0 : tags.map(function (x) { return "\"" + x + "\""; }).join(',')) + "]" : undefined; | ||
tagsInQuery = tagsIn ? "tags: [" + (tagsIn === null || tagsIn === void 0 ? void 0 : tagsIn.map(function (x) { return "\"" + x + "\""; }).join(',')) + "]" : undefined; | ||
tagsInQuery = tagsIn ? "tags_in: [" + (tagsIn === null || tagsIn === void 0 ? void 0 : tagsIn.map(function (x) { return "\"" + x + "\""; }).join(',')) + "]" : undefined; | ||
query = graphql_tag_1.default(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n query Get", "(", ") {\n ", "(", ") {\n edges {\n node {\n ", "\n\n _meta {\n uid\n }\n }\n }\n\n totalCount\n\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n }\n\n ", "\n }\n }\n\n ", "\n ", "\n "], ["\n query Get", "(", ") {\n ", "(", ") {\n edges {\n node {\n ", "\n\n _meta {\n uid\n }\n }\n }\n\n totalCount\n\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n }\n\n ", "\n }\n }\n\n ", "\n ", "\n "])), capitalizeFirstLetter_1.capitalizeFirstLetter(id), [langParameter].join(','), rootName, [lang, sort, after, first, tagsQuery, tagsInQuery] | ||
@@ -89,0 +89,0 @@ .filter(function (x) { return !!x; }) |
{ | ||
"name": "@kodo-is/prismic", | ||
"description": "Prismic helper for Next.js", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "author": "Finnur Sigurðsson <finnur@kodo.is>", |
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
78357