@azure/communication-email 1.0.1-alpha.20241018.1 → 1.0.1-alpha.20241025.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-email",
|
3
|
-
"version": "1.0.1-alpha.
|
3
|
+
"version": "1.0.1-alpha.20241025.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,12 +9,12 @@
|
|
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 && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
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
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
|
-
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
17
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
18
18
|
"execute:samples": "dev-tool samples run samples-dev",
|
19
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}\"",
|
@@ -62,7 +62,6 @@
|
|
62
62
|
"@azure-tools/test-utils": "^1.0.1",
|
63
63
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
64
64
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
65
|
-
"@microsoft/api-extractor": "^7.31.1",
|
66
65
|
"@types/chai": "^4.1.6",
|
67
66
|
"@types/mocha": "^10.0.0",
|
68
67
|
"@types/node": "^18.0.0",
|
@@ -83,7 +82,6 @@
|
|
83
82
|
"karma-sourcemap-loader": "^0.3.8",
|
84
83
|
"mocha": "^10.0.0",
|
85
84
|
"nyc": "^17.0.0",
|
86
|
-
"rimraf": "^5.0.5",
|
87
85
|
"ts-node": "^10.0.0",
|
88
86
|
"typescript": "~5.6.2"
|
89
87
|
},
|