@scayle/storefront-nuxt 7.85.12 → 7.85.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/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 7.85.14
4
+
5
+ ### Patch Changes
6
+
7
+ **Dependencies**
8
+
9
+ - Updated dependency to @scayle/storefront-core@7.65.6
10
+
11
+ ## 7.85.13
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependency `@scayle/h3-session@^0.4.0` to `@scayle/h3-session@^0.4.1`
16
+ - Updated dependency `@scayle/unstorage-compression-driver@^0.1.3` to `@scayle/unstorage-compression-driver@^0.1.4`
17
+
3
18
  ## 7.85.12
4
19
 
5
20
  ### Patch Changes
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "7.85.12",
3
+ "version": "7.85.14",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.9.0"
package/dist/module.mjs CHANGED
@@ -48,7 +48,7 @@ export default {
48
48
  }`;
49
49
  }
50
50
  const PACKAGE_NAME = "@scayle/storefront-nuxt";
51
- const PACKAGE_VERSION = "7.85.12";
51
+ const PACKAGE_VERSION = "7.85.14";
52
52
  const logger = createConsola({
53
53
  fancy: true,
54
54
  formatOptions: {
@@ -60,7 +60,7 @@ async function bootstrap(event, $shopConfig, $storefrontConfig, apiBasePath, con
60
60
  );
61
61
  const routeRules = event.context._nitro.routeRules;
62
62
  const cacheableRoute = routeRules.cache || routeRules.isr || routeRules.swr;
63
- bootstrapLog.debug("Avoid attaching session for cached requests", {
63
+ bootstrapLog.debug("Route rules", {
64
64
  rules: event.context._nitro.routeRules,
65
65
  cacheableRoute,
66
66
  path: event.path
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "7.85.12",
4
+ "version": "7.85.14",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -54,15 +54,15 @@
54
54
  "typecheck": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
55
55
  "package:lint": "publint",
56
56
  "test": "vitest run",
57
- "test:ci": "vitest run",
57
+ "test:ci": "vitest --run --passWithNoTests --coverage --reporter=default --reporter=junit --outputFile=./junit.xml",
58
58
  "test:watch": "vitest watch"
59
59
  },
60
60
  "dependencies": {
61
61
  "@nuxt/kit": "^3.12.2",
62
62
  "@opentelemetry/api": "^1.9.0",
63
- "@scayle/h3-session": "^0.4.0",
64
- "@scayle/storefront-core": "7.65.5",
65
- "@scayle/unstorage-compression-driver": "^0.1.3",
63
+ "@scayle/h3-session": "^0.4.1",
64
+ "@scayle/storefront-core": "7.65.6",
65
+ "@scayle/unstorage-compression-driver": "^0.1.4",
66
66
  "@vueuse/core": "11.1.0",
67
67
  "consola": "^3.2.3",
68
68
  "core-js": "^3.37.1",
@@ -79,23 +79,23 @@
79
79
  "zod": "^3.23.8"
80
80
  },
81
81
  "devDependencies": {
82
- "@nuxt/eslint": "0.5.7",
82
+ "@nuxt/eslint": "0.6.0",
83
83
  "@nuxt/module-builder": "0.8.4",
84
84
  "@nuxt/schema": "3.13.2",
85
- "@nuxt/test-utils": "3.14.2",
86
- "@scayle/eslint-config-storefront": "4.3.0",
85
+ "@nuxt/test-utils": "3.14.3",
86
+ "@scayle/eslint-config-storefront": "4.3.2",
87
87
  "@scayle/eslint-plugin-vue-composable": "0.2.1",
88
- "@types/node": "20.16.10",
88
+ "@types/node": "20.16.12",
89
89
  "dprint": "0.47.2",
90
- "eslint": "9.11.1",
90
+ "eslint": "9.12.0",
91
91
  "eslint-formatter-gitlab": "5.1.0",
92
92
  "fishery": "2.2.2",
93
- "h3": "1.12.0",
94
- "node-mocks-http": "1.16.0",
93
+ "h3": "1.13.0",
94
+ "node-mocks-http": "1.16.1",
95
95
  "nuxi": "3.14.0",
96
96
  "nuxt": "3.13.2",
97
97
  "publint": "0.2.11",
98
- "vitest": "2.1.1",
98
+ "vitest": "2.1.3",
99
99
  "vue-tsc": "2.1.6"
100
100
  },
101
101
  "peerDependencies": {
@@ -105,12 +105,12 @@
105
105
  "vue": ">=3.4.0"
106
106
  },
107
107
  "resolutions": {
108
- "h3": "1.12.0",
109
- "vue": "3.5.10",
108
+ "h3": "1.13.0",
109
+ "vue": "3.5.12",
110
110
  "@nuxt/kit": "3.13.2",
111
111
  "@nuxt/schema": "3.13.2"
112
112
  },
113
113
  "volta": {
114
- "node": "20.17.0"
114
+ "node": "20.18.0"
115
115
  }
116
116
  }