@azure/communication-email 1.0.0-alpha.20220923.1 → 1.0.0-alpha.20221103.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-email",
3
- "version": "1.0.0-alpha.20220923.1",
3
+ "version": "1.0.0-alpha.20221103.5",
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,8 +49,7 @@
49
49
  "dependencies": {
50
50
  "@azure/core-auth": "^1.3.0",
51
51
  "@azure/core-client": "^1.3.2",
52
- "@azure/core-http": "^2.0.0",
53
- "@azure/core-rest-pipeline": "^1.3.2",
52
+ "@azure/core-rest-pipeline": "^1.8.0",
54
53
  "@azure/communication-common": "^2.1.0",
55
54
  "@azure/logger": "^1.0.0",
56
55
  "tslib": "^1.9.3",
@@ -62,7 +61,7 @@
62
61
  "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
63
62
  "@azure-tools/test-recorder": "^2.0.0",
64
63
  "@microsoft/api-extractor": "^7.31.1",
65
- "@types/node": "^12.0.0",
64
+ "@types/node": "^14.0.0",
66
65
  "@types/uuid": "^8.3.2",
67
66
  "@types/chai": "^4.1.6",
68
67
  "@types/mocha": "^7.0.2",
@@ -94,7 +93,7 @@
94
93
  "url": "https://github.com/Azure/azure-sdk-for-js/issues"
95
94
  },
96
95
  "engines": {
97
- "node": ">=12.0.0"
96
+ "node": ">=14.0.0"
98
97
  },
99
98
  "sideEffects": false,
100
99
  "autoPublish": true,