@plentymarkets/shop-core 1.7.4 → 1.8.0
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,16 +1,7 @@
|
|
|
1
|
+
import type { Endpoints } from '@plentymarkets/shop-api';
|
|
1
2
|
/**
|
|
2
3
|
* @description Composable for using the SDK.
|
|
3
|
-
* To use it locally, add the type: { plentysystems: Endpoints }
|
|
4
4
|
*/
|
|
5
|
-
export declare const useSdk: () =>
|
|
6
|
-
plentysystems:
|
|
7
|
-
|
|
8
|
-
context: {
|
|
9
|
-
requestSender: import("@vue-storefront/sdk").RequestSender;
|
|
10
|
-
};
|
|
11
|
-
} & {
|
|
12
|
-
subscribers: {
|
|
13
|
-
'*_after': (payload: any) => void;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
}>;
|
|
5
|
+
export declare const useSdk: () => {
|
|
6
|
+
plentysystems: Endpoints;
|
|
7
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plentymarkets/shop-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"description": "Core module for PlentyONE Shop",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@plentymarkets/shop-api": "^0.
|
|
45
|
+
"@plentymarkets/shop-api": "^0.125.0",
|
|
46
46
|
"@vue-storefront/sdk": "^3.4.1",
|
|
47
47
|
"js-sha256": "^0.11.0",
|
|
48
48
|
"mitt": "^3.0.1",
|