@azure/communication-identity 1.3.2-alpha.20240418.1 → 1.3.2-alpha.20240422.12

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 +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-identity",
3
- "version": "1.3.2-alpha.20240418.1",
3
+ "version": "1.3.2-alpha.20240422.12",
4
4
  "description": "SDK for Azure Communication service which facilitates user token administration.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -8,7 +8,7 @@
8
8
  "types": "types/communication-identity.d.ts",
9
9
  "scripts": {
10
10
  "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
11
- "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
11
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
12
12
  "build:clean": "rush update --recheck && rush rebuild && npm run build",
13
13
  "build:browser": "tsc -p . && dev-tool run bundle",
14
14
  "build:node": "tsc -p . && dev-tool run bundle",
@@ -19,7 +19,7 @@
19
19
  "execute:samples": "dev-tool samples run samples-dev",
20
20
  "execute:js-samples": "dev-tool samples run dist-samples/javascript",
21
21
  "execute:ts-samples": "dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/",
22
- "extract-api": "tsc -p . && api-extractor run --local",
22
+ "extract-api": "tsc -p . && dev-tool run extract-api",
23
23
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
24
24
  "generate:client": "autorest --typescript ./swagger/README.md && rushx format",
25
25
  "integration-test:browser": "dev-tool run test:browser",
@@ -113,7 +113,7 @@
113
113
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
114
114
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
115
115
  "@azure/identity": "^4.0.1",
116
- "@azure/msal-node": "^1.3.0",
116
+ "@azure/msal-node": "^2.7.0",
117
117
  "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
118
118
  "@microsoft/api-extractor": "^7.31.1",
119
119
  "@types/chai": "^4.1.6",
@@ -135,12 +135,11 @@
135
135
  "karma-mocha-reporter": "^2.2.5",
136
136
  "karma-sourcemap-loader": "^0.3.8",
137
137
  "mocha": "^10.0.0",
138
- "c8": "^9.1.0",
138
+ "nyc": "^15.1.0",
139
139
  "process": "^0.11.10",
140
140
  "rimraf": "^5.0.5",
141
141
  "sinon": "^17.0.0",
142
142
  "typescript": "~5.4.5",
143
- "ts-node": "^10.0.0",
144
- "esm": "^3.2.18"
143
+ "ts-node": "^10.0.0"
145
144
  }
146
145
  }