@azure/web-pubsub-client-protobuf 1.0.0-alpha.20241125.1 → 1.0.0-alpha.20241127.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/web-pubsub-client-protobuf",
3
- "version": "1.0.0-alpha.20241125.1",
3
+ "version": "1.0.0-alpha.20241127.1",
4
4
  "description": "Azure Web PubSub Client Protobuf",
5
5
  "sdk-type": "client",
6
6
  "type": "module",
@@ -1,13 +0,0 @@
1
- import type { WebPubSubClientProtocol } from '@azure/web-pubsub-client';
2
-
3
- /**
4
- * Return the "protobuf.webpubsub.azure.v1" protocol
5
- */
6
- export declare const WebPubSubProtobufProtocol: () => WebPubSubClientProtocol;
7
-
8
- /**
9
- * Return the "protobuf.reliable.webpubsub.azure.v1" protocol
10
- */
11
- export declare const WebPubSubProtobufReliableProtocol: () => WebPubSubClientProtocol;
12
-
13
- export { }