@azure/communication-email 1.0.1-alpha.20240129.1 → 1.0.1-alpha.20240308.1
Sign up to get free protection for your applications and to get access to all the features.
- 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.
|
3
|
+
"version": "1.0.1-alpha.20240308.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",
|
@@ -14,7 +14,7 @@
|
|
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 dist dist-* temp types *.tgz *.log",
|
17
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
18
18
|
"execute:samples": "dev-tool samples run samples-dev",
|
19
19
|
"extract-api": "tsc -p . && api-extractor run --local",
|
20
20
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
@@ -83,7 +83,7 @@
|
|
83
83
|
"mocha": "^10.0.0",
|
84
84
|
"c8": "^8.0.0",
|
85
85
|
"typescript": "~5.3.3",
|
86
|
-
"rimraf": "^
|
86
|
+
"rimraf": "^5.0.5",
|
87
87
|
"ts-node": "^10.0.0",
|
88
88
|
"esm": "^3.2.18"
|
89
89
|
},
|