@azure/web-pubsub 1.1.0-alpha.20220919.1 → 1.1.0-alpha.20221014.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/web-pubsub",
|
3
|
-
"version": "1.1.0-alpha.
|
3
|
+
"version": "1.1.0-alpha.20221014.1",
|
4
4
|
"description": "Azure client library for Azure Web PubSub",
|
5
5
|
"sdk-type": "client",
|
6
6
|
"main": "dist/index.js",
|
@@ -63,7 +63,7 @@
|
|
63
63
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
64
64
|
},
|
65
65
|
"engines": {
|
66
|
-
"node": ">=
|
66
|
+
"node": ">=14.0.0"
|
67
67
|
},
|
68
68
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub/README.md",
|
69
69
|
"sideEffects": false,
|
@@ -82,11 +82,11 @@
|
|
82
82
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
83
83
|
"@azure-tools/test-credential": ">=1.0.0-alpha <1.0.0-alphb",
|
84
84
|
"@azure-tools/test-recorder": "^2.0.0",
|
85
|
-
"@microsoft/api-extractor": "7.
|
85
|
+
"@microsoft/api-extractor": "^7.31.1",
|
86
86
|
"@types/chai": "^4.1.6",
|
87
87
|
"@types/jsonwebtoken": "~8.5.0",
|
88
88
|
"@types/mocha": "^7.0.2",
|
89
|
-
"@types/node": "^
|
89
|
+
"@types/node": "^14.0.0",
|
90
90
|
"@types/sinon": "^9.0.4",
|
91
91
|
"@types/ws": "^8.2.0",
|
92
92
|
"chai": "^4.2.0",
|