@azure-tools/communication-recipient-verification 1.0.0-alpha.20241216.1 → 1.0.0-alpha.20241219.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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -183,10 +183,10 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
183
183
|
|
|
184
184
|
- [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)
|
|
185
185
|
|
|
186
|
-
[azure_cli]: https://
|
|
186
|
+
[azure_cli]: https://learn.microsoft.com/cli/azure
|
|
187
187
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
188
188
|
[azure_portal]: https://portal.azure.com
|
|
189
|
-
[azure_powershell]: https://
|
|
189
|
+
[azure_powershell]: https://learn.microsoft.com/powershell/module/az.communication/new-azcommunicationservice
|
|
190
190
|
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential
|
|
191
191
|
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity
|
|
192
192
|
[azure_identity_readme]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/README.md
|
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.20241219.1",
|
|
4
4
|
"description": "Test",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"dotenv": "^16.0.0",
|
|
83
83
|
"eslint": "^9.9.0",
|
|
84
84
|
"playwright": "^1.48.2",
|
|
85
|
-
"typescript": "~5.
|
|
85
|
+
"typescript": "~5.7.2",
|
|
86
86
|
"vitest": "^2.1.4"
|
|
87
87
|
},
|
|
88
88
|
"//metadata": {
|