@gurezo/web-serial-rxjs 4.0.0 → 4.0.2
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 +7 -5
- package/package.json +2 -2
package/README.ja.md
CHANGED
|
@@ -85,6 +85,7 @@ pnpm add rxjs
|
|
|
85
85
|
|
|
86
86
|
- **API の全体像**(機能一覧、`SerialSession` 早見表、`SerialSessionState`、最小サンプル): [SerialSession の概要](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/ja/overview.md)([English](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/en/overview.md))
|
|
87
87
|
- 最短でポートを開く手順: [クイックスタート](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/ja/quick-start.md)
|
|
88
|
+
- よくある問題と自己解決: [トラブルシューティング](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/ja/troubleshooting.md)
|
|
88
89
|
|
|
89
90
|
## ドキュメント
|
|
90
91
|
|
|
@@ -95,6 +96,7 @@ pnpm add rxjs
|
|
|
95
96
|
| [全体像](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/ja/overview.md) | 機能と `SerialSession` / `SerialSessionState` の対応表 |
|
|
96
97
|
| [クイックスタート](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/ja/quick-start.md) | ポートを開いて購読までを最短で |
|
|
97
98
|
| [高度な使用方法](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/ja/advanced-usage.md) | 行フレーミング、擬似リクエスト/レス、リカバリ |
|
|
99
|
+
| [トラブルシューティング](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/ja/troubleshooting.md) | Web Serial / セッションのよくある問題と自己解決手順 |
|
|
98
100
|
| [API の概念と設計メモ](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/ja/concepts.md) | オプション、`SerialError`、型の表形式補足 |
|
|
99
101
|
| [v3 → v4 マイグレーション](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/ja/migration-v4.md) | Phase 1+2 の削除(`receiveReplay$`、`isBrowserSupported()`、オプション整理) |
|
|
100
102
|
| [v2 → v3 マイグレーション](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/ja/migration-v3.md) | `state$` discriminated union、`SerialSessionStatus`、`context.cause` |
|
package/README.md
CHANGED
|
@@ -85,20 +85,22 @@ pnpm add rxjs
|
|
|
85
85
|
|
|
86
86
|
- Full **API map** (features, `SerialSession` table, `SerialSessionState`, minimal example): [SerialSession overview](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/en/overview.md) ([日本語](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/ja/overview.md))
|
|
87
87
|
- Shortest path to an open port: [Quick Start](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/en/quick-start.md)
|
|
88
|
-
-
|
|
89
|
-
- Browse
|
|
88
|
+
- Common problems and self-help: [Troubleshooting](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/en/troubleshooting.md)
|
|
89
|
+
- Browse the published documentation site: [web-serial-rxjs Documentation](https://gurezo.net/web-serial-rxjs/)
|
|
90
|
+
- Browse API Reference (TypeDoc): [web-serial-rxjs API Documentation](https://gurezo.net/web-serial-rxjs/api/)
|
|
90
91
|
|
|
91
92
|
## Documentation
|
|
92
93
|
|
|
93
94
|
| Doc | Use it for |
|
|
94
95
|
| --- | --- |
|
|
95
|
-
| [Documentation home](https://gurezo.
|
|
96
|
-
| [English Guide (site)](https://gurezo.
|
|
97
|
-
| [API Reference (site)](https://gurezo.
|
|
96
|
+
| [Documentation home](https://gurezo.net/web-serial-rxjs/) | Site landing with Guide (ja/en) and API Reference |
|
|
97
|
+
| [English Guide (site)](https://gurezo.net/web-serial-rxjs/guide/en/README.html) | Getting Started reading order on the published site |
|
|
98
|
+
| [API Reference (site)](https://gurezo.net/web-serial-rxjs/api/index.html) | English TypeDoc API Reference |
|
|
98
99
|
| [English Guide index](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/en/README.md) | Getting Started reading order and full index |
|
|
99
100
|
| [Overview](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/en/overview.md) | Features and the `SerialSession` / `SerialSessionState` map |
|
|
100
101
|
| [Quick Start](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/en/quick-start.md) | Open a port and wire subscriptions end-to-end |
|
|
101
102
|
| [Advanced Usage](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/en/advanced-usage.md) | Line framing, request/response-style flows, recovery |
|
|
103
|
+
| [Troubleshooting](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/en/troubleshooting.md) | Common Web Serial / session problems and self-help checks |
|
|
102
104
|
| [API concepts and design notes](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/en/concepts.md) | `SerialSessionOptions`, `SerialError`, and formal details |
|
|
103
105
|
| [v3 → v4 migration](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/en/migration-v4.md) | Phase 1+2 removals (`receiveReplay$`, `isBrowserSupported()`, options cleanup) |
|
|
104
106
|
| [v2 → v3 migration](https://github.com/gurezo/web-serial-rxjs/blob/main/packages/web-serial-rxjs/docs/guide/en/migration-v3.md) | `state$` discriminated union, `SerialSessionStatus`, `context.cause` |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gurezo/web-serial-rxjs",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "RxJS-based utilities for the Web Serial API, usable from Angular, React, Svelte, and Vanilla JavaScript/TypeScript.",
|
|
5
5
|
"author": "Akihiko Kigure <akihiko.kigure@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"bugs": {
|
|
42
42
|
"url": "https://github.com/gurezo/web-serial-rxjs/issues"
|
|
43
43
|
},
|
|
44
|
-
"homepage": "https://gurezo.
|
|
44
|
+
"homepage": "https://gurezo.net/web-serial-rxjs/",
|
|
45
45
|
"keywords": [
|
|
46
46
|
"web-serial",
|
|
47
47
|
"web-serial-api",
|