@azure/web-pubsub-client-protobuf 1.0.0-alpha.20231011.2 → 1.0.0-alpha.20231025.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.
- package/README.md +1 -1
- package/package.json +3 -3
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://
|
|
12
|
+
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
|
|
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.
|
|
3
|
+
"version": "1.0.0-alpha.20231025.2",
|
|
4
4
|
"description": "Azure Web PubSub Client Protobuf",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -99,13 +99,13 @@
|
|
|
99
99
|
"karma-sourcemap-loader": "^0.3.8",
|
|
100
100
|
"mocha": "^10.0.0",
|
|
101
101
|
"mocha-junit-reporter": "^2.0.0",
|
|
102
|
-
"
|
|
102
|
+
"c8": "^8.0.0",
|
|
103
103
|
"prettier": "^2.5.1",
|
|
104
104
|
"puppeteer": "^19.2.2",
|
|
105
105
|
"rimraf": "^3.0.0",
|
|
106
106
|
"sinon": "^15.0.0",
|
|
107
107
|
"source-map-support": "^0.5.9",
|
|
108
|
-
"typescript": "~5.
|
|
108
|
+
"typescript": "~5.2.0",
|
|
109
109
|
"@azure/web-pubsub": "^1.1.0",
|
|
110
110
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
|
111
111
|
"mock-socket": "^9.1.5",
|