diff --git a/.vuestorefrontcloud/docker/Dockerfile b/.vuestorefrontcloud/docker/Dockerfile index 05e44d62e..cf8d61f80 100644 --- a/.vuestorefrontcloud/docker/Dockerfile +++ b/.vuestorefrontcloud/docker/Dockerfile @@ -48,7 +48,7 @@ ENV REDIS__CACHE_INVALIDATE_URL=${REDIS__CACHE_INVALIDATE_URL} ENV REDIS__KEY_PREFIX=${REDIS__KEY_PREFIX} ENV REDIS__ENABLED=${REDIS__ENABLED} ENV SENTRY_DSN=${SENTRY_DSN} -ENV RECAPTCHA_ENABLED=${RECAPTCHA_ENABLED} +ENV RECAPTCHA_ENABLED=false ENV RECAPTCHA_HIDE_BADGE=false ENV RECAPTCHA_VERSION=3 ENV RECAPTCHA_SIZE=invisible diff --git a/.vuestorefrontcloud/docker/nuxt.config.additional.js b/.vuestorefrontcloud/docker/nuxt.config.additional.js index 6042ac827..08823c0b7 100755 --- a/.vuestorefrontcloud/docker/nuxt.config.additional.js +++ b/.vuestorefrontcloud/docker/nuxt.config.additional.js @@ -8,6 +8,7 @@ export default () => { ...baseDefaults, modules: [ ...baseDefaults.modules, + '@nuxtjs/sentry' ], sentry: { dsn: process.env.SENTRY_DSN, diff --git a/docs/api-reference/magento-api.addbundleproductstocart.md b/docs/api-reference/magento-api.addbundleproductstocart.md index 6fe14f74a..7232b602e 100644 --- a/docs/api-reference/magento-api.addbundleproductstocart.md +++ b/docs/api-reference/magento-api.addbundleproductstocart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [addBundleProductsToCart](./magento-api.addbundleproductstocart.md) - -## addBundleProductsToCart variable - -Signature: - -```typescript -_default: (context: Context, input: AddBundleProductsToCartInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [addBundleProductsToCart](./magento-api.addbundleproductstocart.md) + +## addBundleProductsToCart variable + +Signature: + +```typescript +_default: (context: Context, input: AddBundleProductsToCartInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.addconfigurableproductstocart.md b/docs/api-reference/magento-api.addconfigurableproductstocart.md index f8101c746..4183d13c8 100644 --- a/docs/api-reference/magento-api.addconfigurableproductstocart.md +++ b/docs/api-reference/magento-api.addconfigurableproductstocart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [addConfigurableProductsToCart](./magento-api.addconfigurableproductstocart.md) - -## addConfigurableProductsToCart variable - -Signature: - -```typescript -_default: (context: Context, input: AddConfigurableProductsToCartInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [addConfigurableProductsToCart](./magento-api.addconfigurableproductstocart.md) + +## addConfigurableProductsToCart variable + +Signature: + +```typescript +_default: (context: Context, input: AddConfigurableProductsToCartInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.adddownloadableproductstocart.md b/docs/api-reference/magento-api.adddownloadableproductstocart.md index 6d964c722..437fa7b33 100644 --- a/docs/api-reference/magento-api.adddownloadableproductstocart.md +++ b/docs/api-reference/magento-api.adddownloadableproductstocart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [addDownloadableProductsToCart](./magento-api.adddownloadableproductstocart.md) - -## addDownloadableProductsToCart variable - -Signature: - -```typescript -_default: (context: Context, input: AddDownloadableProductsToCartInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [addDownloadableProductsToCart](./magento-api.adddownloadableproductstocart.md) + +## addDownloadableProductsToCart variable + +Signature: + +```typescript +_default: (context: Context, input: AddDownloadableProductsToCartInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.addproductstocart.md b/docs/api-reference/magento-api.addproductstocart.md index 223b5b691..431a040f6 100644 --- a/docs/api-reference/magento-api.addproductstocart.md +++ b/docs/api-reference/magento-api.addproductstocart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [addProductsToCart](./magento-api.addproductstocart.md) - -## addProductsToCart variable - -Signature: - -```typescript -_default: (context: Context, input: AddProductsToCartInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [addProductsToCart](./magento-api.addproductstocart.md) + +## addProductsToCart variable + +Signature: + +```typescript +_default: (context: Context, input: AddProductsToCartInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.addproducttowishlist.md b/docs/api-reference/magento-api.addproducttowishlist.md index 81235a176..acfa824a7 100644 --- a/docs/api-reference/magento-api.addproducttowishlist.md +++ b/docs/api-reference/magento-api.addproducttowishlist.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [addProductToWishList](./magento-api.addproducttowishlist.md) - -## addProductToWishList variable - -Signature: - -```typescript -_default: (context: Context, input: AddProductsToWishlistMutationVariables, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [addProductToWishList](./magento-api.addproducttowishlist.md) + +## addProductToWishList variable + +Signature: + +```typescript +_default: (context: Context, input: AddProductsToWishlistMutationVariables, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.addsimpleproductstocart.md b/docs/api-reference/magento-api.addsimpleproductstocart.md index acb119da6..d2b68a46b 100644 --- a/docs/api-reference/magento-api.addsimpleproductstocart.md +++ b/docs/api-reference/magento-api.addsimpleproductstocart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [addSimpleProductsToCart](./magento-api.addsimpleproductstocart.md) - -## addSimpleProductsToCart variable - -Signature: - -```typescript -_default: (context: Context, input: AddSimpleProductsToCartInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [addSimpleProductsToCart](./magento-api.addsimpleproductstocart.md) + +## addSimpleProductsToCart variable + +Signature: + +```typescript +_default: (context: Context, input: AddSimpleProductsToCartInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.addvirtualproductstocart.md b/docs/api-reference/magento-api.addvirtualproductstocart.md index df1703bac..75b4bd9a6 100644 --- a/docs/api-reference/magento-api.addvirtualproductstocart.md +++ b/docs/api-reference/magento-api.addvirtualproductstocart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [addVirtualProductsToCart](./magento-api.addvirtualproductstocart.md) - -## addVirtualProductsToCart variable - -Signature: - -```typescript -_default: (context: Context, input: AddVirtualProductsToCartInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [addVirtualProductsToCart](./magento-api.addvirtualproductstocart.md) + +## addVirtualProductsToCart variable + +Signature: + +```typescript +_default: (context: Context, input: AddVirtualProductsToCartInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.applycoupontocart.md b/docs/api-reference/magento-api.applycoupontocart.md index 8be8a397c..5cb3439d0 100644 --- a/docs/api-reference/magento-api.applycoupontocart.md +++ b/docs/api-reference/magento-api.applycoupontocart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [applyCouponToCart](./magento-api.applycoupontocart.md) - -## applyCouponToCart variable - -Signature: - -```typescript -_default: (context: Context, input: ApplyCouponToCartInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [applyCouponToCart](./magento-api.applycoupontocart.md) + +## applyCouponToCart variable + +Signature: + +```typescript +_default: (context: Context, input: ApplyCouponToCartInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.availablestores.md b/docs/api-reference/magento-api.availablestores.md index f25ce0de1..fe4756883 100644 --- a/docs/api-reference/magento-api.availablestores.md +++ b/docs/api-reference/magento-api.availablestores.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [availableStores](./magento-api.availablestores.md) - -## availableStores variable - -Signature: - -```typescript -_default: (context: Context, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [availableStores](./magento-api.availablestores.md) + +## availableStores variable + +Signature: + +```typescript +_default: (context: Context, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.cart.md b/docs/api-reference/magento-api.cart.md index d16869f31..9ef22f357 100644 --- a/docs/api-reference/magento-api.cart.md +++ b/docs/api-reference/magento-api.cart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [cart](./magento-api.cart.md) - -## cart variable - -Signature: - -```typescript -_default: (context: Context, cartId: string, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [cart](./magento-api.cart.md) + +## cart variable + +Signature: + +```typescript +_default: (context: Context, cartId: string, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.categorylist.md b/docs/api-reference/magento-api.categorylist.md index 1062676f8..d3d4d5af3 100644 --- a/docs/api-reference/magento-api.categorylist.md +++ b/docs/api-reference/magento-api.categorylist.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [categoryList](./magento-api.categorylist.md) - -## categoryList variable - -Signature: - -```typescript -_default: (context: Context, params: CategoryListQueryVariables, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [categoryList](./magento-api.categorylist.md) + +## categoryList variable + +Signature: + +```typescript +_default: (context: Context, params: CategoryListQueryVariables, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.categorysearch.md b/docs/api-reference/magento-api.categorysearch.md index 28ea0c93b..cf197eb15 100644 --- a/docs/api-reference/magento-api.categorysearch.md +++ b/docs/api-reference/magento-api.categorysearch.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [categorySearch](./magento-api.categorysearch.md) - -## categorySearch variable - -Signature: - -```typescript -_default: (context: Context, filters: CategorySearchQueryVariables, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [categorySearch](./magento-api.categorysearch.md) + +## categorySearch variable + +Signature: + +```typescript +_default: (context: Context, filters: CategorySearchQueryVariables, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.changecustomerpassword.md b/docs/api-reference/magento-api.changecustomerpassword.md index cca78741c..07d282405 100644 --- a/docs/api-reference/magento-api.changecustomerpassword.md +++ b/docs/api-reference/magento-api.changecustomerpassword.md @@ -1,14 +1,14 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [changeCustomerPassword](./magento-api.changecustomerpassword.md) - -## changeCustomerPassword variable - -Signature: - -```typescript -_default: (context: Context, params: { - currentPassword: string; - newPassword: string; -}, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [changeCustomerPassword](./magento-api.changecustomerpassword.md) + +## changeCustomerPassword variable + +Signature: + +```typescript +_default: (context: Context, params: { + currentPassword: string; + newPassword: string; +}, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.cmsblocks.md b/docs/api-reference/magento-api.cmsblocks.md index e2c8bf261..bb01fbbba 100644 --- a/docs/api-reference/magento-api.cmsblocks.md +++ b/docs/api-reference/magento-api.cmsblocks.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [cmsBlocks](./magento-api.cmsblocks.md) - -## cmsBlocks variable - -Signature: - -```typescript -_default: (context: Context, identifiers: string, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [cmsBlocks](./magento-api.cmsblocks.md) + +## cmsBlocks variable + +Signature: + +```typescript +_default: (context: Context, identifiers: string, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.cmspage.md b/docs/api-reference/magento-api.cmspage.md index b796b2997..1f3386c2c 100644 --- a/docs/api-reference/magento-api.cmspage.md +++ b/docs/api-reference/magento-api.cmspage.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [cmsPage](./magento-api.cmspage.md) - -## cmsPage variable - -Signature: - -```typescript -_default: (context: Context, identifier: string, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [cmsPage](./magento-api.cmspage.md) + +## cmsPage variable + +Signature: + +```typescript +_default: (context: Context, identifier: string, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.countries.md b/docs/api-reference/magento-api.countries.md index d1a5c37c0..de6747cf5 100644 --- a/docs/api-reference/magento-api.countries.md +++ b/docs/api-reference/magento-api.countries.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [countries](./magento-api.countries.md) - -## countries variable - -Signature: - -```typescript -_default: (context: Context, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [countries](./magento-api.countries.md) + +## countries variable + +Signature: + +```typescript +_default: (context: Context, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.country.md b/docs/api-reference/magento-api.country.md index 3255eedc7..7794bc2cb 100644 --- a/docs/api-reference/magento-api.country.md +++ b/docs/api-reference/magento-api.country.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [country](./magento-api.country.md) - -## country variable - -Signature: - -```typescript -_default: (context: Context, id: string, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [country](./magento-api.country.md) + +## country variable + +Signature: + +```typescript +_default: (context: Context, id: string, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.createcustomer.md b/docs/api-reference/magento-api.createcustomer.md index 105dd441b..6d8c5320f 100644 --- a/docs/api-reference/magento-api.createcustomer.md +++ b/docs/api-reference/magento-api.createcustomer.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [createCustomer](./magento-api.createcustomer.md) - -## createCustomer variable - -Signature: - -```typescript -_default: (context: Context, input: CustomerCreateInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [createCustomer](./magento-api.createcustomer.md) + +## createCustomer variable + +Signature: + +```typescript +_default: (context: Context, input: CustomerCreateInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.createcustomeraddress.md b/docs/api-reference/magento-api.createcustomeraddress.md index cc02e7712..12d654d3e 100644 --- a/docs/api-reference/magento-api.createcustomeraddress.md +++ b/docs/api-reference/magento-api.createcustomeraddress.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [createCustomerAddress](./magento-api.createcustomeraddress.md) - -## createCustomerAddress variable - -Signature: - -```typescript -_default: (context: Context, input: CustomerAddressInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [createCustomerAddress](./magento-api.createcustomeraddress.md) + +## createCustomerAddress variable + +Signature: + +```typescript +_default: (context: Context, input: CustomerAddressInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.createemptycart.md b/docs/api-reference/magento-api.createemptycart.md index a1c4455e7..9c3cd91d2 100644 --- a/docs/api-reference/magento-api.createemptycart.md +++ b/docs/api-reference/magento-api.createemptycart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [createEmptyCart](./magento-api.createemptycart.md) - -## createEmptyCart variable - -Signature: - -```typescript -_default: (context: Context, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [createEmptyCart](./magento-api.createemptycart.md) + +## createEmptyCart variable + +Signature: + +```typescript +_default: (context: Context, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.createproductreview.md b/docs/api-reference/magento-api.createproductreview.md index 0dbe94249..dcdafc6eb 100644 --- a/docs/api-reference/magento-api.createproductreview.md +++ b/docs/api-reference/magento-api.createproductreview.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [createProductReview](./magento-api.createproductreview.md) - -## createProductReview variable - -Signature: - -```typescript -_default: (context: Context, input: CreateProductReviewInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [createProductReview](./magento-api.createproductreview.md) + +## createProductReview variable + +Signature: + +```typescript +_default: (context: Context, input: CreateProductReviewInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.currency.md b/docs/api-reference/magento-api.currency.md index 9c04c5a12..ddce17ecf 100644 --- a/docs/api-reference/magento-api.currency.md +++ b/docs/api-reference/magento-api.currency.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [currency](./magento-api.currency.md) - -## currency variable - -Signature: - -```typescript -_default: (context: Context, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [currency](./magento-api.currency.md) + +## currency variable + +Signature: + +```typescript +_default: (context: Context, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.customer.md b/docs/api-reference/magento-api.customer.md index ed84b6c6a..cc53f8e26 100644 --- a/docs/api-reference/magento-api.customer.md +++ b/docs/api-reference/magento-api.customer.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [customer](./magento-api.customer.md) - -## customer variable - -Signature: - -```typescript -_default: (context: Context, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [customer](./magento-api.customer.md) + +## customer variable + +Signature: + +```typescript +_default: (context: Context, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.customercart.md b/docs/api-reference/magento-api.customercart.md index 188d39af4..4008e9e21 100644 --- a/docs/api-reference/magento-api.customercart.md +++ b/docs/api-reference/magento-api.customercart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [customerCart](./magento-api.customercart.md) - -## customerCart variable - -Signature: - -```typescript -_default: (context: Context, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [customerCart](./magento-api.customercart.md) + +## customerCart variable + +Signature: + +```typescript +_default: (context: Context, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.deletecustomeraddress.md b/docs/api-reference/magento-api.deletecustomeraddress.md index 271484bfa..768a361c3 100644 --- a/docs/api-reference/magento-api.deletecustomeraddress.md +++ b/docs/api-reference/magento-api.deletecustomeraddress.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [deleteCustomerAddress](./magento-api.deletecustomeraddress.md) - -## deleteCustomerAddress variable - -Signature: - -```typescript -_default: (context: Context, addressId: number, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [deleteCustomerAddress](./magento-api.deletecustomeraddress.md) + +## deleteCustomerAddress variable + +Signature: + +```typescript +_default: (context: Context, addressId: number, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.generatecustomertoken.md b/docs/api-reference/magento-api.generatecustomertoken.md index 19198c12a..35836219a 100644 --- a/docs/api-reference/magento-api.generatecustomertoken.md +++ b/docs/api-reference/magento-api.generatecustomertoken.md @@ -1,14 +1,15 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [generateCustomerToken](./magento-api.generatecustomertoken.md) - -## generateCustomerToken variable - -Signature: - -```typescript -_default: (context: Context, params: { - email: string; - password: string; -}, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [generateCustomerToken](./magento-api.generatecustomertoken.md) + +## generateCustomerToken variable + +Signature: + +```typescript +_default: (context: Context, params: { + email: string; + password: string; + recaptchaToken: string; +}, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.mergecarts.md b/docs/api-reference/magento-api.mergecarts.md index c434425f3..4a7cccbd5 100644 --- a/docs/api-reference/magento-api.mergecarts.md +++ b/docs/api-reference/magento-api.mergecarts.md @@ -1,14 +1,14 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [mergeCarts](./magento-api.mergecarts.md) - -## mergeCarts variable - -Signature: - -```typescript -_default: (context: Context, params: { - sourceCartId: string; - destinationCartId: string; -}, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [mergeCarts](./magento-api.mergecarts.md) + +## mergeCarts variable + +Signature: + +```typescript +_default: (context: Context, params: { + sourceCartId: string; + destinationCartId: string; +}, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.productreviewratingsmetadata.md b/docs/api-reference/magento-api.productreviewratingsmetadata.md index 588335098..2cd8626c7 100644 --- a/docs/api-reference/magento-api.productreviewratingsmetadata.md +++ b/docs/api-reference/magento-api.productreviewratingsmetadata.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [productReviewRatingsMetadata](./magento-api.productreviewratingsmetadata.md) - -## productReviewRatingsMetadata variable - -Signature: - -```typescript -_default: (context: Context, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [productReviewRatingsMetadata](./magento-api.productreviewratingsmetadata.md) + +## productReviewRatingsMetadata variable + +Signature: + +```typescript +_default: (context: Context, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.removecouponfromcart.md b/docs/api-reference/magento-api.removecouponfromcart.md index 00f6dce91..2b54f05c7 100644 --- a/docs/api-reference/magento-api.removecouponfromcart.md +++ b/docs/api-reference/magento-api.removecouponfromcart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [removeCouponFromCart](./magento-api.removecouponfromcart.md) - -## removeCouponFromCart variable - -Signature: - -```typescript -_default: (context: Context, input: RemoveCouponFromCartInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [removeCouponFromCart](./magento-api.removecouponfromcart.md) + +## removeCouponFromCart variable + +Signature: + +```typescript +_default: (context: Context, input: RemoveCouponFromCartInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.removeitemfromcart.md b/docs/api-reference/magento-api.removeitemfromcart.md index fc10a666e..814b05896 100644 --- a/docs/api-reference/magento-api.removeitemfromcart.md +++ b/docs/api-reference/magento-api.removeitemfromcart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [removeItemFromCart](./magento-api.removeitemfromcart.md) - -## removeItemFromCart variable - -Signature: - -```typescript -_default: (context: Context, input: RemoveItemFromCartInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [removeItemFromCart](./magento-api.removeitemfromcart.md) + +## removeItemFromCart variable + +Signature: + +```typescript +_default: (context: Context, input: RemoveItemFromCartInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.removeproductsfromwishlist.md b/docs/api-reference/magento-api.removeproductsfromwishlist.md index c5e5f8939..90841a670 100644 --- a/docs/api-reference/magento-api.removeproductsfromwishlist.md +++ b/docs/api-reference/magento-api.removeproductsfromwishlist.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [removeProductsFromWishlist](./magento-api.removeproductsfromwishlist.md) - -## removeProductsFromWishlist variable - -Signature: - -```typescript -_default: (context: Context, input: RemoveProductsFromWishlistMutationVariables, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [removeProductsFromWishlist](./magento-api.removeproductsfromwishlist.md) + +## removeProductsFromWishlist variable + +Signature: + +```typescript +_default: (context: Context, input: RemoveProductsFromWishlistMutationVariables, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.revokecustomertoken.md b/docs/api-reference/magento-api.revokecustomertoken.md index b3b95b434..f8d703610 100644 --- a/docs/api-reference/magento-api.revokecustomertoken.md +++ b/docs/api-reference/magento-api.revokecustomertoken.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [revokeCustomerToken](./magento-api.revokecustomertoken.md) - -## revokeCustomerToken variable - -Signature: - -```typescript -_default: (context: Context, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [revokeCustomerToken](./magento-api.revokecustomertoken.md) + +## revokeCustomerToken variable + +Signature: + +```typescript +_default: (context: Context, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.setbillingaddressoncart.md b/docs/api-reference/magento-api.setbillingaddressoncart.md index f1cf255e9..84ebb1b2a 100644 --- a/docs/api-reference/magento-api.setbillingaddressoncart.md +++ b/docs/api-reference/magento-api.setbillingaddressoncart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [setBillingAddressOnCart](./magento-api.setbillingaddressoncart.md) - -## setBillingAddressOnCart variable - -Signature: - -```typescript -_default: (context: Context, input: SetBillingAddressOnCartInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [setBillingAddressOnCart](./magento-api.setbillingaddressoncart.md) + +## setBillingAddressOnCart variable + +Signature: + +```typescript +_default: (context: Context, input: SetBillingAddressOnCartInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.setguestemailoncart.md b/docs/api-reference/magento-api.setguestemailoncart.md index 687bc0173..a567c7daf 100644 --- a/docs/api-reference/magento-api.setguestemailoncart.md +++ b/docs/api-reference/magento-api.setguestemailoncart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [setGuestEmailOnCart](./magento-api.setguestemailoncart.md) - -## setGuestEmailOnCart variable - -Signature: - -```typescript -_default: (context: Context, input: SetGuestEmailOnCartInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [setGuestEmailOnCart](./magento-api.setguestemailoncart.md) + +## setGuestEmailOnCart variable + +Signature: + +```typescript +_default: (context: Context, input: SetGuestEmailOnCartInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.setpaymentmethodoncart.md b/docs/api-reference/magento-api.setpaymentmethodoncart.md index 6f2148cef..3e268c12d 100644 --- a/docs/api-reference/magento-api.setpaymentmethodoncart.md +++ b/docs/api-reference/magento-api.setpaymentmethodoncart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [setPaymentMethodOnCart](./magento-api.setpaymentmethodoncart.md) - -## setPaymentMethodOnCart variable - -Signature: - -```typescript -_default: (context: Context, input: SetPaymentMethodOnCartInputs, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [setPaymentMethodOnCart](./magento-api.setpaymentmethodoncart.md) + +## setPaymentMethodOnCart variable + +Signature: + +```typescript +_default: (context: Context, input: SetPaymentMethodOnCartInputs, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.setshippingaddressesoncart.md b/docs/api-reference/magento-api.setshippingaddressesoncart.md index b4fb0bc89..54ac98537 100644 --- a/docs/api-reference/magento-api.setshippingaddressesoncart.md +++ b/docs/api-reference/magento-api.setshippingaddressesoncart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [setShippingAddressesOnCart](./magento-api.setshippingaddressesoncart.md) - -## setShippingAddressesOnCart variable - -Signature: - -```typescript -_default: (context: Context, input: SetShippingAddressesOnCartInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [setShippingAddressesOnCart](./magento-api.setshippingaddressesoncart.md) + +## setShippingAddressesOnCart variable + +Signature: + +```typescript +_default: (context: Context, input: SetShippingAddressesOnCartInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.setshippingmethodsoncart.md b/docs/api-reference/magento-api.setshippingmethodsoncart.md index 35186b810..867f1d20e 100644 --- a/docs/api-reference/magento-api.setshippingmethodsoncart.md +++ b/docs/api-reference/magento-api.setshippingmethodsoncart.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [setShippingMethodsOnCart](./magento-api.setshippingmethodsoncart.md) - -## setShippingMethodsOnCart variable - -Signature: - -```typescript -_default: (context: Context, input: SetShippingMethodsOnCartInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [setShippingMethodsOnCart](./magento-api.setshippingmethodsoncart.md) + +## setShippingMethodsOnCart variable + +Signature: + +```typescript +_default: (context: Context, input: SetShippingMethodsOnCartInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.storeconfig.md b/docs/api-reference/magento-api.storeconfig.md index 6f9930ef6..28c53c7c1 100644 --- a/docs/api-reference/magento-api.storeconfig.md +++ b/docs/api-reference/magento-api.storeconfig.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [storeConfig](./magento-api.storeconfig.md) - -## storeConfig variable - -Signature: - -```typescript -_default: (context: Context, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [storeConfig](./magento-api.storeconfig.md) + +## storeConfig variable + +Signature: + +```typescript +_default: (context: Context, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.subscribeemailtonewsletter.md b/docs/api-reference/magento-api.subscribeemailtonewsletter.md index 4e31f0fe2..a93032786 100644 --- a/docs/api-reference/magento-api.subscribeemailtonewsletter.md +++ b/docs/api-reference/magento-api.subscribeemailtonewsletter.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [subscribeEmailToNewsletter](./magento-api.subscribeemailtonewsletter.md) - -## subscribeEmailToNewsletter variable - -Signature: - -```typescript -_default: (context: Context, { email }: SubscribeEmailToNewsletterMutationVariables, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [subscribeEmailToNewsletter](./magento-api.subscribeemailtonewsletter.md) + +## subscribeEmailToNewsletter variable + +Signature: + +```typescript +_default: (context: Context, { email }: SubscribeEmailToNewsletterMutationVariables, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.updatecartitems.md b/docs/api-reference/magento-api.updatecartitems.md index 3580cc558..4d11ab05e 100644 --- a/docs/api-reference/magento-api.updatecartitems.md +++ b/docs/api-reference/magento-api.updatecartitems.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [updateCartItems](./magento-api.updatecartitems.md) - -## updateCartItems variable - -Signature: - -```typescript -_default: (context: Context, input: UpdateCartItemsInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [updateCartItems](./magento-api.updatecartitems.md) + +## updateCartItems variable + +Signature: + +```typescript +_default: (context: Context, input: UpdateCartItemsInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.updatecustomer.md b/docs/api-reference/magento-api.updatecustomer.md index e76091f6c..6289cca20 100644 --- a/docs/api-reference/magento-api.updatecustomer.md +++ b/docs/api-reference/magento-api.updatecustomer.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [updateCustomer](./magento-api.updatecustomer.md) - -## updateCustomer variable - -Signature: - -```typescript -_default: (context: Context, input: CustomerUpdateInput, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [updateCustomer](./magento-api.updatecustomer.md) + +## updateCustomer variable + +Signature: + +```typescript +_default: (context: Context, input: CustomerUpdateInput, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.updatecustomeraddress.md b/docs/api-reference/magento-api.updatecustomeraddress.md index 6423a8dc7..c85e1efba 100644 --- a/docs/api-reference/magento-api.updatecustomeraddress.md +++ b/docs/api-reference/magento-api.updatecustomeraddress.md @@ -1,14 +1,14 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [updateCustomerAddress](./magento-api.updatecustomeraddress.md) - -## updateCustomerAddress variable - -Signature: - -```typescript -_default: (context: Context, params: { - addressId: number; - input: CustomerAddressInput; -}, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [updateCustomerAddress](./magento-api.updatecustomeraddress.md) + +## updateCustomerAddress variable + +Signature: + +```typescript +_default: (context: Context, params: { + addressId: number; + input: CustomerAddressInput; +}, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.updatecustomeremail.md b/docs/api-reference/magento-api.updatecustomeremail.md index d489becea..5e98bb056 100644 --- a/docs/api-reference/magento-api.updatecustomeremail.md +++ b/docs/api-reference/magento-api.updatecustomeremail.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [updateCustomerEmail](./magento-api.updatecustomeremail.md) - -## updateCustomerEmail variable - -Signature: - -```typescript -_default: (context: Context, input: UpdateCustomerEmailMutationVariables, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [updateCustomerEmail](./magento-api.updatecustomeremail.md) + +## updateCustomerEmail variable + +Signature: + +```typescript +_default: (context: Context, input: UpdateCustomerEmailMutationVariables, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento-api.urlresolver.md b/docs/api-reference/magento-api.urlresolver.md index 15072b003..6f25b5ad7 100644 --- a/docs/api-reference/magento-api.urlresolver.md +++ b/docs/api-reference/magento-api.urlresolver.md @@ -1,11 +1,11 @@ - - -[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [urlResolver](./magento-api.urlresolver.md) - -## urlResolver variable - -Signature: - -```typescript -_default: (context: Context, url: string, customQuery?: CustomQuery) => Promise> -``` + + +[Home](./index.md) > [@vue-storefront/magento-api](./magento-api.md) > [urlResolver](./magento-api.urlresolver.md) + +## urlResolver variable + +Signature: + +```typescript +_default: (context: Context, url: string, customQuery?: CustomQuery) => Promise> +``` diff --git a/docs/api-reference/magento.useuser.md b/docs/api-reference/magento.useuser.md index 5ef7b96a1..c876821f9 100644 --- a/docs/api-reference/magento.useuser.md +++ b/docs/api-reference/magento.useuser.md @@ -10,5 +10,6 @@ _default: () => import("@vue-storefront/core").UseUser, any> ``` diff --git a/packages/api-client/package.json b/packages/api-client/package.json index d73fe4d42..b6f584122 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/magento-api", - "version": "1.0.0-rc.5.3", + "version": "1.0.0-rc.5.4", "sideEffects": false, "homepage": "https://github.com/vuestorefront/magento2", "bugs": { diff --git a/packages/composables/package.json b/packages/composables/package.json index 4c6b83515..4af72cb33 100644 --- a/packages/composables/package.json +++ b/packages/composables/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/magento", - "version": "1.0.0-rc.5.3", + "version": "1.0.0-rc.5.4", "license": "MIT", "homepage": "https://github.com/vuestorefront/magento2", "bugs": { @@ -23,7 +23,7 @@ }, "dependencies": { "@vue-storefront/core": "~2.5.4", - "@vue-storefront/magento-api": "1.0.0-rc.5.3", + "@vue-storefront/magento-api": "1.0.0-rc.5.4", "@vue/composition-api": "^1.4.1", "cookie-universal": "^2.1.5", "vue": "^2.6.14", diff --git a/packages/theme/.env.example b/packages/theme/.env.example index 962af7bb5..5ef8ad12b 100644 --- a/packages/theme/.env.example +++ b/packages/theme/.env.example @@ -9,6 +9,9 @@ MAGENTO_EXTERNAL_CHECKOUT_SYNC_PATH=/vue/cart/sync MAGENTO_BASE_URL={YOUR_SITE_FRONT_URL} IMAGE_PROVIDER={YOUR_IMAGE_PROVIDER} IMAGE_PROVIDER_BASE_URL={YOUR_IMAGE_PROVIDER_BASE_URL} +MAGENTO_BASE_URL={YOUR_SITE_FRONT_URL} +IMAGE_PROVIDER={YOUR_IMAGE_PROVIDER} +IMAGE_PROVIDER_BASE_URL={YOUR_IMAGE_PROVIDER_BASE_URL} REDIS__HOST=127.0.0.1 REDIS__PORT=6379 REDIS_PASSWORD= diff --git a/packages/theme/package.json b/packages/theme/package.json index d177bee3b..070ff2bc1 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/magento-theme", - "version": "1.0.0-rc.5.3", + "version": "1.0.0-rc.5.4", "private": true, "license": "MIT", "homepage": "https://github.com/vuestorefront/magento2", @@ -35,7 +35,7 @@ "@storefront-ui/vue": "^0.11.5", "@vue-storefront/cache": "^2.5.4", "@vue-storefront/core": "~2.5.4", - "@vue-storefront/magento": "1.0.0-rc.5.3", + "@vue-storefront/magento": "1.0.0-rc.5.4", "@vue-storefront/middleware": "~2.5.4", "@vue-storefront/nuxt": "~2.5.4", "@vue-storefront/nuxt-theme": "~2.5.4", @@ -53,11 +53,11 @@ "pm2": "^5.1.2", "vee-validate": "^3.4.14", "vue-lazy-hydration": "^2.0.0-beta.4", - "vue-scrollto": "^2.20.0" + "vue-scrollto": "^2.20.0", + "@nuxt/image": "^0.6.1" }, "devDependencies": { "@babel/core": "^7.16.12", - "@nuxt/image": "^0.6.1", "@nuxt/types": "latest", "@nuxt/typescript-build": "latest", "@testing-library/jest-dom": "^5.16.1", @@ -87,6 +87,7 @@ "mochawesome-merge": "^4.2.1", "mochawesome-report-generator": "^6.0.1", "npm-check-updates": "^12.2.1", + "npm-check-updates": "^12.1.0", "rollup-plugin-terser": "^7.0.2", "ts-jest": "^27.1.3", "ts-loader": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index b33e64289..638037019 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9,7 +9,7 @@ dependencies: "@types/throttle-debounce" "^2.1.0" -"@apollo/client@^3.5.8": +"@apollo/client@^3.5.7", "@apollo/client@^3.5.8": version "3.5.8" resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.5.8.tgz#7215b974c5988b6157530eb69369209210349fe0" integrity sha512-MAm05+I1ullr64VLpZwon/ISnkMuNLf6vDqgo9wiMhHYBGT4yOAbAIseRdjCHZwfSx/7AUuBgaTNOssZPIr6FQ== @@ -4512,6 +4512,28 @@ lodash-es "^4.17.15" vue "^2.6.11" +"@vue-storefront/magento-api@1.0.0-rc.5.3": + version "1.0.0-rc.5.3" + resolved "https://registry.yarnpkg.com/@vue-storefront/magento-api/-/magento-api-1.0.0-rc.5.3.tgz#0640254b65e4db34575ec0780aa6dbcac732f401" + integrity sha512-9he0s/DakmP6lTMuoZJwRGxGRXumcABXsd5GAp2TmidC4NIpsbq5TenrnkTw25JpLwu/fU/PW07dDGSpV9Kn4g== + dependencies: + "@apollo/client" "^3.5.7" + graphql "^16.2.0" + graphql-tag "^2.12.6" + isomorphic-fetch "^3.0.0" + +"@vue-storefront/magento@1.0.0-rc.5.3": + version "1.0.0-rc.5.3" + resolved "https://registry.yarnpkg.com/@vue-storefront/magento/-/magento-1.0.0-rc.5.3.tgz#3e02b50b6af0884abdd8b549998800aeb36bedd6" + integrity sha512-lnWDlhr6sRCTJjDZntwDIhFZkdWqbMWO0VUEpdu1HP1TJRtoerwQWtFcabzlzawNpDWSmf8DOUPmTO4Jm9hqyQ== + dependencies: + "@vue-storefront/core" "~2.5.4" + "@vue-storefront/magento-api" "1.0.0-rc.5.3" + "@vue/composition-api" "^1.4.1" + cookie-universal "^2.1.5" + vue "^2.6.14" + vue-demi "^0.12.1" + "@vue-storefront/middleware@~2.5.4": version "2.5.4" resolved "https://registry.yarnpkg.com/@vue-storefront/middleware/-/middleware-2.5.4.tgz#d4a953d7aa88f65ca2710c235370a14d1ba57a50" @@ -10415,7 +10437,7 @@ graphql-ws@^5.4.1: resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.5.5.tgz#f375486d3f196e2a2527b503644693ae3a8670a9" integrity sha512-hvyIS71vs4Tu/yUYHPvGXsTgo0t3arU820+lT5VjZS2go0ewp2LqyCgxEN56CzOG7Iys52eRhHBiD1gGRdiQtw== -graphql@*, graphql@^16.3.0: +graphql@*, graphql@^16.2.0, graphql@^16.3.0: version "16.3.0" resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.3.0.tgz#a91e24d10babf9e60c706919bb182b53ccdffc05" integrity sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A== @@ -14305,7 +14327,7 @@ npm-bundled@^1.1.1: dependencies: npm-normalize-package-bin "^1.0.1" -npm-check-updates@^12.2.1: +npm-check-updates@^12.1.0, npm-check-updates@^12.2.1: version "12.2.1" resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-12.2.1.tgz#1f25fec9863c149e4bae84833599050701dcd530" integrity sha512-fqfH2USwTLgho8HaC79i5Bl+RH3zV15AbdtJQTCaOAp9L3D2W8k+jsfuwee2vSTUrt6IUTXPbzwUIYo4/TQdYA==