@azure/web-pubsub 1.1.4-alpha.20241023.1 → 1.1.4-alpha.20241028.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -2
package/package.json
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/web-pubsub",
|
3
|
-
"version": "1.1.4-alpha.
|
3
|
+
"version": "1.1.4-alpha.20241028.1",
|
4
4
|
"description": "Azure client library for Azure Web PubSub",
|
5
5
|
"sdk-type": "client",
|
6
6
|
"main": "dist/index.js",
|
7
7
|
"module": "dist-esm/src/index.js",
|
8
8
|
"types": "types/web-pubsub.d.ts",
|
9
9
|
"scripts": {
|
10
|
-
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
11
10
|
"build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api",
|
12
11
|
"build:browser": "echo \"Browser is not supported.\" && exit 0",
|
13
12
|
"build:node": "tsc -p . && dev-tool run bundle --browser-test=false",
|