durablews 2.0.0 → 2.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.
- package/README.md +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,11 +4,10 @@
|
|
|
4
4
|
> bounded queueing, and typed messages. Zero dependencies, every modern
|
|
5
5
|
> runtime, durable by default.
|
|
6
6
|
|
|
7
|
-
>
|
|
8
|
-
>
|
|
9
|
-
> still shift before 2.0. The
|
|
7
|
+
> The features below are built and tested (unit, integration, real-browser
|
|
8
|
+
> e2e). The
|
|
10
9
|
> [architecture RFC](https://github.com/imnsco/DurableWS/blob/main/rfcs/0001-v2-architecture.md)
|
|
11
|
-
> tracks design and status. The `1.x`
|
|
10
|
+
> tracks design and status. The `1.x` line predates the v2 rewrite — don't
|
|
12
11
|
> use it.
|
|
13
12
|
|
|
14
13
|
## What you get
|
|
@@ -43,7 +42,7 @@
|
|
|
43
42
|
## Installation
|
|
44
43
|
|
|
45
44
|
```bash
|
|
46
|
-
npm install durablews
|
|
45
|
+
npm install durablews
|
|
47
46
|
```
|
|
48
47
|
|
|
49
48
|
## Quick start
|