@azure/web-pubsub 1.1.4-alpha.20240826.1 → 1.1.4-alpha.20240828.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist-esm/src/groupClient.js +1 -1
- package/dist-esm/src/groupClient.js.map +1 -1
- package/dist-esm/src/hubClient.js +1 -1
- package/dist-esm/src/hubClient.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/parseConnectionString.js +1 -1
- package/dist-esm/src/parseConnectionString.js.map +1 -1
- package/dist-esm/src/reverseProxyPolicy.js +1 -1
- package/dist-esm/src/reverseProxyPolicy.js.map +1 -1
- package/dist-esm/src/tracing.js +1 -1
- package/dist-esm/src/tracing.js.map +1 -1
- package/dist-esm/src/utils.js +1 -1
- package/dist-esm/src/utils.js.map +1 -1
- package/dist-esm/src/webPubSubCredentialPolicy.js +1 -1
- package/dist-esm/src/webPubSubCredentialPolicy.js.map +1 -1
- package/dist-esm/test/conn.spec.js +1 -1
- package/dist-esm/test/conn.spec.js.map +1 -1
- package/dist-esm/test/groups.spec.js +1 -1
- package/dist-esm/test/groups.spec.js.map +1 -1
- package/dist-esm/test/hubs.spec.js +1 -1
- package/dist-esm/test/hubs.spec.js.map +1 -1
- package/dist-esm/test/integration.spec.js +1 -1
- package/dist-esm/test/integration.spec.js.map +1 -1
- package/dist-esm/test/odata.spec.js +1 -1
- package/dist-esm/test/odata.spec.js.map +1 -1
- package/dist-esm/test/testEnv.js +1 -1
- package/dist-esm/test/testEnv.js.map +1 -1
- package/package.json +1 -1
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
2080
|
+
// Licensed under the MIT License.
|
2081
2081
|
/**
|
2082
2082
|
* Client for connecting to a Web PubSub hub
|
2083
2083
|
*/
|