@vue-storefront/nuxt 4.1.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "4.1.0",
7
+ "version": "4.1.1",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.7.1",
10
10
  "unbuild": "2.0.0"
@@ -13,6 +13,9 @@ export declare function getDefaultMethodsRequestConfig(): {
13
13
  readonly getProducts: {
14
14
  readonly method: "GET";
15
15
  };
16
+ readonly getCurrencies: {
17
+ readonly method: "GET";
18
+ };
16
19
  readonly searchProducts: {
17
20
  readonly method: "GET";
18
21
  };
@@ -6,6 +6,7 @@ export function getDefaultMethodsRequestConfig() {
6
6
  getProductDetails: { method: "GET" },
7
7
  getProductReviews: { method: "GET" },
8
8
  getProducts: { method: "GET" },
9
+ getCurrencies: { method: "GET" },
9
10
  searchProducts: { method: "GET" }
10
11
  }
11
12
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-storefront/nuxt",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Vue Storefront dedicated features for Nuxt",
5
5
  "license": "MIT",
6
6
  "type": "module",