@vue-storefront/next 3.0.0-rc.0 → 3.0.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/client.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { SDKApi } from '@vue-storefront/sdk';
2
- import { b as CreateSdkContextReturn } from './types-CL1oQuKL.mjs';
2
+ import { b as CreateSdkContextReturn } from './types-BcfPWFmc.mjs';
3
3
  import 'react';
4
4
 
5
5
  /**
package/dist/client.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { SDKApi } from '@vue-storefront/sdk';
2
- import { b as CreateSdkContextReturn } from './types-CL1oQuKL.js';
2
+ import { b as CreateSdkContextReturn } from './types-BcfPWFmc.js';
3
3
  import 'react';
4
4
 
5
5
  /**
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { C as Config, a as CreateSdkReturn } from './types-CL1oQuKL.mjs';
1
+ import { C as Config, a as CreateSdkReturn } from './types-BcfPWFmc.mjs';
2
2
  import '@vue-storefront/sdk';
3
3
  import 'react';
4
4
 
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { C as Config, a as CreateSdkReturn } from './types-CL1oQuKL.js';
1
+ import { C as Config, a as CreateSdkReturn } from './types-BcfPWFmc.js';
2
2
  import '@vue-storefront/sdk';
3
3
  import 'react';
4
4
 
package/dist/index.js CHANGED
@@ -87,6 +87,7 @@ var defaultMethodsRequestConfig = {
87
87
  getProductDetails: { method: "GET" },
88
88
  getProductReviews: { method: "GET" },
89
89
  getProducts: { method: "GET" },
90
+ getCurrencies: { method: "GET" },
90
91
  searchProducts: { method: "GET" }
91
92
  }
92
93
  },
package/dist/index.mjs CHANGED
@@ -49,6 +49,7 @@ var defaultMethodsRequestConfig = {
49
49
  getProductDetails: { method: "GET" },
50
50
  getProductReviews: { method: "GET" },
51
51
  getProducts: { method: "GET" },
52
+ getCurrencies: { method: "GET" },
52
53
  searchProducts: { method: "GET" }
53
54
  }
54
55
  },
@@ -16,6 +16,9 @@ declare const defaultMethodsRequestConfig: {
16
16
  readonly getProducts: {
17
17
  readonly method: "GET";
18
18
  };
19
+ readonly getCurrencies: {
20
+ readonly method: "GET";
21
+ };
19
22
  readonly searchProducts: {
20
23
  readonly method: "GET";
21
24
  };
@@ -16,6 +16,9 @@ declare const defaultMethodsRequestConfig: {
16
16
  readonly getProducts: {
17
17
  readonly method: "GET";
18
18
  };
19
+ readonly getCurrencies: {
20
+ readonly method: "GET";
21
+ };
19
22
  readonly searchProducts: {
20
23
  readonly method: "GET";
21
24
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@vue-storefront/next",
3
3
  "description": "Vue Storefront dedicated features for Next.js",
4
4
  "license": "MIT",
5
- "version": "3.0.0-rc.0",
5
+ "version": "3.0.1",
6
6
  "exports": {
7
7
  ".": {
8
8
  "import": "./dist/index.mjs",