@scayle/storefront-product-detail 1.5.3 → 1.5.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 +13 -1
- package/README.md +1 -12
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/utils/product.d.ts +2 -2
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @scayle/storefront-product-detail
|
|
2
2
|
|
|
3
|
+
## 1.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Cleaned up README.md and added CONTRIBUTING.md. No functional changes.
|
|
8
|
+
|
|
9
|
+
## 1.5.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated SCAYLE Resource Center references
|
|
14
|
+
|
|
3
15
|
## 1.5.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -179,7 +191,7 @@
|
|
|
179
191
|
- This release introduces the `@scayle/storefront-product-detail` package, decoupling composables and utilities of the Product Detail Page (PDP) functionality from the SCAYLE Storefront Boilerplate for enhanced modularity and integration.
|
|
180
192
|
This separation empowers developers with greater control over PDP updates and simplifies its integration into existing Storefront-based projects.
|
|
181
193
|
|
|
182
|
-
- [Discover more about the Product Detail Page for SCAYLE Storefront in our SCAYLE Resource Center.](https://scayle.dev/en/storefront-guide/
|
|
194
|
+
- [Discover more about the Product Detail Page for SCAYLE Storefront in our SCAYLE Resource Center.](https://scayle.dev/en/core-documentation/storefront-guide/storefront-application/features/product-detail-page)
|
|
183
195
|
|
|
184
196
|
- This release requires `@scayle/storefront-nuxt@8.x` or higher. Support for `@scayle/storefront-nuxt@7.x` has been discontinued. Please update your dependencies accordingly. The `peerDependency` range has been updated to `^8.0.0`.
|
|
185
197
|
|
package/README.md
CHANGED
|
@@ -44,8 +44,6 @@ export default defineNuxtConfig({
|
|
|
44
44
|
})
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
## Module Configuration
|
|
48
|
-
|
|
49
47
|
## License
|
|
50
48
|
|
|
51
49
|
Licensed under the [MIT License](https://opensource.org/license/mit/)
|
|
@@ -55,18 +53,9 @@ Licensed under the [MIT License](https://opensource.org/license/mit/)
|
|
|
55
53
|
[SCAYLE](https://scayle.com) is a full-featured e-commerce software solution that comes with flexible APIs.
|
|
56
54
|
Within SCAYLE, you can manage all aspects of your shop, such as products, stocks, customers, and transactions.
|
|
57
55
|
|
|
58
|
-
Learn more about [SCAYLE’s architecture](https://scayle.dev/en/getting-started) and commerce modules in the Docs.
|
|
56
|
+
Learn more about [SCAYLE’s architecture](https://scayle.dev/en/core-documentation/welcome-to-scayle/getting-started) and commerce modules in the Docs.
|
|
59
57
|
|
|
60
58
|
## Other channels
|
|
61
59
|
|
|
62
60
|
- [LinkedIn](https://www.linkedin.com/company/scaylecommerce/)
|
|
63
61
|
- [Jobs](https://careers.smartrecruiters.com/ABOUTYOUGmbH/scayle)
|
|
64
|
-
|
|
65
|
-
<!-- Badges -->
|
|
66
|
-
|
|
67
|
-
[npm-version-src]: https://img.shields.io/npm/v/@scayle/storefront-product-detail/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
68
|
-
[npm-version-href]: https://npmjs.com/package/@scayle/storefront-product-detail
|
|
69
|
-
[npm-downloads-src]: https://img.shields.io/npm/dm/@scayle/storefront-product-detail.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
70
|
-
[npm-downloads-href]: https://npmjs.com/package/@scayle/storefront-product-detail
|
|
71
|
-
[license-src]: https://img.shields.io/npm/l/@scayle/storefront-product-detail.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
72
|
-
[license-href]: https://npmjs.com/package/@scayle/storefront-product-detail
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineNuxtModule, createResolver, addImportsDir } from '@nuxt/kit';
|
|
2
2
|
|
|
3
3
|
const PACKAGE_NAME = "@scayle/storefront-product-detail";
|
|
4
|
-
const PACKAGE_VERSION = "1.5.
|
|
4
|
+
const PACKAGE_VERSION = "1.5.5";
|
|
5
5
|
const module = defineNuxtModule({
|
|
6
6
|
meta: {
|
|
7
7
|
name: PACKAGE_NAME,
|
|
@@ -7,8 +7,8 @@ import type { AdvancedAttribute } from '@scayle/storefront-nuxt';
|
|
|
7
7
|
* commonly used to handle product recommendations.
|
|
8
8
|
*
|
|
9
9
|
* More information about recommended products and attributes groups please visit our SCAYLE Resource Center:
|
|
10
|
-
* @see https://scayle.dev/en/storefront-guide/
|
|
11
|
-
* @see https://scayle.dev/en/
|
|
10
|
+
* @see https://scayle.dev/en/core-documentation/storefront-guide/storefront-application/features/product-detail-page#recommendations
|
|
11
|
+
* @see https://scayle.dev/en/core-documentation/the-basics/products/attribute-groups
|
|
12
12
|
*
|
|
13
13
|
* @param attribute The advanced attribute containing values to extract product IDs from. This attribute is sourced from a product's advanced attributes.
|
|
14
14
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scayle/storefront-product-detail",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.5",
|
|
4
4
|
"description": "Collection of essential composables and utilities to work with product detail",
|
|
5
5
|
"author": "SCAYLE Commerce Engine",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,29 +37,29 @@
|
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@arethetypeswrong/cli": "0.18.2",
|
|
40
|
-
"@nuxt/kit": "3.19.
|
|
40
|
+
"@nuxt/kit": "3.19.3",
|
|
41
41
|
"@nuxt/module-builder": "1.0.2",
|
|
42
|
-
"@nuxt/schema": "3.19.
|
|
43
|
-
"@nuxt/test-utils": "3.
|
|
44
|
-
"@types/node": "22.18.
|
|
42
|
+
"@nuxt/schema": "3.19.3",
|
|
43
|
+
"@nuxt/test-utils": "3.20.1",
|
|
44
|
+
"@types/node": "22.18.13",
|
|
45
45
|
"@vitest/coverage-v8": "3.2.4",
|
|
46
46
|
"@vueuse/core": "13.9.0",
|
|
47
47
|
"dprint": "0.50.2",
|
|
48
48
|
"eslint-formatter-gitlab": "6.0.1",
|
|
49
|
-
"eslint": "9.
|
|
50
|
-
"happy-dom": "
|
|
51
|
-
"nuxt": "3.19.
|
|
52
|
-
"publint": "0.3.
|
|
49
|
+
"eslint": "9.38.0",
|
|
50
|
+
"happy-dom": "20.0.8",
|
|
51
|
+
"nuxt": "3.19.3",
|
|
52
|
+
"publint": "0.3.15",
|
|
53
53
|
"schema-dts": "1.1.5",
|
|
54
|
-
"typescript": "5.9.
|
|
54
|
+
"typescript": "5.9.3",
|
|
55
55
|
"unbuild": "3.6.1",
|
|
56
56
|
"vitest": "3.2.4",
|
|
57
|
-
"vue-router": "4.
|
|
58
|
-
"vue-tsc": "3.1.
|
|
59
|
-
"vue": "3.5.
|
|
60
|
-
"@scayle/eslint-config-storefront": "4.7.
|
|
61
|
-
"@scayle/storefront
|
|
62
|
-
"@scayle/
|
|
57
|
+
"vue-router": "4.6.3",
|
|
58
|
+
"vue-tsc": "3.1.2",
|
|
59
|
+
"vue": "3.5.22",
|
|
60
|
+
"@scayle/eslint-config-storefront": "4.7.11",
|
|
61
|
+
"@scayle/vitest-config-storefront": "1.0.0",
|
|
62
|
+
"@scayle/storefront-nuxt": "8.47.0"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"build": "nuxt-module-build build",
|