@azure/communication-email 1.0.0-alpha.20220912.1 → 1.0.0-alpha.20221017.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-email",
3
- "version": "1.0.0-alpha.20220912.1",
3
+ "version": "1.0.0-alpha.20221017.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",
@@ -61,8 +61,8 @@
61
61
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
62
62
  "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
63
63
  "@azure-tools/test-recorder": "^2.0.0",
64
- "@microsoft/api-extractor": "7.18.11",
65
- "@types/node": "^12.0.0",
64
+ "@microsoft/api-extractor": "^7.31.1",
65
+ "@types/node": "^14.0.0",
66
66
  "@types/uuid": "^8.3.2",
67
67
  "@types/chai": "^4.1.6",
68
68
  "@types/mocha": "^7.0.2",
@@ -94,7 +94,7 @@
94
94
  "url": "https://github.com/Azure/azure-sdk-for-js/issues"
95
95
  },
96
96
  "engines": {
97
- "node": ">=12.0.0"
97
+ "node": ">=14.0.0"
98
98
  },
99
99
  "sideEffects": false,
100
100
  "autoPublish": true,