@scayle/storefront-nuxt 8.62.1 → 8.62.2

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
+ ## 8.62.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependency `unstorage@^1.10.2` to `unstorage@catalog:`
8
+ - Updated dependency `vue-router@^4.4.0` to `vue-router@catalog:`
9
+
10
+ **Dependencies**
11
+
12
+ - Updated dependency to @scayle/h3-session@0.7.1
13
+
14
+ **@scayle/storefront-core v8.62.2**
15
+
16
+ - No changes in this release.
17
+
3
18
  ## 8.62.1
4
19
 
5
20
  ### Patch Changes
@@ -3116,11 +3131,7 @@
3116
3131
  } as const
3117
3132
 
3118
3133
  type BadgeLabelParamsKeys =
3119
- | 'isNew'
3120
- | 'isSoldOut'
3121
- | 'isOnlineOnly'
3122
- | 'isSustainable'
3123
- | 'isPremium'
3134
+ 'isNew' | 'isSoldOut' | 'isOnlineOnly' | 'isSustainable' | 'isPremium'
3124
3135
  type BadgeLabelParams = Partial<Record<BadgeLabelParamsKeys, boolean>>
3125
3136
 
3126
3137
  const getBadgeLabel = (params: BadgeLabelParams = {}): string => {
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.62.1",
3
+ "version": "8.62.2",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.13"
package/dist/module.mjs CHANGED
@@ -57,7 +57,7 @@ export default {
57
57
  }`;
58
58
  }
59
59
  const PACKAGE_NAME = "@scayle/storefront-nuxt";
60
- const PACKAGE_VERSION = "8.62.1";
60
+ const PACKAGE_VERSION = "8.62.2";
61
61
  const logger = createConsola({
62
62
  fancy: true,
63
63
  formatOptions: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "8.62.1",
4
+ "version": "8.62.2",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -92,12 +92,12 @@
92
92
  "schema-dts": "1.1.5",
93
93
  "ufo": "^1.5.4",
94
94
  "uncrypto": "^0.1.3",
95
- "unstorage": "^1.10.2",
95
+ "unstorage": "1.17.5",
96
96
  "utility-types": "^3.11.0",
97
- "vue-router": "^4.4.0",
97
+ "vue-router": "4.6.4",
98
98
  "zod": "^4.0.0",
99
- "@scayle/h3-session": "0.7.0",
100
- "@scayle/storefront-core": "8.62.1"
99
+ "@scayle/h3-session": "0.7.1",
100
+ "@scayle/storefront-core": "8.62.2"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@arethetypeswrong/cli": "0.18.2",
@@ -112,8 +112,8 @@
112
112
  "@scayle/unstorage-scayle-kv-driver": "^2.1.0",
113
113
  "@types/node": "24.12.2",
114
114
  "@vitest/coverage-v8": "4.1.9",
115
- "eslint": "10.5.0",
116
- "eslint-formatter-gitlab": "7.1.0",
115
+ "eslint": "10.7.0",
116
+ "eslint-formatter-gitlab": "7.2.0",
117
117
  "fishery": "2.4.0",
118
118
  "h3": "1.15.11",
119
119
  "happy-dom": "20.10.6",
@@ -124,8 +124,8 @@
124
124
  "publint": "0.3.21",
125
125
  "typescript": "6.0.3",
126
126
  "unbuild": "3.6.1",
127
- "vitest": "4.1.9",
128
- "vue-tsc": "3.3.5",
127
+ "vitest": "4.1.10",
128
+ "vue-tsc": "3.3.7",
129
129
  "@scayle/vitest-config-storefront": "1.0.0"
130
130
  },
131
131
  "scripts": {