@gurezo/web-serial-rxjs 4.0.0 → 4.0.1

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -85,16 +85,16 @@ 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
- - Browse the published documentation site: [web-serial-rxjs Documentation](https://gurezo.github.io/web-serial-rxjs/)
89
- - Browse API Reference (TypeDoc): [web-serial-rxjs API Documentation](https://gurezo.github.io/web-serial-rxjs/api/)
88
+ - Browse the published documentation site: [web-serial-rxjs Documentation](https://gurezo.net/web-serial-rxjs/)
89
+ - Browse API Reference (TypeDoc): [web-serial-rxjs API Documentation](https://gurezo.net/web-serial-rxjs/api/)
90
90
 
91
91
  ## Documentation
92
92
 
93
93
  | Doc | Use it for |
94
94
  | --- | --- |
95
- | [Documentation home](https://gurezo.github.io/web-serial-rxjs/) | Site landing with Guide (ja/en) and API Reference |
96
- | [English Guide (site)](https://gurezo.github.io/web-serial-rxjs/guide/en/README.html) | Getting Started reading order on the published site |
97
- | [API Reference (site)](https://gurezo.github.io/web-serial-rxjs/api/index.html) | English TypeDoc API Reference |
95
+ | [Documentation home](https://gurezo.net/web-serial-rxjs/) | Site landing with Guide (ja/en) and API Reference |
96
+ | [English Guide (site)](https://gurezo.net/web-serial-rxjs/guide/en/README.html) | Getting Started reading order on the published site |
97
+ | [API Reference (site)](https://gurezo.net/web-serial-rxjs/api/index.html) | English TypeDoc API Reference |
98
98
  | [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
99
  | [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
100
  | [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 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gurezo/web-serial-rxjs",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
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.github.io/web-serial-rxjs/",
44
+ "homepage": "https://gurezo.net/web-serial-rxjs/",
45
45
  "keywords": [
46
46
  "web-serial",
47
47
  "web-serial-api",