@azure/web-pubsub 1.1.0-alpha.20220517.1 → 1.1.0-alpha.20220722.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/web-pubsub",
|
3
|
-
"version": "1.1.0-alpha.
|
3
|
+
"version": "1.1.0-alpha.20220722.1",
|
4
4
|
"description": "Azure client library for Azure Web PubSub",
|
5
5
|
"sdk-type": "client",
|
6
6
|
"main": "dist/index.js",
|
@@ -22,8 +22,8 @@
|
|
22
22
|
"integration-test:browser": "echo \"Browser is not supported.\" && exit 0",
|
23
23
|
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
|
24
24
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
25
|
-
"lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",
|
26
|
-
"lint": "eslint package.json api-extractor.json src test --ext .ts",
|
25
|
+
"lint:fix": "eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]",
|
26
|
+
"lint": "eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js",
|
27
27
|
"pack": "npm pack 2>&1",
|
28
28
|
"test:browser": "echo \"Browser is not supported.\" && exit 0",
|
29
29
|
"test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"chai": "^4.2.0",
|
93
93
|
"cross-env": "^7.0.2",
|
94
94
|
"dotenv": "^8.2.0",
|
95
|
-
"eslint": "^
|
95
|
+
"eslint": "^8.0.0",
|
96
96
|
"esm": "^3.2.18",
|
97
97
|
"karma": "^6.2.0",
|
98
98
|
"karma-chrome-launcher": "^3.0.0",
|
@@ -113,7 +113,7 @@
|
|
113
113
|
"rimraf": "^3.0.0",
|
114
114
|
"sinon": "^9.0.2",
|
115
115
|
"source-map-support": "^0.5.9",
|
116
|
-
"typescript": "~4.
|
116
|
+
"typescript": "~4.6.0",
|
117
117
|
"ws": "^8.2.0"
|
118
118
|
},
|
119
119
|
"//sampleConfiguration": {
|