@azure/web-pubsub 1.1.3-alpha.20231117.2 → 1.1.3-alpha.20231218.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/package.json +1 -2
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
|
});
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/web-pubsub",
|
3
|
-
"version": "1.1.3-alpha.
|
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",
|
@@ -105,7 +105,6 @@
|
|
105
105
|
"karma-mocha-reporter": "^2.2.5",
|
106
106
|
"karma-sourcemap-loader": "^0.3.8",
|
107
107
|
"mocha": "^10.0.0",
|
108
|
-
"mocha-junit-reporter": "^2.0.0",
|
109
108
|
"c8": "^8.0.0",
|
110
109
|
"prettier": "^2.5.1",
|
111
110
|
"puppeteer": "^19.2.2",
|