@azure/communication-email 1.0.0-alpha.20221017.1 → 1.0.0-alpha.20221107.1

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 +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-email",
3
- "version": "1.0.0-alpha.20221017.1",
3
+ "version": "1.0.0-alpha.20221107.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",
@@ -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",
@@ -85,7 +84,7 @@
85
84
  "mocha": "^7.1.1",
86
85
  "mocha-junit-reporter": "^2.0.0",
87
86
  "nyc": "^15.0.0",
88
- "typescript": "~4.6.0",
87
+ "typescript": "~4.8.0",
89
88
  "prettier": "^2.5.1",
90
89
  "rimraf": "^3.0.0"
91
90
  },