@azure/web-pubsub-client-protobuf 1.0.0-alpha.20240819.1 → 1.0.0-alpha.20240821.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 +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ npm install @azure/web-pubsub-client-protobuf
25
25
  ### 2. Use Protobuf protocols
26
26
 
27
27
  ```javascript
28
- let client = new WebPubSubClient("client-access-url", { protocol: WebPubSubProtobufReliableProtocol() });
28
+ const client = new WebPubSubClient("client-access-url", { protocol: WebPubSubProtobufReliableProtocol() });
29
29
  ```
30
30
 
31
31
  ## Troubleshooting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/web-pubsub-client-protobuf",
3
- "version": "1.0.0-alpha.20240819.1",
3
+ "version": "1.0.0-alpha.20240821.2",
4
4
  "description": "Azure Web PubSub Client Protobuf",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",