@azure/web-pubsub 1.1.4-alpha.20241022.1 → 1.1.4-alpha.20241023.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -5
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@azure/web-pubsub",
3
- "version": "1.1.4-alpha.20241022.1",
3
+ "version": "1.1.4-alpha.20241023.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 && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
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
11
  "build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api",
12
12
  "build:browser": "echo \"Browser is not supported.\" && exit 0",
13
13
  "build:node": "tsc -p . && dev-tool run bundle --browser-test=false",
@@ -15,7 +15,7 @@
15
15
  "build:test": "tsc -p . && dev-tool run bundle --browser-test=false",
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
- "clean": "rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
18
+ "clean": "dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
19
19
  "execute:samples": "dev-tool samples run samples-dev",
20
20
  "extract-api": "tsc -p . && dev-tool run extract-api",
21
21
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
@@ -84,7 +84,6 @@
84
84
  "@azure-tools/test-utils": "^1.0.1",
85
85
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
86
86
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
87
- "@microsoft/api-extractor": "^7.31.1",
88
87
  "@types/chai": "^4.1.6",
89
88
  "@types/jsonwebtoken": "^9.0.0",
90
89
  "@types/mocha": "^10.0.0",
@@ -107,7 +106,6 @@
107
106
  "mocha": "^10.0.0",
108
107
  "nyc": "^17.0.0",
109
108
  "puppeteer": "^23.0.2",
110
- "rimraf": "^5.0.5",
111
109
  "sinon": "^17.0.0",
112
110
  "source-map-support": "^0.5.9",
113
111
  "ts-node": "^10.0.0",