@azure/communication-phone-numbers 1.3.0-alpha.20241216.1 → 1.3.0-alpha.20241219.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
@@ -284,7 +284,7 @@ async function main() {
|
|
284
284
|
|
285
285
|
const updatePoller = await client.beginUpdatePhoneNumberCapabilities(
|
286
286
|
phoneNumberToUpdate,
|
287
|
-
updateRequest
|
287
|
+
updateRequest,
|
288
288
|
);
|
289
289
|
|
290
290
|
// Update is underway.
|
@@ -477,10 +477,10 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
477
477
|
|
478
478
|
- [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)
|
479
479
|
|
480
|
-
[azure_cli]: https://
|
480
|
+
[azure_cli]: https://learn.microsoft.com/cli/azure
|
481
481
|
[azure_sub]: https://azure.microsoft.com/free/
|
482
482
|
[azure_portal]: https://portal.azure.com
|
483
|
-
[azure_powershell]: https://
|
483
|
+
[azure_powershell]: https://learn.microsoft.com/powershell/module/az.communication/new-azcommunicationservice
|
484
484
|
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential
|
485
485
|
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity
|
486
486
|
[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/communication-phone-numbers",
|
3
|
-
"version": "1.3.0-alpha.
|
3
|
+
"version": "1.3.0-alpha.20241219.1",
|
4
4
|
"description": "SDK for Azure Communication service which facilitates phone number management.",
|
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": {
|