@azure/communication-email 1.0.1-alpha.20250617.1 → 1.0.1-alpha.20250620.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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-email",
3
- "version": "1.0.1-alpha.20250617.1",
3
+ "version": "1.0.1-alpha.20250620.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",
@@ -17,8 +17,8 @@
17
17
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
18
18
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
19
19
  "generate:client": "autorest --typescript ./swagger/README.md",
20
- "lint": "eslint package.json api-extractor.json src test",
21
- "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
20
+ "lint": "eslint package.json src test",
21
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
22
22
  "pack": "npm pack 2>&1",
23
23
  "test": "npm run test:node && npm run test:browser",
24
24
  "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",