@scayle/storefront-product-detail 1.6.2 → 1.7.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/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @scayle/storefront-product-detail
2
2
 
3
+ ## 1.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Introduced support for Nuxt 4 while maintaining full backward compatibility with Nuxt 3.
8
+ This enables consumers to migrate to Nuxt 4 ahead of the Nuxt 3 end of support on 31 Jan 2026.
9
+
10
+ - **Version Requirements:**
11
+ - Nuxt 3: `v3.13.0+`
12
+ - Nuxt 4: `v4.2.0+`
13
+
14
+ **NOTE:** Please be aware that the SCAYLE Storefront Application itself does not yet support Nuxt 4. These package updates are a prerequisite. We recommend remaining on Nuxt 3 for your Storefront implementation until further notice.
15
+
16
+ See the [Nuxt 4 Migration Guide](https://nuxt.com/docs/4.x/getting-started/upgrade) for general upgrade details.
17
+
18
+ ## 1.6.3
19
+
20
+ ### Patch Changes
21
+
22
+ - This is an internal change only. The packages now use the PNPM catalog feature to ensure dependencies use the identical version across packages.
23
+
3
24
  ## 1.6.2
4
25
 
5
26
  ### Patch Changes
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-product-detail",
3
3
  "configKey": "product-detail",
4
- "version": "1.6.2",
4
+ "version": "1.7.0",
5
5
  "compatibility": {
6
6
  "bridge": false,
7
7
  "nuxt": ">=3.13"
package/dist/module.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import { defineNuxtModule, createResolver, addImportsDir } from '@nuxt/kit';
2
2
 
3
3
  const PACKAGE_NAME = "@scayle/storefront-product-detail";
4
- const PACKAGE_VERSION = "1.6.2";
4
+ const PACKAGE_VERSION = "1.7.0";
5
5
  const module$1 = defineNuxtModule({
6
6
  meta: {
7
7
  name: PACKAGE_NAME,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-product-detail",
3
- "version": "1.6.2",
3
+ "version": "1.7.0",
4
4
  "description": "Collection of essential composables and utilities to work with product detail",
5
5
  "author": "SCAYLE Commerce Engine",
6
6
  "license": "MIT",
@@ -28,9 +28,9 @@
28
28
  "#storefront-product-detail": "./dist/runtime/index.js"
29
29
  },
30
30
  "peerDependencies": {
31
- "@nuxt/kit": ">=3.13.0",
31
+ "@nuxt/kit": ">=3.13.0 || >=4.2.0",
32
32
  "@scayle/storefront-nuxt": "^8.0.0",
33
- "@vueuse/core": "^12.8.2 || ^13.0.0",
33
+ "@vueuse/core": "^12.8.2 || ^13.0.0 || ^14.0.0",
34
34
  "schema-dts": "^1.1.5",
35
35
  "vue-router": "^4.5.0",
36
36
  "vue": "^3.5.13"
@@ -40,25 +40,25 @@
40
40
  "@nuxt/kit": "3.20.0",
41
41
  "@nuxt/module-builder": "1.0.2",
42
42
  "@nuxt/schema": "3.20.0",
43
- "@nuxt/test-utils": "3.21.0",
44
- "@types/node": "22.19.2",
45
- "@vitest/coverage-v8": "4.0.15",
46
- "@vueuse/core": "13.9.0",
47
- "dprint": "0.50.2",
43
+ "@nuxt/test-utils": "3.23.0",
44
+ "@types/node": "22.19.5",
45
+ "@vitest/coverage-v8": "4.0.16",
46
+ "@vueuse/core": "14.1.0",
47
+ "dprint": "0.51.1",
48
48
  "eslint-formatter-gitlab": "7.0.1",
49
- "eslint": "9.39.1",
50
- "happy-dom": "20.0.11",
49
+ "eslint": "9.39.2",
50
+ "happy-dom": "20.1.0",
51
51
  "nuxt": "3.20.0",
52
52
  "publint": "0.3.16",
53
53
  "schema-dts": "1.1.5",
54
54
  "typescript": "5.9.3",
55
55
  "unbuild": "3.6.1",
56
- "vitest": "4.0.15",
57
- "vue-router": "4.6.3",
58
- "vue-tsc": "3.1.8",
59
- "vue": "3.5.25",
60
- "@scayle/eslint-config-storefront": "4.7.17",
61
- "@scayle/storefront-nuxt": "8.56.0",
56
+ "vitest": "4.0.16",
57
+ "vue-router": "4.6.4",
58
+ "vue-tsc": "3.2.2",
59
+ "vue": "3.5.26",
60
+ "@scayle/eslint-config-storefront": "4.7.20",
61
+ "@scayle/storefront-nuxt": "8.58.0",
62
62
  "@scayle/vitest-config-storefront": "1.0.0"
63
63
  },
64
64
  "scripts": {