@azure/communication-email 1.0.0 → 1.0.1-alpha.20230828.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-email",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1-alpha.20230828.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",
|
@@ -57,9 +57,9 @@
|
|
57
57
|
"uuid": "^8.3.2"
|
58
58
|
},
|
59
59
|
"devDependencies": {
|
60
|
-
"@azure/dev-tool": "
|
61
|
-
"@azure/eslint-plugin-azure-sdk": "
|
62
|
-
"@azure/test-utils": "
|
60
|
+
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
61
|
+
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
62
|
+
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
63
63
|
"@azure-tools/test-recorder": "^3.0.0",
|
64
64
|
"@microsoft/api-extractor": "^7.31.1",
|
65
65
|
"@types/node": "^14.0.0",
|
@@ -68,7 +68,7 @@
|
|
68
68
|
"@types/mocha": "^7.0.2",
|
69
69
|
"chai": "^4.2.0",
|
70
70
|
"dotenv": "^16.0.0",
|
71
|
-
"eslint": "^
|
71
|
+
"eslint": "^8.0.0",
|
72
72
|
"karma": "^6.2.0",
|
73
73
|
"karma-chrome-launcher": "^3.0.0",
|
74
74
|
"karma-coverage": "^2.0.0",
|
@@ -83,9 +83,10 @@
|
|
83
83
|
"mocha": "^7.1.1",
|
84
84
|
"mocha-junit-reporter": "^2.0.0",
|
85
85
|
"nyc": "^15.0.0",
|
86
|
-
"typescript": "~
|
86
|
+
"typescript": "~5.0.0",
|
87
87
|
"prettier": "^2.5.1",
|
88
|
-
"rimraf": "^3.0.0"
|
88
|
+
"rimraf": "^3.0.0",
|
89
|
+
"ts-node": "^10.0.0"
|
89
90
|
},
|
90
91
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/",
|
91
92
|
"bugs": {
|