@plentymarkets/shop-core 1.28.2 → 1.29.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 +1 -1
- package/dist/runtime/plugins/sdk.js +1 -1
- package/package.json +1 -3
package/dist/module.json
CHANGED
|
@@ -24,7 +24,7 @@ export default defineNuxtPlugin((nuxtApp) => {
|
|
|
24
24
|
logger.log("\u{1F680} initializing SDK plugin");
|
|
25
25
|
const getHeaders = () => {
|
|
26
26
|
logger.log("\u{1F9FE} generating fresh headers for SDK request");
|
|
27
|
-
const requestHeaders = useRequestHeaders(["cookie"]);
|
|
27
|
+
const requestHeaders = useRequestHeaders(["cookie", "x-plenty-debug-mode", "x-plenty-debug"]);
|
|
28
28
|
const pwaHashCookie = useCookie("pwa");
|
|
29
29
|
const locale = getI18nLocale(nuxtApp);
|
|
30
30
|
const headers = createSdkRequestHeaders({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plentymarkets/shop-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.0",
|
|
4
4
|
"description": "Core module for PlentyONE Shop",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
"middleware": "tsx playground/middleware-server.ts",
|
|
37
37
|
"dev:build": "nuxi build playground",
|
|
38
38
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
|
39
|
-
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
|
|
40
39
|
"lint": "eslint .",
|
|
41
40
|
"lint:fix": "eslint . --fix",
|
|
42
41
|
"format": "prettier --check \"**/*.{ts,vue,css,scss,md}\"",
|
|
@@ -80,7 +79,6 @@
|
|
|
80
79
|
"@vue-storefront/middleware": "5.4.1",
|
|
81
80
|
"@vue/test-utils": "^2.4.6",
|
|
82
81
|
"@vueuse/core": "^14.1.0",
|
|
83
|
-
"changelogen": "^0.6.2",
|
|
84
82
|
"concurrently": "^10.0.3",
|
|
85
83
|
"dotenv": "16.6.1",
|
|
86
84
|
"eslint": "^9.24.0",
|