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.
Files changed (2) hide show
  1. package/README.md +4 -5
  2. 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
- > ⚠️ **v2 is in alpha** (`npm install durablews@alpha`). The features below
8
- > are built and tested (unit, integration, real-browser e2e); the API may
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` release predates this rewrite — don't
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@alpha
45
+ npm install durablews
47
46
  ```
48
47
 
49
48
  ## Quick start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "durablews",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A resilient, TypeScript-based WebSocket client",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",