@plentymarkets/shop-core 1.10.4 → 1.12.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,7 +1,7 @@
1
1
  {
2
2
  "name": "shop-core",
3
3
  "configKey": "shopCore",
4
- "version": "1.10.4",
4
+ "version": "1.12.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "unknown"
@@ -30,7 +30,6 @@ export const useSdk = () => {
30
30
  ...useRequestHeaders(),
31
31
  ...import.meta.server && ssrCookie.value && { cookie: ssrCookie.value }
32
32
  };
33
- console.log("Request Headers:", headers);
34
33
  return {
35
34
  ...headers
36
35
  };
@@ -27,6 +27,7 @@ export type Events = {
27
27
  };
28
28
  'frontend:orderCreated': Order;
29
29
  'frontend:searchProduct': string;
30
+ 'frontend:paypalAPMsLoaded': null;
30
31
  'backend:AfterBasketChanged': AfterBasketChanged;
31
32
  'backend:CheckoutChanged': CheckoutChanged;
32
33
  'backend:AfterAccountAuthentication': AfterAccountAuthentication;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plentymarkets/shop-core",
3
- "version": "1.10.4",
3
+ "version": "1.12.0",
4
4
  "description": "Core module for PlentyONE Shop",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,7 +41,7 @@
41
41
  "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
42
42
  },
43
43
  "dependencies": {
44
- "@plentymarkets/shop-api": "^0.138.0",
44
+ "@plentymarkets/shop-api": "^0.140.0",
45
45
  "@vue-storefront/sdk": "^3.4.1",
46
46
  "js-sha256": "^0.11.0",
47
47
  "resolve": "^1.22.10"