@azure/communication-email 1.1.0-alpha.20251021.1 → 1.1.0
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/communication-email",
|
|
3
|
-
"version": "1.1.0
|
|
3
|
+
"version": "1.1.0",
|
|
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",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"email"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@azure/abort-controller": "
|
|
25
|
-
"@azure/communication-common": "
|
|
26
|
-
"@azure/core-auth": "
|
|
27
|
-
"@azure/core-client": "
|
|
24
|
+
"@azure/abort-controller": "^2.1.2",
|
|
25
|
+
"@azure/communication-common": "^2.3.1",
|
|
26
|
+
"@azure/core-auth": "^1.9.0",
|
|
27
|
+
"@azure/core-client": "^1.9.2",
|
|
28
28
|
"@azure/core-lro": "^2.7.2",
|
|
29
|
-
"@azure/core-rest-pipeline": "
|
|
30
|
-
"@azure/core-util": "
|
|
31
|
-
"@azure/logger": "
|
|
29
|
+
"@azure/core-rest-pipeline": "^1.18.0",
|
|
30
|
+
"@azure/core-util": "^1.11.0",
|
|
31
|
+
"@azure/logger": "^1.1.4",
|
|
32
32
|
"tslib": "^2.8.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
@@ -36,18 +36,14 @@
|
|
|
36
36
|
"@types/node": "^20.19.0",
|
|
37
37
|
"@vitest/browser": "^3.2.3",
|
|
38
38
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
39
|
-
"cross-env": "^7.0.3",
|
|
40
39
|
"dotenv": "^16.0.0",
|
|
41
40
|
"eslint": "^9.33.0",
|
|
42
41
|
"playwright": "^1.50.1",
|
|
43
|
-
"
|
|
44
|
-
"rimraf": "^6.0.1",
|
|
45
|
-
"tshy": "^3.0.0",
|
|
46
|
-
"typescript": "~5.9.3",
|
|
42
|
+
"typescript": "~5.8.3",
|
|
47
43
|
"vitest": "^3.2.3",
|
|
48
44
|
"@azure-tools/test-credential": "^2.1.2",
|
|
49
|
-
"@azure/arm-communication": "^4.1.2-alpha.20251021.1",
|
|
50
45
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
46
|
+
"@azure/arm-communication": "^4.1.2",
|
|
51
47
|
"@azure/dev-tool": "^1.0.0",
|
|
52
48
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
53
49
|
},
|
|
@@ -114,11 +110,11 @@
|
|
|
114
110
|
"scripts": {
|
|
115
111
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
116
112
|
"build:samples": "dev-tool samples publish -f",
|
|
117
|
-
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
118
|
-
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
113
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
114
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
119
115
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
120
116
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
121
|
-
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
117
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
122
118
|
"generate:client": "autorest --typescript ./swagger/README.md",
|
|
123
119
|
"lint": "eslint package.json src test",
|
|
124
120
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|