@wcstack/media-query 2.6.1 → 3.1.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.ja.md CHANGED
@@ -34,7 +34,7 @@
34
34
  npm install @wcstack/media-query
35
35
  ```
36
36
 
37
- CDN(バージョン固定): `https://esm.run/@wcstack/media-query@2.6.1/auto`
37
+ CDN(バージョン固定): `https://esm.run/@wcstack/media-query@3.1.0/auto`
38
38
 
39
39
  ## クイックスタート
40
40
 
package/README.md CHANGED
@@ -34,7 +34,7 @@ A media query that only changes *styling* belongs in a stylesheet. This node is
34
34
  npm install @wcstack/media-query
35
35
  ```
36
36
 
37
- CDN (pinned): `https://esm.run/@wcstack/media-query@2.6.1/auto`
37
+ CDN (pinned): `https://esm.run/@wcstack/media-query@3.1.0/auto`
38
38
 
39
39
  ## Quick Start
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcstack/media-query",
3
- "version": "2.6.1",
3
+ "version": "3.1.0",
4
4
  "description": "Declarative matchMedia component for Web Components. Framework-agnostic media-query monitor (prefers-color-scheme, prefers-reduced-motion, viewport width) via wc-bindable-protocol.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.esm.js",