@bikematrix/web-components 1.2.2 → 1.2.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/README.md +4 -4
- package/dist/bm_core.es.js +1756 -1744
- package/dist/bm_core.js +31 -31
- package/dist/bm_core.umd.js +31 -31
- package/package.json +1 -4
package/README.md
CHANGED
|
@@ -87,7 +87,7 @@ Alternatively, include the script directly in your HTML:
|
|
|
87
87
|
```html
|
|
88
88
|
<script
|
|
89
89
|
type="text/javascript"
|
|
90
|
-
src="https://cdn.jsdelivr.net/npm/@bikematrix/web-components@1.
|
|
90
|
+
src="https://cdn.jsdelivr.net/npm/@bikematrix/web-components@1.2/dist/bm_core.js"
|
|
91
91
|
></script>
|
|
92
92
|
```
|
|
93
93
|
|
|
@@ -120,7 +120,7 @@ Include the script directly in your HTML:
|
|
|
120
120
|
```html
|
|
121
121
|
<script
|
|
122
122
|
type="text/javascript"
|
|
123
|
-
src="https://cdn.jsdelivr.net/npm/@bikematrix/web-components@1.
|
|
123
|
+
src="https://cdn.jsdelivr.net/npm/@bikematrix/web-components@1.2/dist/bm_core.js"
|
|
124
124
|
></script>
|
|
125
125
|
```
|
|
126
126
|
|
|
@@ -133,7 +133,7 @@ Add the core configuration block to your HTML:
|
|
|
133
133
|
```html
|
|
134
134
|
<script type="application/json" data-bikematrix-config>
|
|
135
135
|
{
|
|
136
|
-
"apiUrl": "https://api-staging.bikematrix.io/bike/
|
|
136
|
+
"apiUrl": "https://api-staging.bikematrix.io/bike/v3/",
|
|
137
137
|
"apiKey": "YOUR_API_KEY",
|
|
138
138
|
"pageType": "collection",
|
|
139
139
|
"currentCollectionHandle": "brake-pads",
|
|
@@ -206,7 +206,7 @@ BikeMatrix is configured using a JSON configuration block in your HTML:
|
|
|
206
206
|
```html
|
|
207
207
|
<script type="application/json" data-bikematrix-config>
|
|
208
208
|
{
|
|
209
|
-
"apiUrl": "https://api-staging.bikematrix.io/bike/
|
|
209
|
+
"apiUrl": "https://api-staging.bikematrix.io/bike/v3/",
|
|
210
210
|
"apiKey": "YOUR_API_KEY",
|
|
211
211
|
"pageType": "collection",
|
|
212
212
|
"currentCollectionHandle": "brake-pads",
|