@wcstack/contacts 1.22.6 → 1.23.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
@@ -148,6 +148,8 @@ await core.select(["name", "tel"], { multiple: true });
148
148
  core.dispose();
149
149
  ```
150
150
 
151
+ Core の構造サーフェスは wcstack I/O ノード横断の規範です([async-io-node-guidelines §3.9](../../docs/async-io-node-guidelines.md))。要素なしで signals に束縛するには [@wcstack/signals — Core を直接束縛する](../signals/README.ja.md#core-を直接束縛する要素なし) を参照。
152
+
151
153
  ## ライセンス
152
154
 
153
155
  MIT
package/README.md CHANGED
@@ -152,6 +152,8 @@ await core.select(["name", "tel"], { multiple: true });
152
152
  core.dispose();
153
153
  ```
154
154
 
155
+ The structural Core surface is normative across wcstack IO nodes ([async-io-node-guidelines §3.9](../../docs/async-io-node-guidelines.md)); to bind it into signals with no element at all, see [@wcstack/signals — Binding a Core directly](../signals/README.md#binding-a-core-directly-no-element).
156
+
155
157
  ## License
156
158
 
157
159
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcstack/contacts",
3
- "version": "1.22.6",
3
+ "version": "1.23.0",
4
4
  "description": "Declarative Contact Picker component for Web Components. Framework-agnostic navigator.contacts.select() wrapper via wc-bindable-protocol.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.esm.js",