@scayle/omnichannel-nuxt 4.3.1 → 4.3.2
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 +7 -0
- package/dist/module.json +2 -2
- package/dist/module.mjs +1 -1
- package/package.json +22 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @scayle/omnichannel-nuxt
|
|
2
2
|
|
|
3
|
+
## 4.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependency `qs@^6.12.2` to `qs@^6.14.0`
|
|
8
|
+
- Fixed the defined `#omnichannel/composables` alias to point to the correct `./dist/runtime/composables/index.js` file instead of non-existent `index.mjs` within the `package.json` file. This should resolve potential package or type checker issues, but has no functional impact.
|
|
9
|
+
|
|
3
10
|
## 4.3.1
|
|
4
11
|
|
|
5
12
|
### 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.3.
|
|
4
|
+
const PACKAGE_VERSION = "4.3.2";
|
|
5
5
|
const module = 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.
|
|
3
|
+
"version": "4.3.2",
|
|
4
4
|
"description": "Collection of essential utilities to work with omnichannel",
|
|
5
5
|
"author": "SCAYLE Commerce Engine",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"imports": {
|
|
27
|
-
"#omnichannel/composables": "./dist/runtime/composables/index.
|
|
27
|
+
"#omnichannel/composables": "./dist/runtime/composables/index.js"
|
|
28
28
|
},
|
|
29
29
|
"main": "./dist/index.mjs",
|
|
30
30
|
"type": "module",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"build": "nuxt-module-build build",
|
|
44
44
|
"dev": "nuxi dev playground",
|
|
45
45
|
"dev:build": "nuxi build playground",
|
|
46
|
-
"prep": "nuxt-module-build
|
|
46
|
+
"prep": "nuxt-module-build prepare && nuxi prepare playground",
|
|
47
47
|
"format": "dprint check",
|
|
48
48
|
"format:fix": "dprint fmt",
|
|
49
49
|
"lint": "eslint .",
|
|
@@ -61,31 +61,33 @@
|
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@nuxt/kit": "^3.12.2",
|
|
64
|
-
"qs": "^6.
|
|
64
|
+
"qs": "^6.14.0",
|
|
65
65
|
"utility-types": "^3.11.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@arethetypeswrong/cli": "0.
|
|
69
|
-
"@nuxt/eslint": "1.
|
|
68
|
+
"@arethetypeswrong/cli": "0.18.1",
|
|
69
|
+
"@nuxt/eslint": "1.4.1",
|
|
70
70
|
"@nuxt/module-builder": "1.0.1",
|
|
71
71
|
"@nuxt/schema": "3.16.2",
|
|
72
|
-
"@scayle/eslint-config-storefront": "4.5.
|
|
73
|
-
"@scayle/storefront-nuxt": "8.
|
|
74
|
-
"@types/node": "22.
|
|
75
|
-
"@types/qs": "6.
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"eslint": "
|
|
79
|
-
"
|
|
80
|
-
"
|
|
72
|
+
"@scayle/eslint-config-storefront": "4.5.3",
|
|
73
|
+
"@scayle/storefront-nuxt": "8.28.4",
|
|
74
|
+
"@types/node": "22.15.24",
|
|
75
|
+
"@types/qs": "6.14.0",
|
|
76
|
+
"@vitest/coverage-v8": "3.1.4",
|
|
77
|
+
"dprint": "0.50.0",
|
|
78
|
+
"eslint-formatter-gitlab": "6.0.0",
|
|
79
|
+
"eslint": "9.27.0",
|
|
80
|
+
"h3": "1.15.3",
|
|
81
|
+
"nuxi": "3.25.1",
|
|
81
82
|
"nuxt": "3.16.2",
|
|
83
|
+
"publint": "0.2.12",
|
|
82
84
|
"typescript": "5.8.3",
|
|
83
|
-
"unbuild": "
|
|
84
|
-
"vitest": "3.1.
|
|
85
|
-
"vue-tsc": "2.2.
|
|
86
|
-
"vue": "3.5.
|
|
85
|
+
"unbuild": "3.5.0",
|
|
86
|
+
"vitest": "3.1.4",
|
|
87
|
+
"vue-tsc": "2.2.10",
|
|
88
|
+
"vue": "3.5.15"
|
|
87
89
|
},
|
|
88
90
|
"volta": {
|
|
89
|
-
"node": "22.
|
|
91
|
+
"node": "22.16.0"
|
|
90
92
|
}
|
|
91
93
|
}
|