@scayle/omnichannel-nuxt 4.3.3 → 4.3.4
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 +6 -0
- package/README.md +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ await refreshStoreVariant(variantId, storeId)
|
|
|
90
90
|
[SCAYLE](https://scayle.com) is a full-featured e-commerce software solution that comes with flexible APIs.
|
|
91
91
|
Within SCAYLE, you can manage all aspects of your shop, such as products, stocks, customers, and transactions.
|
|
92
92
|
|
|
93
|
-
Learn more about [SCAYLE’s architecture](https://scayle.dev/en/
|
|
93
|
+
Learn more about [SCAYLE’s architecture](https://scayle.dev/en/core-documentation/welcome-to-scayle/getting-started) and commerce modules in the docs.
|
|
94
94
|
|
|
95
95
|
## Other channels
|
|
96
96
|
|
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.4";
|
|
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.4",
|
|
4
4
|
"description": "Collection of essential utilities to work with omnichannel",
|
|
5
5
|
"author": "SCAYLE Commerce Engine",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"access": "public",
|
|
9
9
|
"registry": "https://registry.npmjs.org/"
|
|
10
10
|
},
|
|
11
|
-
"website": "https://scayle.dev/en/
|
|
11
|
+
"website": "https://scayle.dev/en/core-documentation/storefront-guide/storefront-application/integrations/omnichannel",
|
|
12
12
|
"exports": {
|
|
13
13
|
"./module": {
|
|
14
14
|
"types": "./dist/module.d.mts",
|
|
@@ -51,27 +51,27 @@
|
|
|
51
51
|
"@nuxt/eslint": "1.9.0",
|
|
52
52
|
"@nuxt/eslint-config": "1.9.0",
|
|
53
53
|
"@nuxt/module-builder": "1.0.2",
|
|
54
|
-
"@nuxt/schema": "3.19.
|
|
55
|
-
"@types/node": "22.18.
|
|
54
|
+
"@nuxt/schema": "3.19.3",
|
|
55
|
+
"@types/node": "22.18.11",
|
|
56
56
|
"@types/qs": "6.14.0",
|
|
57
57
|
"@vitest/coverage-v8": "3.2.4",
|
|
58
58
|
"dprint": "0.50.2",
|
|
59
59
|
"eslint-formatter-gitlab": "6.0.1",
|
|
60
|
-
"eslint": "9.
|
|
60
|
+
"eslint": "9.37.0",
|
|
61
61
|
"h3": "1.15.4",
|
|
62
|
-
"nuxt": "3.19.
|
|
63
|
-
"publint": "0.3.
|
|
64
|
-
"typescript": "5.9.
|
|
62
|
+
"nuxt": "3.19.3",
|
|
63
|
+
"publint": "0.3.14",
|
|
64
|
+
"typescript": "5.9.3",
|
|
65
65
|
"unbuild": "3.6.1",
|
|
66
66
|
"vitest": "3.2.4",
|
|
67
|
-
"vue-tsc": "3.
|
|
68
|
-
"vue": "3.5.
|
|
69
|
-
"@scayle/eslint-config-storefront": "4.7.
|
|
70
|
-
"@scayle/storefront
|
|
71
|
-
"@scayle/
|
|
67
|
+
"vue-tsc": "3.1.1",
|
|
68
|
+
"vue": "3.5.22",
|
|
69
|
+
"@scayle/eslint-config-storefront": "4.7.10",
|
|
70
|
+
"@scayle/vitest-config-storefront": "1.0.0",
|
|
71
|
+
"@scayle/storefront-nuxt": "8.45.1"
|
|
72
72
|
},
|
|
73
73
|
"volta": {
|
|
74
|
-
"node": "22.
|
|
74
|
+
"node": "22.20.0"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"clean": "rimraf ./dist",
|