@azure/communication-email 1.0.0-alpha.20220923.1 → 1.0.0-alpha.20221017.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-email",
|
3
|
-
"version": "1.0.0-alpha.
|
3
|
+
"version": "1.0.0-alpha.20221017.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",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
63
63
|
"@azure-tools/test-recorder": "^2.0.0",
|
64
64
|
"@microsoft/api-extractor": "^7.31.1",
|
65
|
-
"@types/node": "^
|
65
|
+
"@types/node": "^14.0.0",
|
66
66
|
"@types/uuid": "^8.3.2",
|
67
67
|
"@types/chai": "^4.1.6",
|
68
68
|
"@types/mocha": "^7.0.2",
|
@@ -94,7 +94,7 @@
|
|
94
94
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
95
95
|
},
|
96
96
|
"engines": {
|
97
|
-
"node": ">=
|
97
|
+
"node": ">=14.0.0"
|
98
98
|
},
|
99
99
|
"sideEffects": false,
|
100
100
|
"autoPublish": true,
|