@azure/communication-email 1.0.1-alpha.20230918.2 → 1.0.1-alpha.20230927.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 +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-email",
3
- "version": "1.0.1-alpha.20230918.2",
3
+ "version": "1.0.1-alpha.20230927.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",
@@ -65,7 +65,7 @@
65
65
  "@types/node": "^14.0.0",
66
66
  "@types/uuid": "^8.3.2",
67
67
  "@types/chai": "^4.1.6",
68
- "@types/mocha": "^7.0.2",
68
+ "@types/mocha": "^10.0.0",
69
69
  "chai": "^4.2.0",
70
70
  "cross-env": "^7.0.2",
71
71
  "dotenv": "^16.0.0",
@@ -81,13 +81,14 @@
81
81
  "karma-mocha": "^2.0.1",
82
82
  "karma-mocha-reporter": "^2.2.5",
83
83
  "karma-sourcemap-loader": "^0.3.8",
84
- "mocha": "^7.1.1",
84
+ "mocha": "^10.0.0",
85
85
  "mocha-junit-reporter": "^2.0.0",
86
86
  "nyc": "^15.0.0",
87
87
  "typescript": "~5.0.0",
88
88
  "prettier": "^2.5.1",
89
89
  "rimraf": "^3.0.0",
90
- "ts-node": "^10.0.0"
90
+ "ts-node": "^10.0.0",
91
+ "esm": "^3.2.18"
91
92
  },
92
93
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/",
93
94
  "bugs": {