@azure/communication-email 1.0.1-alpha.20241216.1 → 1.0.1-alpha.20241219.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
@@ -177,11 +177,11 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
|
|
177
177
|
[coc_contact]: mailto:opencode@microsoft.com
|
178
178
|
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential
|
179
179
|
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity
|
180
|
-
[communication_resource_docs]: https://
|
180
|
+
[communication_resource_docs]: https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp
|
181
181
|
[email_resource_docs]: https://aka.ms/acsemail/createemailresource
|
182
|
-
[communication_resource_create_portal]: https://
|
183
|
-
[communication_resource_create_power_shell]: https://
|
184
|
-
[communication_resource_create_net]: https://
|
182
|
+
[communication_resource_create_portal]: https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp
|
183
|
+
[communication_resource_create_power_shell]: https://learn.microsoft.com/powershell/module/az.communication/new-azcommunicationservice
|
184
|
+
[communication_resource_create_net]: https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-net
|
185
185
|
[package]: https://www.nuget.org/packages/Azure.Communication.Common/
|
186
186
|
[product_docs]: https://aka.ms/acsemail/overview
|
187
187
|
[nextsteps]: https://aka.ms/acsemail/overview
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-email",
|
3
|
-
"version": "1.0.1-alpha.
|
3
|
+
"version": "1.0.1-alpha.20241219.1",
|
4
4
|
"description": "The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.",
|
5
5
|
"author": "Microsoft Corporation",
|
6
6
|
"license": "MIT",
|
@@ -65,7 +65,7 @@
|
|
65
65
|
"dotenv": "^16.0.0",
|
66
66
|
"eslint": "^9.9.0",
|
67
67
|
"playwright": "^1.48.2",
|
68
|
-
"typescript": "~5.
|
68
|
+
"typescript": "~5.7.2",
|
69
69
|
"vitest": "^2.1.5"
|
70
70
|
},
|
71
71
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/",
|