@azure/communication-email 1.0.1-alpha.20250825.1 → 1.0.1-beta.2

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.20250825.1",
3
+ "version": "1.0.1-beta.2",
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",
@@ -41,10 +41,10 @@
41
41
  "playwright": "^1.50.1",
42
42
  "typescript": "~5.8.3",
43
43
  "vitest": "^3.2.3",
44
- "@azure-tools/test-credential": "^2.1.1",
45
44
  "@azure-tools/test-recorder": "^4.1.0",
46
45
  "@azure/dev-tool": "^1.0.0",
47
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
46
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
47
+ "@azure-tools/test-credential": "^2.1.1"
48
48
  },
49
49
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/",
50
50
  "bugs": {
@@ -120,7 +120,8 @@
120
120
  "pack": "pnpm pack 2>&1",
121
121
  "test": "npm run test:node && npm run test:browser",
122
122
  "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
123
- "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
123
+ "test:node": "dev-tool run test:vitest",
124
+ "test:node:esm": "dev-tool run test:vitest --esm",
124
125
  "update-snippets": "dev-tool run update-snippets"
125
126
  }
126
127
  }