@azure/web-pubsub 1.1.3-alpha.20231214.1 → 1.1.3-alpha.20240110.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist-esm/src/groupClient.js.map +1 -1
- package/dist-esm/src/hubClient.js.map +1 -1
- package/dist-esm/test/groups.spec.js.map +1 -1
- package/dist-esm/test/hubs.spec.js.map +1 -1
- package/dist-esm/test/integration.spec.js.map +1 -1
- package/package.json +3 -4
package/dist/index.js
CHANGED
@@ -2409,7 +2409,7 @@ class WebPubSubServiceClient {
|
|
2409
2409
|
}
|
2410
2410
|
}
|
2411
2411
|
|
2412
|
-
Object.defineProperty(exports,
|
2412
|
+
Object.defineProperty(exports, "AzureKeyCredential", {
|
2413
2413
|
enumerable: true,
|
2414
2414
|
get: function () { return coreAuth.AzureKeyCredential; }
|
2415
2415
|
});
|