@azure/communication-email 1.0.1-alpha.20240419.1 → 1.0.1-alpha.20240422.12

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 +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-email",
3
- "version": "1.0.1-alpha.20240419.1",
3
+ "version": "1.0.1-alpha.20240422.12",
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",
@@ -10,13 +10,13 @@
10
10
  "types": "types/communication-email.d.ts",
11
11
  "scripts": {
12
12
  "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
13
- "build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local",
13
+ "build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api",
14
14
  "build:samples": "dev-tool samples publish -f",
15
15
  "build:test": "tsc -p . && dev-tool run bundle",
16
16
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
17
17
  "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
18
18
  "execute:samples": "dev-tool samples run samples-dev",
19
- "extract-api": "tsc -p . && api-extractor run --local",
19
+ "extract-api": "tsc -p . && dev-tool run extract-api",
20
20
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
21
21
  "generate:client": "autorest --typescript ./swagger/README.md && rushx format",
22
22
  "integration-test:browser": "dev-tool run test:browser",
@@ -81,11 +81,10 @@
81
81
  "karma-mocha-reporter": "^2.2.5",
82
82
  "karma-sourcemap-loader": "^0.3.8",
83
83
  "mocha": "^10.0.0",
84
- "c8": "^9.1.0",
84
+ "nyc": "^15.1.0",
85
85
  "typescript": "~5.4.5",
86
86
  "rimraf": "^5.0.5",
87
- "ts-node": "^10.0.0",
88
- "esm": "^3.2.18"
87
+ "ts-node": "^10.0.0"
89
88
  },
90
89
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/",
91
90
  "bugs": {