@azure-tools/communication-recipient-verification 1.0.0-alpha.20250421.1 → 1.0.0-alpha.20250423.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/communication-recipient-verification",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250423.1",
|
|
4
4
|
"description": "Test",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
18
18
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
19
19
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
20
|
-
"integration-test:browser": "
|
|
20
|
+
"integration-test:browser": "echo skipped.",
|
|
21
21
|
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
22
22
|
"lint": "eslint package.json api-extractor.json README.md src test",
|
|
23
23
|
"lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
|