Socket
Socket
Sign inDemoInstall

pinelab-storefront-client

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pinelab-storefront-client - npm Package Compare versions

Comparing version 0.54.0 to 0.54.3

2

lib/gridsome/gridsome.queries.js

@@ -11,4 +11,4 @@ "use strict";

exports.GET_PRODUCTS = graphql_request_1.gql(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n query products($options: Vendure_ProductListOptions) {\n Vendure {\n products(options: $options) {\n totalItems\n items {\n ...ProductFields\n }\n }\n }\n }\n"], ["\n ", "\n query products($options: Vendure_ProductListOptions) {\n Vendure {\n products(options: $options) {\n totalItems\n items {\n ...ProductFields\n }\n }\n }\n }\n"])), exports.PRODUCT_FIELDS);
exports.GET_COLLECTIONS = graphql_request_1.gql(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n {\n Vendure {\n collections {\n items {\n id\n name\n slug\n description\n parent {\n id\n name\n slug\n }\n children {\n id\n name\n slug\n }\n featuredAsset {\n preview\n thumbnail\n }\n productVariants {\n items {\n product {\n id\n name\n slug\n }\n }\n }\n }\n }\n }\n }\n"], ["\n {\n Vendure {\n collections {\n items {\n id\n name\n slug\n description\n parent {\n id\n name\n slug\n }\n children {\n id\n name\n slug\n }\n featuredAsset {\n preview\n thumbnail\n }\n productVariants {\n items {\n product {\n id\n name\n slug\n }\n }\n }\n }\n }\n }\n }\n"])));
exports.GET_COLLECTIONS = graphql_request_1.gql(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n {\n Vendure {\n collections {\n items {\n id\n name\n slug\n description\n parent {\n id\n name\n slug\n }\n children {\n id\n name\n slug\n }\n featuredAsset {\n preview\n thumbnail\n }\n productVariants {\n items {\n product {\n id\n }\n }\n }\n }\n }\n }\n }\n"], ["\n {\n Vendure {\n collections {\n items {\n id\n name\n slug\n description\n parent {\n id\n name\n slug\n }\n children {\n id\n name\n slug\n }\n featuredAsset {\n preview\n thumbnail\n }\n productVariants {\n items {\n product {\n id\n }\n }\n }\n }\n }\n }\n }\n"])));
exports.GET_AVAILABLE_COUNTRIES = graphql_request_1.gql(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n {\n Vendure {\n availableCountries {\n name\n code\n }\n }\n }\n"], ["\n {\n Vendure {\n availableCountries {\n name\n code\n }\n }\n }\n"])));
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;

@@ -10,3 +10,3 @@ "use strict";

exports.PRODUCT_FIELDS = graphql_request_1.gql(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n fragment ProductFields on Product {\n id\n name\n slug\n assets {\n preview\n thumbnail\n }\n featuredAsset {\n id\n preview\n thumbnail\n }\n description\n variants {\n id\n name\n priceWithTax\n productId\n stockLevel\n options {\n id\n name\n group {\n id\n name\n }\n }\n assets {\n id\n preview\n thumbnail\n }\n featuredAsset {\n id\n preview\n thumbnail\n }\n }\n customFields {\n metaTitle\n metaDescription\n }\n }\n"], ["\n fragment ProductFields on Product {\n id\n name\n slug\n assets {\n preview\n thumbnail\n }\n featuredAsset {\n id\n preview\n thumbnail\n }\n description\n variants {\n id\n name\n priceWithTax\n productId\n stockLevel\n options {\n id\n name\n group {\n id\n name\n }\n }\n assets {\n id\n preview\n thumbnail\n }\n featuredAsset {\n id\n preview\n thumbnail\n }\n }\n customFields {\n metaTitle\n metaDescription\n }\n }\n"])));
exports.ORDER_FIELDS = graphql_request_1.gql(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n fragment OrderFields on Order {\n id\n code\n state\n active\n totalWithTax\n subTotalWithTax\n shippingWithTax\n customer {\n id\n firstName\n lastName\n phoneNumber\n emailAddress\n }\n shippingAddress {\n company\n streetLine1\n streetLine2\n city\n postalCode\n country\n }\n shippingLines {\n shippingMethod {\n id\n code\n name\n }\n }\n lines {\n id\n quantity\n linePriceWithTax\n featuredAsset {\n id\n preview\n thumbnail\n }\n productVariant {\n id\n sku\n name\n priceWithTax\n product {\n id\n slug\n name\n }\n }\n }\n taxSummary {\n taxRate\n taxTotal\n taxBase\n }\n payments {\n id\n state\n errorMessage\n metadata\n }\n discounts {\n description\n amountWithTax\n }\n couponCodes\n }\n"], ["\n fragment OrderFields on Order {\n id\n code\n state\n active\n totalWithTax\n subTotalWithTax\n shippingWithTax\n customer {\n id\n firstName\n lastName\n phoneNumber\n emailAddress\n }\n shippingAddress {\n company\n streetLine1\n streetLine2\n city\n postalCode\n country\n }\n shippingLines {\n shippingMethod {\n id\n code\n name\n }\n }\n lines {\n id\n quantity\n linePriceWithTax\n featuredAsset {\n id\n preview\n thumbnail\n }\n productVariant {\n id\n sku\n name\n priceWithTax\n product {\n id\n slug\n name\n }\n }\n }\n taxSummary {\n taxRate\n taxTotal\n taxBase\n }\n payments {\n id\n state\n errorMessage\n metadata\n }\n discounts {\n description\n amountWithTax\n }\n couponCodes\n }\n"])));
exports.ORDER_FIELDS = graphql_request_1.gql(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n fragment OrderFields on Order {\n id\n code\n state\n active\n totalWithTax\n subTotalWithTax\n shippingWithTax\n customer {\n id\n firstName\n lastName\n phoneNumber\n emailAddress\n }\n shippingAddress {\n company\n streetLine1\n streetLine2\n city\n postalCode\n country\n }\n shippingLines {\n shippingMethod {\n id\n code\n name\n }\n }\n lines {\n id\n quantity\n linePriceWithTax\n featuredAsset {\n id\n preview\n thumbnail\n }\n productVariant {\n id\n sku\n name\n priceWithTax\n product {\n id\n }\n }\n }\n taxSummary {\n taxRate\n taxTotal\n taxBase\n }\n payments {\n id\n state\n errorMessage\n metadata\n }\n discounts {\n description\n amountWithTax\n }\n couponCodes\n }\n"], ["\n fragment OrderFields on Order {\n id\n code\n state\n active\n totalWithTax\n subTotalWithTax\n shippingWithTax\n customer {\n id\n firstName\n lastName\n phoneNumber\n emailAddress\n }\n shippingAddress {\n company\n streetLine1\n streetLine2\n city\n postalCode\n country\n }\n shippingLines {\n shippingMethod {\n id\n code\n name\n }\n }\n lines {\n id\n quantity\n linePriceWithTax\n featuredAsset {\n id\n preview\n thumbnail\n }\n productVariant {\n id\n sku\n name\n priceWithTax\n product {\n id\n }\n }\n }\n taxSummary {\n taxRate\n taxTotal\n taxBase\n }\n payments {\n id\n state\n errorMessage\n metadata\n }\n discounts {\n description\n amountWithTax\n }\n couponCodes\n }\n"])));
exports.GET_PRICE_AND_STOCKLEVEL = graphql_request_1.gql(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n query products {\n products {\n items {\n id\n slug\n variants {\n id\n stockLevel\n priceWithTax\n }\n }\n }\n }\n"], ["\n query products {\n products {\n items {\n id\n slug\n variants {\n id\n stockLevel\n priceWithTax\n }\n }\n }\n }\n"])));

@@ -13,0 +13,0 @@ exports.GET_PRODUCT = graphql_request_1.gql(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n ", "\n query product($slug: String) {\n product(slug: $slug) {\n ...ProductFields\n }\n }\n"], ["\n ", "\n query product($slug: String) {\n product(slug: $slug) {\n ...ProductFields\n }\n }\n"])), exports.PRODUCT_FIELDS);

{
"name": "pinelab-storefront-client",
"version": "0.54.0",
"version": "0.54.3",
"description": "Generates static html pages with Gridsome and suplied Vue components",

@@ -51,3 +51,3 @@ "author": "Martijn van de Brug <martijn@pinelab.studio>",

},
"gitHead": "ebbfc67d140664747ad52dfa27bc946e1ff3c1a9"
"gitHead": "30e9514944d9a2b8e6bf131a412dab331227bc40"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc