@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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 7.85.7
4
+
5
+ ### Patch Changes
6
+
7
+ **Dependencies**
8
+
9
+ - Updated dependency to @scayle/storefront-core@7.65.3
10
+
3
11
  ## 7.85.6
4
12
 
5
13
  ### Patch Changes
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/dev/storefront-core/getting-started-sfb) to get started with Storefront Nuxt.
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. Within SCAYLE, you can manage all aspects of your shop, such as products, stocks, customers, and transactions.
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 [Scayle’s architecture](https://scayle.dev/en/dev/getting-started/introduction) and [commerce modules](https://scayle.dev/en/dev/getting-started/introduction) in the Docs.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "7.85.6",
3
+ "version": "7.85.7",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.9.0"
package/dist/module.mjs CHANGED
@@ -71,7 +71,7 @@ export default {
71
71
  }`;
72
72
  }
73
73
  const PACKAGE_NAME = "@scayle/storefront-nuxt";
74
- const PACKAGE_VERSION = "7.85.6";
74
+ const PACKAGE_VERSION = "7.85.7";
75
75
  const logger = createConsola({
76
76
  fancy: true,
77
77
  formatOptions: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "7.85.6",
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.2",
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",