@azure/communication-email 1.0.1-alpha.20231025.1 → 1.0.1-alpha.20231031.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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-email",
3
- "version": "1.0.1-alpha.20231025.1",
3
+ "version": "1.0.1-alpha.20231031.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": "^16.0.0",
65
+ "@types/node": "^18.0.0",
66
66
  "@types/uuid": "^8.3.2",
67
67
  "@types/chai": "^4.1.6",
68
68
  "@types/mocha": "^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": ">=16.0.0"
98
+ "node": ">=18.0.0"
99
99
  },
100
100
  "sideEffects": false,
101
101
  "autoPublish": true,