@adobe/magento-storefront-events-sdk 1.8.0 → 1.9.0
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/README.md +3 -3
- package/dist/index.js.LICENSE.txt +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,12 +22,12 @@ Our context schemas are designed to simplify forwarding to two edges:
|
|
|
22
22
|
|
|
23
23
|
## Installation
|
|
24
24
|
|
|
25
|
-
This SDK can be used as a hosted script, or bundled in a JavaScript application. The script version is hosted on [
|
|
25
|
+
This SDK can be used as a hosted script, or bundled in a JavaScript application. The script version is hosted on [jsdelivr][jsdelivr], and the bundled version is hosted on [npm][npm].
|
|
26
26
|
|
|
27
27
|
To load the SDK as a script, use the following snippet.
|
|
28
28
|
|
|
29
29
|
```
|
|
30
|
-
<script src="https://
|
|
30
|
+
<script src="https://cdn.jsdelivr.net/npm/@adobe/commerce-events-sdk/dist/index.js"></script>
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
To install the script as a dependency, run this command.
|
|
@@ -140,5 +140,5 @@ If you have any questions or encounter any issues, please reach out on [GitHub][
|
|
|
140
140
|
[contributing-badge]: https://img.shields.io/badge/PRs-welcome-success?style=flat-square
|
|
141
141
|
[commerce]: https://business.adobe.com/products/magento/magento-commerce.html
|
|
142
142
|
[collectors]: https://github.com/adobe/commerce-events/tree/main/packages/storefront-events-collector
|
|
143
|
-
[
|
|
143
|
+
[jsdelivr]: https://cdn.jsdelivr.net/npm/@adobe/magento-storefront-events-sdk/dist/index.js
|
|
144
144
|
[issues]: https://github.com/adobe/commerce-events/issues
|