@azure/web-pubsub 1.1.3-alpha.20240418.1 → 1.1.3-alpha.20240422.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -5
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.20240422.1",
|
4
4
|
"description": "Azure client library for Azure Web PubSub",
|
5
5
|
"sdk-type": "client",
|
6
6
|
"main": "dist/index.js",
|
@@ -12,13 +12,13 @@
|
|
12
12
|
"build:node": "tsc -p . && dev-tool run bundle --browser-test=false",
|
13
13
|
"build:samples": "echo Obsolete.",
|
14
14
|
"build:test": "tsc -p . && dev-tool run bundle --browser-test=false",
|
15
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false &&
|
15
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api",
|
16
16
|
"bundle": "dev-tool run bundle --browser-test=false",
|
17
17
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
18
18
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
19
19
|
"clean": "rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
|
20
20
|
"execute:samples": "dev-tool samples run samples-dev",
|
21
|
-
"extract-api": "tsc -p . &&
|
21
|
+
"extract-api": "tsc -p . && dev-tool run extract-api",
|
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",
|
@@ -94,7 +94,6 @@
|
|
94
94
|
"cross-env": "^7.0.2",
|
95
95
|
"dotenv": "^16.0.0",
|
96
96
|
"eslint": "^8.0.0",
|
97
|
-
"esm": "^3.2.18",
|
98
97
|
"karma": "^6.2.0",
|
99
98
|
"karma-chrome-launcher": "^3.0.0",
|
100
99
|
"karma-coverage": "^2.0.0",
|
@@ -105,7 +104,7 @@
|
|
105
104
|
"karma-mocha-reporter": "^2.2.5",
|
106
105
|
"karma-sourcemap-loader": "^0.3.8",
|
107
106
|
"mocha": "^10.0.0",
|
108
|
-
"
|
107
|
+
"nyc": "^15.1.0",
|
109
108
|
"puppeteer": "^22.2.0",
|
110
109
|
"rimraf": "^5.0.5",
|
111
110
|
"sinon": "^17.0.0",
|