@scayle/storefront-nuxt 8.11.3 → 8.11.4

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,16 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 8.11.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependency `jose@^5.2.0` to `jose@^6.0.8`
8
+ - Updated dependency `schema-dts@1.1.2` to `schema-dts@1.1.5`
9
+
10
+ **Dependencies**
11
+
12
+ - Updated dependency to @scayle/storefront-core@8.11.2
13
+
3
14
  ## 8.11.3
4
15
 
5
16
  ### Patch Changes
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.11.3",
3
+ "version": "8.11.4",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.9.0"
package/dist/module.mjs CHANGED
@@ -53,7 +53,7 @@ export default {
53
53
  }`;
54
54
  }
55
55
  const PACKAGE_NAME = "@scayle/storefront-nuxt";
56
- const PACKAGE_VERSION = "8.11.3";
56
+ const PACKAGE_VERSION = "8.11.4";
57
57
  const logger = createConsola({
58
58
  fancy: true,
59
59
  formatOptions: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "8.11.3",
4
+ "version": "8.11.4",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -72,7 +72,7 @@
72
72
  "dependencies": {
73
73
  "@opentelemetry/api": "^1.9.0",
74
74
  "@scayle/h3-session": "0.6.0",
75
- "@scayle/storefront-core": "8.11.1",
75
+ "@scayle/storefront-core": "8.11.2",
76
76
  "@scayle/unstorage-compression-driver": "^0.2.4",
77
77
  "@vercel/nft": "0.29.2",
78
78
  "@vueuse/core": "12.7.0",
@@ -80,7 +80,7 @@
80
80
  "core-js": "^3.37.1",
81
81
  "defu": "^6.1.4",
82
82
  "hookable": "^5.5.3",
83
- "jose": "^5.2.0",
83
+ "jose": "^6.0.8",
84
84
  "knitwork": "^1.1.0",
85
85
  "ofetch": "^1.3.4",
86
86
  "ufo": "^1.5.4",
@@ -88,18 +88,18 @@
88
88
  "unstorage": "^1.10.2",
89
89
  "vue-router": "^4.4.0",
90
90
  "zod": "^3.23.8",
91
- "schema-dts": "1.1.2"
91
+ "schema-dts": "1.1.5"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@nuxt/eslint": "1.1.0",
95
95
  "@nuxt/kit": "3.14.1592",
96
96
  "@nuxt/module-builder": "0.8.4",
97
97
  "@nuxt/schema": "3.14.1592",
98
- "@nuxt/test-utils": "3.17.0",
98
+ "@nuxt/test-utils": "3.17.1",
99
99
  "@scayle/eslint-config-storefront": "4.4.1",
100
100
  "@scayle/eslint-plugin-vue-composable": "0.2.1",
101
101
  "@scayle/unstorage-scayle-kv-driver": "0.1.0",
102
- "@types/node": "22.13.5",
102
+ "@types/node": "22.13.8",
103
103
  "dprint": "0.49.0",
104
104
  "eslint": "9.21.0",
105
105
  "eslint-formatter-gitlab": "5.1.0",
@@ -110,8 +110,8 @@
110
110
  "nuxi": "3.22.2",
111
111
  "nuxt": "3.14.1592",
112
112
  "publint": "0.2.12",
113
- "typescript": "5.7.3",
114
- "vue-tsc": "2.2.4",
113
+ "typescript": "5.8.2",
114
+ "vue-tsc": "2.2.8",
115
115
  "vitest": "2.1.9"
116
116
  },
117
117
  "peerDependencies": {