@azure/communication-email 1.0.1-alpha.20240618.1 → 1.0.1-alpha.20240705.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
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.20240705.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",
|
@@ -58,7 +58,7 @@
|
|
58
58
|
},
|
59
59
|
"devDependencies": {
|
60
60
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
61
|
-
"@azure/eslint-plugin-azure-sdk": "
|
61
|
+
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
62
62
|
"@azure-tools/test-utils": "^1.0.1",
|
63
63
|
"@azure-tools/test-recorder": "^3.0.0",
|
64
64
|
"@microsoft/api-extractor": "^7.31.1",
|
@@ -81,8 +81,8 @@
|
|
81
81
|
"karma-mocha-reporter": "^2.2.5",
|
82
82
|
"karma-sourcemap-loader": "^0.3.8",
|
83
83
|
"mocha": "^10.0.0",
|
84
|
-
"nyc": "^
|
85
|
-
"typescript": "~5.
|
84
|
+
"nyc": "^17.0.0",
|
85
|
+
"typescript": "~5.5.3",
|
86
86
|
"rimraf": "^5.0.5",
|
87
87
|
"ts-node": "^10.0.0"
|
88
88
|
},
|