wcstack 2.1.1 → 2.2.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 +2 -2
- package/dist/auto.min.js +1 -1
- package/dist/auto.min.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# wcstack
|
|
2
2
|
|
|
3
|
-
**wcstack** is a set of
|
|
3
|
+
**wcstack** is a set of 48 zero-dependency Web Components packages: reactive data binding, declarative SPA routing, and 30+ Web APIs exposed as HTML tags. No build step, no bundler, no framework runtime. One CDN `<script>` tag per package — or one `wcstack/auto` tag for the whole SPA core.
|
|
4
4
|
|
|
5
5
|
Project site: **https://wcstack.github.io** · Source: **https://github.com/wcstack/wcstack**
|
|
6
6
|
|
|
@@ -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.2.0/dist/auto.min.js"
|
|
43
43
|
integrity="sha384-…"></script>
|
|
44
44
|
```
|
|
45
45
|
|