@azure/communication-email 1.0.1-alpha.20241218.1 → 1.0.1-alpha.20241219.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-email",
3
- "version": "1.0.1-alpha.20241218.1",
3
+ "version": "1.0.1-alpha.20241219.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
  "dotenv": "^16.0.0",
66
66
  "eslint": "^9.9.0",
67
67
  "playwright": "^1.48.2",
68
- "typescript": "~5.6.2",
68
+ "typescript": "~5.7.2",
69
69
  "vitest": "^2.1.5"
70
70
  },
71
71
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/",