@azure/communication-email 1.0.1-alpha.20250410.1 → 1.0.1-alpha.20250417.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.20250410.1",
3
+ "version": "1.0.1-alpha.20250417.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",
@@ -11,7 +11,7 @@
11
11
  "scripts": {
12
12
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
13
13
  "build:samples": "dev-tool samples publish -f",
14
- "build:test": "dev-tool run build-package && dev-tool run bundle",
14
+ "build:test": "echo skipped.",
15
15
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
16
16
  "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
17
17
  "execute:samples": "dev-tool samples run samples-dev",
@@ -56,10 +56,11 @@
56
56
  },
57
57
  "devDependencies": {
58
58
  "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
59
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
59
+ "@azure-tools/test-credential": "^2.0.0",
60
+ "@azure/arm-communication": "^4.1.0",
60
61
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
61
62
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
62
- "@azure/identity": "^4.5.0",
63
+ "@azure/identity": "^4.8.0",
63
64
  "@types/node": "^18.0.0",
64
65
  "@vitest/browser": "^3.0.9",
65
66
  "@vitest/coverage-istanbul": "^3.0.9",