@azure/web-pubsub-client-protobuf 1.0.0-alpha.20231030.1 → 1.0.0-beta.2

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 +6 -6
package/README.md CHANGED
@@ -9,7 +9,7 @@ You can use this library to add protobuf subprotocols including `protobuf.reliab
9
9
 
10
10
  ### Currently supported environments
11
11
 
12
- - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
12
+ - [LTS versions of Node.js](https://nodejs.org/about/releases/)
13
13
 
14
14
  ### Prerequisites
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/web-pubsub-client-protobuf",
3
- "version": "1.0.0-alpha.20231030.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "Azure Web PubSub Client Protobuf",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -55,7 +55,7 @@
55
55
  "url": "https://github.com/Azure/azure-sdk-for-js/issues"
56
56
  },
57
57
  "engines": {
58
- "node": ">=18.0.0"
58
+ "node": ">=16.0.0"
59
59
  },
60
60
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md",
61
61
  "sideEffects": false,
@@ -67,8 +67,8 @@
67
67
  "long": "^5.2.1"
68
68
  },
69
69
  "devDependencies": {
70
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
71
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
70
+ "@azure/dev-tool": "^1.0.0",
71
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
72
72
  "@microsoft/api-extractor": "^7.31.1",
73
73
  "@types/chai": "^4.1.6",
74
74
  "@types/chai-as-promised": "^7.1.5",
@@ -76,7 +76,7 @@
76
76
  "@types/express-serve-static-core": "^4.17.19",
77
77
  "@types/jsonwebtoken": "^9.0.0",
78
78
  "@types/mocha": "^10.0.0",
79
- "@types/node": "^18.0.0",
79
+ "@types/node": "^16.0.0",
80
80
  "@types/sinon": "^10.0.0",
81
81
  "chai": "^4.2.0",
82
82
  "cross-env": "^7.0.2",
@@ -107,7 +107,7 @@
107
107
  "source-map-support": "^0.5.9",
108
108
  "typescript": "~5.2.0",
109
109
  "@azure/web-pubsub": "^1.1.0",
110
- "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
110
+ "@azure/test-utils": "^1.0.0",
111
111
  "mock-socket": "^9.1.5",
112
112
  "util": "^0.12.1",
113
113
  "@types/ws": "^7.4.5",