@azure/communication-identity 1.3.2-alpha.20241018.1 → 1.3.2-alpha.20241024.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/communication-identity",
3
- "version": "1.3.2-alpha.20241018.1",
3
+ "version": "1.3.2-alpha.20241024.1",
4
4
  "description": "SDK for Azure Communication service which facilitates user token administration.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist-esm/src/index.js",
8
8
  "types": "types/communication-identity.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 && dev-tool run extract-api",
12
12
  "build:browser": "tsc -p . && dev-tool run bundle",
13
13
  "build:clean": "rush update --recheck && rush rebuild && npm run build",
@@ -15,7 +15,7 @@
15
15
  "build:samples": "echo Obsolete.",
16
16
  "build:test": "tsc -p . && dev-tool run bundle",
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-* temp types *.tgz *.log",
18
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
19
19
  "execute:js-samples": "dev-tool samples run dist-samples/javascript",
20
20
  "execute:samples": "dev-tool samples run samples-dev",
21
21
  "execute:ts-samples": "dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/",
@@ -116,7 +116,6 @@
116
116
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
117
117
  "@azure/identity": "^4.0.1",
118
118
  "@azure/msal-node": "^2.9.2",
119
- "@microsoft/api-extractor": "^7.31.1",
120
119
  "@types/chai": "^4.1.6",
121
120
  "@types/mocha": "^10.0.0",
122
121
  "@types/node": "^18.0.0",
@@ -138,7 +137,6 @@
138
137
  "mocha": "^10.0.0",
139
138
  "nyc": "^17.0.0",
140
139
  "process": "^0.11.10",
141
- "rimraf": "^5.0.5",
142
140
  "sinon": "^17.0.0",
143
141
  "ts-node": "^10.0.0",
144
142
  "typescript": "~5.6.2"