@azure/web-pubsub 1.1.3-alpha.20231214.1 → 1.1.3-alpha.20231218.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2409,7 +2409,7 @@ class WebPubSubServiceClient {
2409
2409
  }
2410
2410
  }
2411
2411
 
2412
- Object.defineProperty(exports, 'AzureKeyCredential', {
2412
+ Object.defineProperty(exports, "AzureKeyCredential", {
2413
2413
  enumerable: true,
2414
2414
  get: function () { return coreAuth.AzureKeyCredential; }
2415
2415
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/web-pubsub",
3
- "version": "1.1.3-alpha.20231214.1",
3
+ "version": "1.1.3-alpha.20231218.1",
4
4
  "description": "Azure client library for Azure Web PubSub",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",