@dotdev/headless-core-node
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -75,3 +75,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
siblingQuery: `${(_e = (_d = config === null || config === void 0 ? void 0 : config.queries) === null || _d === void 0 ? void 0 : _d.products) === null || _e === void 0 ? void 0 : _e.siblingTagPrefix}:${node.handle}`, | ||
groupQuery: node.tags.find(tag => { var _a, _b; return tag === null || tag === void 0 ? void 0 : tag.includes((_b = (_a = config === null || config === void 0 ? void 0 : config.queries) === null || _a === void 0 ? void 0 : _a.products) === null || _b === void 0 ? void 0 : _b.groupTagPrefix); }) || "", | ||
groupQuery1: node.tags.find(tag => { var _a, _b; return tag === null || tag === void 0 ? void 0 : tag.includes((_b = (_a = config === null || config === void 0 ? void 0 : config.queries) === null || _a === void 0 ? void 0 : _a.products) === null || _b === void 0 ? void 0 : _b.groupTagPrefix1); }) || "", | ||
groupQuery2: node.tags.find(tag => { var _a, _b; return tag === null || tag === void 0 ? void 0 : tag.includes((_b = (_a = config === null || config === void 0 ? void 0 : config.queries) === null || _a === void 0 ? void 0 : _a.products) === null || _b === void 0 ? void 0 : _b.groupTagPrefix2); }) || "", | ||
}, | ||
@@ -78,0 +79,0 @@ }, true); |
{ | ||
"name": "@dotdev/headless-core-node", | ||
"description": "Node package for Headless Core", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"author": "DotDev <info@dotdev.com.au>", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
17430
154