@azure/web-pubsub 1.1.3-alpha.20231023.1 → 1.1.3-alpha.20231030.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/web-pubsub",
3
- "version": "1.1.3-alpha.20231023.1",
3
+ "version": "1.1.3-alpha.20231030.1",
4
4
  "description": "Azure client library for Azure Web PubSub",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -64,7 +64,7 @@
64
64
  "url": "https://github.com/Azure/azure-sdk-for-js/issues"
65
65
  },
66
66
  "engines": {
67
- "node": ">=16.0.0"
67
+ "node": ">=18.0.0"
68
68
  },
69
69
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub/README.md",
70
70
  "sideEffects": false,
@@ -87,7 +87,7 @@
87
87
  "@types/chai": "^4.1.6",
88
88
  "@types/jsonwebtoken": "^9.0.0",
89
89
  "@types/mocha": "^10.0.0",
90
- "@types/node": "^16.0.0",
90
+ "@types/node": "^18.0.0",
91
91
  "@types/sinon": "^10.0.0",
92
92
  "@types/ws": "^8.2.0",
93
93
  "chai": "^4.2.0",