@azure/web-pubsub-express 1.0.4-alpha.20220722.1 → 1.0.4-alpha.20220922.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 +1 -1
- package/package.json +2 -2
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://
|
|
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.
|
|
3
|
+
"version": "1.0.4-alpha.20220922.1",
|
|
4
4
|
"description": "Azure Web PubSub CloudEvents handlers",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
63
63
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
64
64
|
"@azure-tools/test-recorder": "^1.0.0",
|
|
65
|
-
"@microsoft/api-extractor": "7.
|
|
65
|
+
"@microsoft/api-extractor": "^7.31.1",
|
|
66
66
|
"@types/chai": "^4.1.6",
|
|
67
67
|
"@types/express": "^4.16.0",
|
|
68
68
|
"@types/express-serve-static-core": "^4.17.19",
|