@azure/communication-email 1.0.1-alpha.20231002.1 → 1.0.1-alpha.20231025.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 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-email",
3
- "version": "1.0.1-alpha.20231002.1",
3
+ "version": "1.0.1-alpha.20231025.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",
@@ -62,7 +62,7 @@
62
62
  "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
63
63
  "@azure-tools/test-recorder": "^3.0.0",
64
64
  "@microsoft/api-extractor": "^7.31.1",
65
- "@types/node": "^14.0.0",
65
+ "@types/node": "^16.0.0",
66
66
  "@types/uuid": "^8.3.2",
67
67
  "@types/chai": "^4.1.6",
68
68
  "@types/mocha": "^10.0.0",
@@ -83,8 +83,8 @@
83
83
  "karma-sourcemap-loader": "^0.3.8",
84
84
  "mocha": "^10.0.0",
85
85
  "mocha-junit-reporter": "^2.0.0",
86
- "nyc": "^15.0.0",
87
- "typescript": "~5.0.0",
86
+ "c8": "^8.0.0",
87
+ "typescript": "~5.2.0",
88
88
  "prettier": "^2.5.1",
89
89
  "rimraf": "^3.0.0",
90
90
  "ts-node": "^10.0.0",
@@ -95,7 +95,7 @@
95
95
  "url": "https://github.com/Azure/azure-sdk-for-js/issues"
96
96
  },
97
97
  "engines": {
98
- "node": ">=14.0.0"
98
+ "node": ">=16.0.0"
99
99
  },
100
100
  "sideEffects": false,
101
101
  "autoPublish": true,