@scayle/omnichannel-nuxt 2.0.0 → 2.1.1
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 +12 -0
- package/LICENSE +1 -1
- package/dist/module.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @scayle/omnichannel-nuxt
|
|
2
2
|
|
|
3
|
+
## 2.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Update to `nuxt@3.10.2`
|
|
8
|
+
|
|
9
|
+
## 2.1.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- Updated to `nuxt@3.10.1` (_For more details check the [Nuxt 3.10.1 Release Notes](https://nuxt.com/blog/v3-10)_)
|
|
14
|
+
|
|
3
15
|
## 2.0.0
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
package/LICENSE
CHANGED
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scayle/omnichannel-nuxt",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Collection of essential utilities to work with omnichannel",
|
|
5
5
|
"author": "SCAYLE Commerce Engine",
|
|
6
6
|
"license": "MIT",
|
|
@@ -56,26 +56,26 @@
|
|
|
56
56
|
"express": "4.18.2"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@nuxt/kit": "
|
|
59
|
+
"@nuxt/kit": "3.10.2",
|
|
60
60
|
"body-parser": "1.20.2",
|
|
61
61
|
"qs": "6.11.2",
|
|
62
62
|
"utility-types": "3.11.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@nuxt/module-builder": "0.5.5",
|
|
66
|
-
"@nuxt/schema": "3.
|
|
66
|
+
"@nuxt/schema": "3.10.2",
|
|
67
67
|
"@nuxt/types": "2.17.1",
|
|
68
68
|
"@nuxtjs/composition-api": "0.33.1",
|
|
69
69
|
"@scayle/eslint-config-storefront": "3.2.6",
|
|
70
70
|
"@scayle/prettier-config-storefront": "2.0.2",
|
|
71
71
|
"@types/body-parser": "1.19.5",
|
|
72
72
|
"@types/express": "4.17.21",
|
|
73
|
-
"@types/node": "20.11.
|
|
73
|
+
"@types/node": "20.11.18",
|
|
74
74
|
"@types/qs": "6.9.11",
|
|
75
75
|
"eslint": "8.56.0",
|
|
76
76
|
"eslint-formatter-gitlab": "5.1.0",
|
|
77
77
|
"h3": "1.10.1",
|
|
78
|
-
"nuxi": "3.10.
|
|
78
|
+
"nuxi": "3.10.1",
|
|
79
79
|
"prettier": "3.0.0",
|
|
80
80
|
"typescript": "5.3.3",
|
|
81
81
|
"vue": "2.7.16"
|