@azure/communication-email 1.0.1-alpha.20241024.1 → 1.0.1-alpha.20241028.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 +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-email",
3
- "version": "1.0.1-alpha.20241024.1",
3
+ "version": "1.0.1-alpha.20241028.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",
@@ -9,7 +9,6 @@
9
9
  "module": "dist-esm/src/index.js",
10
10
  "types": "types/communication-email.d.ts",
11
11
  "scripts": {
12
- "audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
13
12
  "build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api",
14
13
  "build:samples": "dev-tool samples publish -f",
15
14
  "build:test": "tsc -p . && dev-tool run bundle",