@azure-tools/communication-toll-free-verification 1.0.0-alpha.20241016.1 → 1.0.0-alpha.20241024.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -6
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@azure-tools/communication-toll-free-verification",
3
- "version": "1.0.0-alpha.20241016.1",
3
+ "version": "1.0.0-alpha.20241024.1",
4
4
  "description": "SDK for Azure Communication Services which facilitates Toll Free Verification.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist-esm/src/index.js",
8
8
  "types": "types/communication-toll-free-verification.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:autorest": "autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format",
13
13
  "build:browser": "tsc -p . && dev-tool run bundle",
@@ -16,7 +16,7 @@
16
16
  "build:samples": "dev-tool samples publish --force",
17
17
  "build:test": "tsc -p . && dev-tool run bundle",
18
18
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
19
- "clean": "rimraf --glob dist dist-* types *.tgz *.log",
19
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
20
20
  "execute:samples": "dev-tool samples run samples-dev",
21
21
  "extract-api": "tsc -p . && dev-tool run extract-api",
22
22
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
@@ -26,7 +26,7 @@
26
26
  "lint": "eslint package.json api-extractor.json README.md src test",
27
27
  "lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
28
28
  "pack": "npm pack 2>&1",
29
- "test": "rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test",
29
+ "test": "dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test",
30
30
  "test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
31
31
  "test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
32
32
  "test:watch": "npm run test -- --watch --reporter min",
@@ -78,7 +78,6 @@
78
78
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
79
79
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
80
80
  "@azure/identity": "^4.0.1",
81
- "@microsoft/api-extractor": "^7.31.1",
82
81
  "@types/chai": "^4.1.6",
83
82
  "@types/mocha": "^10.0.0",
84
83
  "@types/node": "^18.0.0",
@@ -99,7 +98,6 @@
99
98
  "karma-sourcemap-loader": "^0.3.8",
100
99
  "mocha": "^10.0.0",
101
100
  "nyc": "^17.0.0",
102
- "rimraf": "^5.0.5",
103
101
  "sinon": "^17.0.0",
104
102
  "ts-node": "^10.0.0",
105
103
  "typescript": "~5.6.2"