@azure/web-pubsub 1.1.4-alpha.20240826.1 → 1.1.4-alpha.20240827.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -1822,7 +1822,7 @@ class GeneratedClient extends coreClient__namespace.ServiceClient {
1822
1822
  }
1823
1823
 
1824
1824
  // Copyright (c) Microsoft Corporation.
1825
- // Licensed under the MIT license.
1825
+ // Licensed under the MIT License.
1826
1826
  /** @internal */
1827
1827
  const tracingClient = coreTracing.createTracingClient({
1828
1828
  namespace: "Microsoft.WebPubSub",
@@ -1830,7 +1830,7 @@ const tracingClient = coreTracing.createTracingClient({
1830
1830
  });
1831
1831
 
1832
1832
  // Copyright (c) Microsoft Corporation.
1833
- // Licensed under the MIT license.
1833
+ // Licensed under the MIT License.
1834
1834
  function isRequestBody(obj) {
1835
1835
  return (typeof obj === "function" ||
1836
1836
  (typeof obj === "object" &&
@@ -1899,7 +1899,7 @@ function odata(strings, ...values) {
1899
1899
  }
1900
1900
 
1901
1901
  // Copyright (c) Microsoft Corporation.
1902
- // Licensed under the MIT license.
1902
+ // Licensed under the MIT License.
1903
1903
  /**
1904
1904
  * @hidden
1905
1905
  */
@@ -1993,7 +1993,7 @@ class WebPubSubGroupImpl {
1993
1993
  }
1994
1994
 
1995
1995
  // Copyright (c) Microsoft Corporation.
1996
- // Licensed under the MIT license.
1996
+ // Licensed under the MIT License.
1997
1997
  /**
1998
1998
  * The programmatic identifier of the webPubSubKeyCredentialPolicy.
1999
1999
  */
@@ -2019,14 +2019,14 @@ function webPubSubKeyCredentialPolicy(credential) {
2019
2019
  }
2020
2020
 
2021
2021
  // Copyright (c) Microsoft Corporation.
2022
- // Licensed under the MIT license.
2022
+ // Licensed under the MIT License.
2023
2023
  /**
2024
2024
  * The `@azure/logger` configuration for this package.
2025
2025
  */
2026
2026
  const logger = logger$1.createClientLogger("web-pubsub");
2027
2027
 
2028
2028
  // Copyright (c) Microsoft Corporation.
2029
- // Licensed under the MIT license.
2029
+ // Licensed under the MIT License.
2030
2030
  function parseConnectionString(conn) {
2031
2031
  const parsed = {};
2032
2032
  conn.split(";").forEach((i) => {
@@ -2056,7 +2056,7 @@ function parseConnectionString(conn) {
2056
2056
  }
2057
2057
 
2058
2058
  // Copyright (c) Microsoft Corporation.
2059
- // Licensed under the MIT license.
2059
+ // Licensed under the MIT License.
2060
2060
  const webPubSubReverseProxyPolicyName = "webPubSubReverseProxyPolicy";
2061
2061
  /**
2062
2062
  * Create an HTTP pipeline policy to use a reverse proxy.
@@ -2077,7 +2077,7 @@ function webPubSubReverseProxyPolicy(endpoint) {
2077
2077
  }
2078
2078
 
2079
2079
  // Copyright (c) Microsoft Corporation.
2080
- // Licensed under the MIT license.
2080
+ // Licensed under the MIT License.
2081
2081
  /**
2082
2082
  * Client for connecting to a Web PubSub hub
2083
2083
  */