@azure/communication-identity 1.3.2-alpha.20240419.1 → 1.3.2-alpha.20240424.4

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-identity",
3
- "version": "1.3.2-alpha.20240419.1",
3
+ "version": "1.3.2-alpha.20240424.4",
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",
@@ -135,7 +135,7 @@
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",