@wcstack/clipboard 1.22.3 โ†’ 1.22.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.ja.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @wcstack/clipboard
2
2
 
3
+ > ๐Ÿค– **AI coding agents**: This README is a package-level reference, not the primary entry point for building a wcstack application. If you have not already done so, first read the repository [README](https://github.com/wcstack/wcstack#readme) and [AGENTS.md](https://github.com/wcstack/wcstack/blob/main/AGENTS.md), then use the [wcstack-app skill](https://github.com/wcstack/wcstack-skill).
4
+
3
5
  `@wcstack/clipboard` ใฏ wcstack ใ‚จใ‚ณใ‚ทใ‚นใƒ†ใƒ ๅ‘ใ‘ใฎใƒ˜ใƒƒใƒ‰ใƒฌใ‚นใชใ‚ฏใƒชใƒƒใƒ—ใƒœใƒผใƒ‰ใ‚ณใƒณใƒใƒผใƒใƒณใƒˆใงใ™ใ€‚
4
6
 
5
7
  ใ“ใ‚Œใฏ่ฆ–่ฆš็š„ใช UI ใ‚ฆใ‚ฃใ‚ธใ‚งใƒƒใƒˆใงใฏใ‚ใ‚Šใพใ›ใ‚“ใ€‚
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @wcstack/clipboard
2
2
 
3
+ > ๐Ÿค– **AI coding agents**: This README is a package-level reference, not the primary entry point for building a wcstack application. If you have not already done so, first read the repository [README](https://github.com/wcstack/wcstack#readme) and [AGENTS.md](https://github.com/wcstack/wcstack/blob/main/AGENTS.md), then use the [wcstack-app skill](https://github.com/wcstack/wcstack-skill).
4
+
3
5
  `@wcstack/clipboard` is a headless clipboard component for the wcstack ecosystem.
4
6
 
5
7
  It is not a visual UI widget.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcstack/clipboard",
3
- "version": "1.22.3",
3
+ "version": "1.22.5",
4
4
  "description": "Declarative clipboard component for Web Components. Framework-agnostic Clipboard API primitive via wc-bindable-protocol.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.esm.js",