@azure/web-pubsub-express 1.0.4-alpha.20220722.1 → 1.0.4-alpha.20220919.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ Details about the terms used here are described in [Key concepts](#key-concepts)
18
18
 
19
19
  ### Currently supported environments
20
20
 
21
- - [LTS versions of Node.js](https://nodejs.org/about/releases/)
21
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
22
22
  - [Express](https://expressjs.com/) version 4.x.x or higher
23
23
 
24
24
  ### Prerequisites
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/web-pubsub-express",
3
- "version": "1.0.4-alpha.20220722.1",
3
+ "version": "1.0.4-alpha.20220919.1",
4
4
  "description": "Azure Web PubSub CloudEvents handlers",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",