@azure/communication-email 1.0.0-alpha.20230306.4 → 1.0.0-alpha.20230309.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -2
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.20230309.2",
|
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",
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"dependencies": {
|
50
50
|
"@azure/core-auth": "^1.3.0",
|
51
51
|
"@azure/core-client": "^1.3.2",
|
52
|
-
"@azure/core-lro": "
|
52
|
+
"@azure/core-lro": ">=2.5.2-alpha <2.5.2-alphb",
|
53
53
|
"@azure/core-rest-pipeline": "^1.8.0",
|
54
54
|
"@azure/communication-common": "^2.2.0",
|
55
55
|
"@azure/logger": "^1.0.0",
|
@@ -72,8 +72,10 @@
|
|
72
72
|
"karma": "^6.2.0",
|
73
73
|
"karma-chrome-launcher": "^3.0.0",
|
74
74
|
"karma-coverage": "^2.0.0",
|
75
|
+
"karma-edge-launcher": "^0.4.2",
|
75
76
|
"karma-env-preprocessor": "^0.1.1",
|
76
77
|
"karma-firefox-launcher": "^1.1.0",
|
78
|
+
"karma-ie-launcher": "^1.0.0",
|
77
79
|
"karma-json-preprocessor": "^0.3.3",
|
78
80
|
"karma-json-to-file-reporter": "^1.0.1",
|
79
81
|
"karma-junit-reporter": "^2.0.1",
|