@scayle/omnichannel-nuxt 4.3.5 → 4.5.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 +27 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @scayle/omnichannel-nuxt
|
|
2
2
|
|
|
3
|
+
## 4.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- All packages now require Node.js 22 or later, in line with the current Node.js LTS release schedule. See the [Node.js release schedule](https://nodejs.org/en/about/previous-releases#release-schedule) for details.
|
|
8
|
+
|
|
9
|
+
If your project is still running an older Node.js version, now is a good time to upgrade to Node.js 22 at minimum, or ideally Node.js 24, for the latest security patches and stability improvements.
|
|
10
|
+
|
|
11
|
+
## 4.4.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- Introduced support for Nuxt 4 while maintaining full backward compatibility with Nuxt 3.
|
|
16
|
+
This enables consumers to migrate to Nuxt 4 ahead of the Nuxt 3 end of support on 31 Jan 2026.
|
|
17
|
+
|
|
18
|
+
- **Version Requirements:**
|
|
19
|
+
- Nuxt 3: `v3.13.0+`
|
|
20
|
+
- Nuxt 4: `v4.2.0+`
|
|
21
|
+
|
|
22
|
+
**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.
|
|
23
|
+
|
|
24
|
+
See the [Nuxt 4 Migration Guide](https://nuxt.com/docs/4.x/getting-started/upgrade) for general upgrade details.
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependency `@nuxt/kit@^3.12.2` to `@nuxt/kit@^3.13.0 || ^4.2.0`
|
|
29
|
+
|
|
3
30
|
## 4.3.5
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineNuxtModule, isNuxtMajorVersion, createResolver, addImportsDir } from '@nuxt/kit';
|
|
2
2
|
|
|
3
3
|
const PACKAGE_NAME = "@scayle/omnichannel-nuxt";
|
|
4
|
-
const PACKAGE_VERSION = "4.
|
|
4
|
+
const PACKAGE_VERSION = "4.5.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/omnichannel-nuxt",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"description": "Collection of essential utilities to work with omnichannel",
|
|
5
5
|
"author": "SCAYLE Commerce Engine",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dist/**"
|
|
34
34
|
],
|
|
35
35
|
"engines": {
|
|
36
|
-
"node": ">=
|
|
36
|
+
"node": ">= 22.0.0"
|
|
37
37
|
},
|
|
38
38
|
"compatibility": {
|
|
39
39
|
"nuxt": "^3.9.0"
|
|
@@ -42,30 +42,30 @@
|
|
|
42
42
|
"@scayle/storefront-nuxt": "^8.7.1"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@nuxt/kit": "^3.
|
|
45
|
+
"@nuxt/kit": "^3.13.0 || ^4.2.0",
|
|
46
46
|
"qs": "^6.14.0",
|
|
47
47
|
"utility-types": "^3.11.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@arethetypeswrong/cli": "0.18.2",
|
|
51
51
|
"@nuxt/module-builder": "1.0.2",
|
|
52
|
-
"@nuxt/schema": "3.20.
|
|
53
|
-
"@types/node": "22.19.
|
|
54
|
-
"@types/qs": "6.
|
|
55
|
-
"@vitest/coverage-v8": "4.
|
|
56
|
-
"dprint": "0.
|
|
52
|
+
"@nuxt/schema": "^3.20.2",
|
|
53
|
+
"@types/node": "22.19.17",
|
|
54
|
+
"@types/qs": "6.15.0",
|
|
55
|
+
"@vitest/coverage-v8": "4.1.2",
|
|
56
|
+
"dprint": "0.53.2",
|
|
57
57
|
"eslint-formatter-gitlab": "7.0.1",
|
|
58
|
-
"eslint": "
|
|
59
|
-
"h3": "1.15.
|
|
60
|
-
"nuxt": "3.20.
|
|
61
|
-
"publint": "0.3.
|
|
58
|
+
"eslint": "10.2.0",
|
|
59
|
+
"h3": "1.15.10",
|
|
60
|
+
"nuxt": "^3.20.2",
|
|
61
|
+
"publint": "0.3.18",
|
|
62
62
|
"typescript": "5.9.3",
|
|
63
63
|
"unbuild": "3.6.1",
|
|
64
|
-
"vitest": "4.
|
|
65
|
-
"vue-tsc": "3.
|
|
66
|
-
"vue": "3.5.
|
|
67
|
-
"@scayle/
|
|
68
|
-
"@scayle/storefront
|
|
64
|
+
"vitest": "4.1.2",
|
|
65
|
+
"vue-tsc": "3.2.6",
|
|
66
|
+
"vue": "3.5.32",
|
|
67
|
+
"@scayle/storefront-nuxt": "8.60.0",
|
|
68
|
+
"@scayle/eslint-config-storefront": "4.8.0",
|
|
69
69
|
"@scayle/vitest-config-storefront": "1.0.0"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|