@scayle/omnichannel-nuxt 4.3.4 → 4.3.5
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.d.mts +2 -2
- package/dist/module.json +1 -1
- package/dist/module.mjs +3 -3
- package/package.json +14 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @scayle/omnichannel-nuxt
|
|
2
2
|
|
|
3
|
+
## 4.3.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependency `utility-types@^3.11.0` to `utility-types@catalog:`
|
|
8
|
+
- This is an internal change only. The packages now use the PNPM catalog feature to ensure dependencies use the identical version across packages.
|
|
9
|
+
|
|
3
10
|
## 4.3.4
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/dist/module.d.mts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as _nuxt_schema from '@nuxt/schema';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
interface ModuleOptions {
|
|
4
4
|
token: string;
|
|
5
5
|
host: string;
|
|
6
6
|
internalAccessHeader?: string | undefined;
|
|
7
|
-
}
|
|
7
|
+
}
|
|
8
8
|
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
|
|
9
9
|
|
|
10
10
|
interface OmnichannelRuntimeConfig {
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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.
|
|
5
|
-
const module = defineNuxtModule({
|
|
4
|
+
const PACKAGE_VERSION = "4.3.5";
|
|
5
|
+
const module$1 = defineNuxtModule({
|
|
6
6
|
meta: {
|
|
7
7
|
name: PACKAGE_NAME,
|
|
8
8
|
version: PACKAGE_VERSION
|
|
@@ -34,4 +34,4 @@ const module = defineNuxtModule({
|
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
|
|
37
|
-
export { module as default };
|
|
37
|
+
export { module$1 as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scayle/omnichannel-nuxt",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.5",
|
|
4
4
|
"description": "Collection of essential utilities to work with omnichannel",
|
|
5
5
|
"author": "SCAYLE Commerce Engine",
|
|
6
6
|
"license": "MIT",
|
|
@@ -48,30 +48,25 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@arethetypeswrong/cli": "0.18.2",
|
|
51
|
-
"@nuxt/eslint": "1.9.0",
|
|
52
|
-
"@nuxt/eslint-config": "1.9.0",
|
|
53
51
|
"@nuxt/module-builder": "1.0.2",
|
|
54
|
-
"@nuxt/schema": "3.
|
|
55
|
-
"@types/node": "22.
|
|
52
|
+
"@nuxt/schema": "3.20.0",
|
|
53
|
+
"@types/node": "22.19.3",
|
|
56
54
|
"@types/qs": "6.14.0",
|
|
57
|
-
"@vitest/coverage-v8": "
|
|
55
|
+
"@vitest/coverage-v8": "4.0.16",
|
|
58
56
|
"dprint": "0.50.2",
|
|
59
|
-
"eslint-formatter-gitlab": "
|
|
60
|
-
"eslint": "9.
|
|
57
|
+
"eslint-formatter-gitlab": "7.0.1",
|
|
58
|
+
"eslint": "9.39.2",
|
|
61
59
|
"h3": "1.15.4",
|
|
62
|
-
"nuxt": "3.
|
|
63
|
-
"publint": "0.3.
|
|
60
|
+
"nuxt": "3.20.0",
|
|
61
|
+
"publint": "0.3.16",
|
|
64
62
|
"typescript": "5.9.3",
|
|
65
63
|
"unbuild": "3.6.1",
|
|
66
|
-
"vitest": "
|
|
67
|
-
"vue-tsc": "3.1.
|
|
68
|
-
"vue": "3.5.
|
|
69
|
-
"@scayle/eslint-config-storefront": "4.7.
|
|
70
|
-
"@scayle/
|
|
71
|
-
"@scayle/storefront
|
|
72
|
-
},
|
|
73
|
-
"volta": {
|
|
74
|
-
"node": "22.20.0"
|
|
64
|
+
"vitest": "4.0.16",
|
|
65
|
+
"vue-tsc": "3.1.8",
|
|
66
|
+
"vue": "3.5.26",
|
|
67
|
+
"@scayle/eslint-config-storefront": "4.7.18",
|
|
68
|
+
"@scayle/storefront-nuxt": "8.57.2",
|
|
69
|
+
"@scayle/vitest-config-storefront": "1.0.0"
|
|
75
70
|
},
|
|
76
71
|
"scripts": {
|
|
77
72
|
"clean": "rimraf ./dist",
|