@scayle/storefront-nuxt 7.85.6 → 7.85.7
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 +8 -0
- package/README.md +5 -15
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -36,15 +36,16 @@ npm install --save-dev @scayle/storefront-nuxt
|
|
|
36
36
|
|
|
37
37
|
## Getting Started
|
|
38
38
|
|
|
39
|
-
Visit the [Quickstart Guide](https://scayle.dev/en/
|
|
39
|
+
Visit the [Quickstart Guide](https://scayle.dev/en/storefront-guide/developer-guide/getting-started/setup-your-storefront) to get started with Storefront Nuxt.
|
|
40
40
|
|
|
41
41
|
Visit the [Docs](https://scayle.dev) to learn more about our system requirements.
|
|
42
42
|
|
|
43
43
|
## What is SCAYLE?
|
|
44
44
|
|
|
45
|
-
[SCAYLE](https://scayle.com) is a full-featured e-commerce software solution that comes with flexible APIs.
|
|
45
|
+
[SCAYLE](https://scayle.com) is a full-featured e-commerce software solution that comes with flexible APIs.
|
|
46
|
+
Within SCAYLE, you can manage all aspects of your shop, such as products, stocks, customers, and transactions.
|
|
46
47
|
|
|
47
|
-
Learn more about [
|
|
48
|
+
Learn more about [SCAYLE’s architecture](https://scayle.dev/en/developer-guide) and commerce modules in the docs.
|
|
48
49
|
|
|
49
50
|
## Other channels
|
|
50
51
|
|
|
@@ -53,15 +54,4 @@ Learn more about [Scayle’s architecture](https://scayle.dev/en/dev/getting-sta
|
|
|
53
54
|
|
|
54
55
|
## License
|
|
55
56
|
|
|
56
|
-
Licensed under the [MIT](https://opensource.org/license/mit/)
|
|
57
|
-
|
|
58
|
-
<!-- Badges -->
|
|
59
|
-
|
|
60
|
-
[npm-version-src]: https://img.shields.io/npm/v/@scayle/storefront-nuxt/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
61
|
-
[npm-version-href]: https://npmjs.com/package/@scayle/storefront-nuxt
|
|
62
|
-
[npm-downloads-src]: https://img.shields.io/npm/dm/@scayle/storefront-nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
63
|
-
[npm-downloads-href]: https://npmjs.com/package/@scayle/storefront-nuxt
|
|
64
|
-
[license-src]: https://img.shields.io/npm/l/@scayle/storefront-nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
65
|
-
[license-href]: https://npmjs.com/package/@scayle/storefront-nuxt
|
|
66
|
-
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
|
|
67
|
-
[nuxt-href]: https://nuxt.com
|
|
57
|
+
Licensed under the [MIT License](https://opensource.org/license/mit/)
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scayle/storefront-nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.85.
|
|
4
|
+
"version": "7.85.7",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"access": "public",
|
|
10
10
|
"registry": "https://registry.npmjs.org/"
|
|
11
11
|
},
|
|
12
|
+
"website": "https://scayle.dev/en/storefront-guide/developer-guide/getting-started/about-storefront",
|
|
12
13
|
"sideEffects": false,
|
|
13
14
|
"exports": {
|
|
14
15
|
"./rpc": {
|
|
@@ -60,7 +61,7 @@
|
|
|
60
61
|
"@nuxt/kit": "^3.12.2",
|
|
61
62
|
"@opentelemetry/api": "^1.9.0",
|
|
62
63
|
"@scayle/h3-session": "^0.4.0",
|
|
63
|
-
"@scayle/storefront-core": "7.65.
|
|
64
|
+
"@scayle/storefront-core": "7.65.3",
|
|
64
65
|
"@scayle/unstorage-compression-driver": "^0.1.3",
|
|
65
66
|
"@vueuse/core": "11.1.0",
|
|
66
67
|
"consola": "^3.2.3",
|