@plentymarkets/shop-core 1.21.13 → 1.21.14

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@plentymarkets/shop-core",
3
3
  "configKey": "shopCore",
4
- "version": "1.21.13",
4
+ "version": "1.21.14",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "unknown"
@@ -1,7 +1,8 @@
1
1
  import type { Endpoints } from '@plentymarkets/shop-api';
2
+ import type { Methods } from '@vue-storefront/sdk';
2
3
  /**
3
4
  * @description Composable for wrapping $sdk plugin.
4
5
  */
5
6
  export declare const useSdk: () => {
6
- plentysystems: Endpoints;
7
+ plentysystems: Methods<Endpoints>;
7
8
  };
@@ -1,15 +1,16 @@
1
1
  import { type Endpoints } from '@plentymarkets/shop-api';
2
+ import { type Methods } from '@vue-storefront/sdk';
2
3
  /**
3
4
  * Plugin to provide the SDK instance globally via $sdk singleton
4
5
  * The SDK is initialized once and reused across requests using the NuxtApp instance
5
6
  */
6
7
  declare const _default: import("#app").Plugin<{
7
8
  sdk: {
8
- plentysystems: Endpoints;
9
+ plentysystems: Methods<Endpoints>;
9
10
  };
10
11
  }> & import("#app").ObjectPlugin<{
11
12
  sdk: {
12
- plentysystems: Endpoints;
13
+ plentysystems: Methods<Endpoints>;
13
14
  };
14
15
  }>;
15
16
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plentymarkets/shop-core",
3
- "version": "1.21.13",
3
+ "version": "1.21.14",
4
4
  "description": "Core module for PlentyONE Shop",
5
5
  "repository": {
6
6
  "type": "git",