@scayle/omnichannel-nuxt 4.4.0 → 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 CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ## 4.4.0
4
12
 
5
13
  ### Minor Changes
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/omnichannel-nuxt",
3
- "version": "4.4.0",
3
+ "version": "4.5.0",
4
4
  "configKey": "@scayle/omnichannel-nuxt",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
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.0";
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.4.0",
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": ">= 18.15.0"
36
+ "node": ">= 22.0.0"
37
37
  },
38
38
  "compatibility": {
39
39
  "nuxt": "^3.9.0"
@@ -49,24 +49,24 @@
49
49
  "devDependencies": {
50
50
  "@arethetypeswrong/cli": "0.18.2",
51
51
  "@nuxt/module-builder": "1.0.2",
52
- "@nuxt/schema": "3.20.0",
53
- "@types/node": "22.19.5",
54
- "@types/qs": "6.14.0",
55
- "@vitest/coverage-v8": "4.0.16",
56
- "dprint": "0.51.1",
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": "9.39.2",
59
- "h3": "1.15.4",
60
- "nuxt": "3.20.0",
61
- "publint": "0.3.16",
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.0.16",
65
- "vue-tsc": "3.2.2",
66
- "vue": "3.5.26",
67
- "@scayle/eslint-config-storefront": "4.7.20",
68
- "@scayle/vitest-config-storefront": "1.0.0",
69
- "@scayle/storefront-nuxt": "8.58.0"
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
+ "@scayle/vitest-config-storefront": "1.0.0"
70
70
  },
71
71
  "scripts": {
72
72
  "clean": "rimraf ./dist",