wcstack 2.2.0 → 2.4.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 +1 -1
- package/dist/auto.min.js +1 -1
- package/dist/auto.min.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ For an app that uses the SPA core anyway, **this package ships the bundle**: `wc
|
|
|
39
39
|
|
|
40
40
|
```html
|
|
41
41
|
<script type="module"
|
|
42
|
-
src="https://cdn.jsdelivr.net/npm/wcstack@2.
|
|
42
|
+
src="https://cdn.jsdelivr.net/npm/wcstack@2.4.0/dist/auto.min.js"
|
|
43
43
|
integrity="sha384-…"></script>
|
|
44
44
|
```
|
|
45
45
|
|