@scayle/storefront-product-detail 1.6.3 → 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 +15 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
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
|
+
|
|
3
18
|
## 1.6.3
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/module.json
CHANGED
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.
|
|
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.
|
|
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,7 +28,7 @@
|
|
|
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
33
|
"@vueuse/core": "^12.8.2 || ^13.0.0 || ^14.0.0",
|
|
34
34
|
"schema-dts": "^1.1.5",
|
|
@@ -40,14 +40,14 @@
|
|
|
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.
|
|
44
|
-
"@types/node": "22.19.
|
|
43
|
+
"@nuxt/test-utils": "3.23.0",
|
|
44
|
+
"@types/node": "22.19.5",
|
|
45
45
|
"@vitest/coverage-v8": "4.0.16",
|
|
46
46
|
"@vueuse/core": "14.1.0",
|
|
47
|
-
"dprint": "0.
|
|
47
|
+
"dprint": "0.51.1",
|
|
48
48
|
"eslint-formatter-gitlab": "7.0.1",
|
|
49
49
|
"eslint": "9.39.2",
|
|
50
|
-
"happy-dom": "20.0
|
|
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",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"unbuild": "3.6.1",
|
|
56
56
|
"vitest": "4.0.16",
|
|
57
57
|
"vue-router": "4.6.4",
|
|
58
|
-
"vue-tsc": "3.
|
|
58
|
+
"vue-tsc": "3.2.2",
|
|
59
59
|
"vue": "3.5.26",
|
|
60
|
-
"@scayle/eslint-config-storefront": "4.7.
|
|
61
|
-
"@scayle/storefront-nuxt": "8.
|
|
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": {
|