@azure/web-pubsub 1.1.3-alpha.20231009.1 → 1.1.3-alpha.20231023.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
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.20231023.1",
|
4
4
|
"description": "Azure client library for Azure Web PubSub",
|
5
5
|
"sdk-type": "client",
|
6
6
|
"main": "dist/index.js",
|
@@ -106,13 +106,13 @@
|
|
106
106
|
"karma-sourcemap-loader": "^0.3.8",
|
107
107
|
"mocha": "^10.0.0",
|
108
108
|
"mocha-junit-reporter": "^2.0.0",
|
109
|
-
"
|
109
|
+
"c8": "^8.0.0",
|
110
110
|
"prettier": "^2.5.1",
|
111
111
|
"puppeteer": "^19.2.2",
|
112
112
|
"rimraf": "^3.0.0",
|
113
113
|
"sinon": "^15.0.0",
|
114
114
|
"source-map-support": "^0.5.9",
|
115
|
-
"typescript": "~5.
|
115
|
+
"typescript": "~5.2.0",
|
116
116
|
"ws": "^8.2.0",
|
117
117
|
"ts-node": "^10.0.0"
|
118
118
|
},
|