@azure-tools/communication-recipient-verification 1.0.0-alpha.20241018.1 → 1.0.0-alpha.20241025.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.
- package/package.json +4 -6
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/communication-recipient-verification",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20241025.1",
|
|
4
4
|
"description": "Test",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist-esm/src/index.js",
|
|
8
8
|
"types": "types/communication-recipient-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 ./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",
|
|
@@ -80,7 +80,6 @@
|
|
|
80
80
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
81
81
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
82
82
|
"@azure/identity": "^4.0.1",
|
|
83
|
-
"@microsoft/api-extractor": "^7.31.1",
|
|
84
83
|
"@types/chai": "^4.1.6",
|
|
85
84
|
"@types/mocha": "^10.0.0",
|
|
86
85
|
"@types/node": "^18.0.0",
|
|
@@ -102,7 +101,6 @@
|
|
|
102
101
|
"karma-sourcemap-loader": "^0.3.8",
|
|
103
102
|
"mocha": "^10.0.0",
|
|
104
103
|
"nyc": "^17.0.0",
|
|
105
|
-
"rimraf": "^5.0.5",
|
|
106
104
|
"sinon": "^17.0.0",
|
|
107
105
|
"ts-node": "^10.0.0",
|
|
108
106
|
"typescript": "~5.6.2"
|