@azure/web-pubsub-client-protobuf 1.0.0-alpha.20240826.1 → 1.0.0-alpha.20240827.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/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist-esm/samples-dev/basicusage.js +1 -1
- package/dist-esm/samples-dev/basicusage.js.map +1 -1
- package/dist-esm/src/index.js +1 -1
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/logger.js +1 -1
- package/dist-esm/src/logger.js.map +1 -1
- package/dist-esm/src/webPubSubProtobufProtocol.js +1 -1
- package/dist-esm/src/webPubSubProtobufProtocol.js.map +1 -1
- package/dist-esm/src/webPubSubProtobufProtocolBase.js +1 -1
- package/dist-esm/src/webPubSubProtobufProtocolBase.js.map +1 -1
- package/dist-esm/src/webPubSubProtobufReliableProtocol.js +1 -1
- package/dist-esm/src/webPubSubProtobufReliableProtocol.js.map +1 -1
- package/dist-esm/test/client.spec.js +1 -1
- package/dist-esm/test/client.spec.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6763,7 +6763,7 @@ const google = $root.google = (() => {
|
|
|
6763
6763
|
})();
|
|
6764
6764
|
|
|
6765
6765
|
// Copyright (c) Microsoft Corporation.
|
|
6766
|
-
// Licensed under the MIT
|
|
6766
|
+
// Licensed under the MIT License.
|
|
6767
6767
|
/**
|
|
6768
6768
|
* The "protobuf.reliable.webpubsub.azure.v1" protocol
|
|
6769
6769
|
*/
|
|
@@ -6949,7 +6949,7 @@ class WebPubSubProtobufProtocolBase {
|
|
|
6949
6949
|
}
|
|
6950
6950
|
|
|
6951
6951
|
// Copyright (c) Microsoft Corporation.
|
|
6952
|
-
// Licensed under the MIT
|
|
6952
|
+
// Licensed under the MIT License.
|
|
6953
6953
|
/**
|
|
6954
6954
|
* The "protobuf.reliable.webpubsub.azure.v1" protocol
|
|
6955
6955
|
*/
|
|
@@ -6981,7 +6981,7 @@ class WebPubSubProtobufProtocolImpl {
|
|
|
6981
6981
|
}
|
|
6982
6982
|
|
|
6983
6983
|
// Copyright (c) Microsoft Corporation.
|
|
6984
|
-
// Licensed under the MIT
|
|
6984
|
+
// Licensed under the MIT License.
|
|
6985
6985
|
/**
|
|
6986
6986
|
* The "protobuf.reliable.webpubsub.azure.v1" protocol
|
|
6987
6987
|
*/
|
|
@@ -7013,7 +7013,7 @@ class WebPubSubProtobufReliableProtocolImpl {
|
|
|
7013
7013
|
}
|
|
7014
7014
|
|
|
7015
7015
|
// Copyright (c) Microsoft Corporation.
|
|
7016
|
-
// Licensed under the MIT
|
|
7016
|
+
// Licensed under the MIT License.
|
|
7017
7017
|
/**
|
|
7018
7018
|
* Return the "protobuf.webpubsub.azure.v1" protocol
|
|
7019
7019
|
*/
|