@wcstack/network 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 +2 -0
- package/README.md +2 -0
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -203,6 +203,8 @@ console.log(net.effectiveType);
|
|
|
203
203
|
net.dispose(); // live な `change` リスナーを外す
|
|
204
204
|
```
|
|
205
205
|
|
|
206
|
+
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-を直接束縛する要素なし) を参照。
|
|
207
|
+
|
|
206
208
|
## ライセンス
|
|
207
209
|
|
|
208
210
|
MIT
|
package/README.md
CHANGED
|
@@ -205,6 +205,8 @@ console.log(net.effectiveType);
|
|
|
205
205
|
net.dispose(); // detach the live `change` listener
|
|
206
206
|
```
|
|
207
207
|
|
|
208
|
+
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).
|
|
209
|
+
|
|
208
210
|
## License
|
|
209
211
|
|
|
210
212
|
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wcstack/network",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.0",
|
|
4
4
|
"description": "Declarative Network Information component for Web Components. Framework-agnostic navigator.connection monitor via wc-bindable-protocol.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.esm.js",
|