@azure/communication-email 1.0.1-alpha.20250805.1 → 1.0.1-alpha.20250826.1
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.0.1-alpha.
|
3
|
+
"version": "1.0.1-alpha.20250826.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",
|
@@ -8,24 +8,6 @@
|
|
8
8
|
"main": "./dist/commonjs/index.js",
|
9
9
|
"module": "./dist/esm/index.js",
|
10
10
|
"types": "./dist/commonjs/index.d.ts",
|
11
|
-
"scripts": {
|
12
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
13
|
-
"build:samples": "dev-tool samples publish -f",
|
14
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
15
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
16
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
17
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
18
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
19
|
-
"generate:client": "autorest --typescript ./swagger/README.md",
|
20
|
-
"lint": "eslint package.json src test",
|
21
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
22
|
-
"pack": "npm pack 2>&1",
|
23
|
-
"test": "npm run test:node && npm run test:browser",
|
24
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
25
|
-
"test:node": "dev-tool run test:vitest",
|
26
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
27
|
-
"update-snippets": "dev-tool run update-snippets"
|
28
|
-
},
|
29
11
|
"files": [
|
30
12
|
"dist/",
|
31
13
|
"README.md",
|
@@ -49,20 +31,20 @@
|
|
49
31
|
"tslib": "^2.8.1"
|
50
32
|
},
|
51
33
|
"devDependencies": {
|
52
|
-
"@azure-tools/test-credential": "^2.0.0",
|
53
|
-
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
54
34
|
"@azure/arm-communication": "^4.1.0",
|
55
|
-
"@azure/
|
56
|
-
"@
|
57
|
-
"@
|
58
|
-
"@
|
59
|
-
"@vitest/browser": "^3.0.9",
|
60
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
35
|
+
"@azure/identity": "4.11.1",
|
36
|
+
"@types/node": "^20.19.0",
|
37
|
+
"@vitest/browser": "^3.2.3",
|
38
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
61
39
|
"dotenv": "^16.0.0",
|
62
|
-
"eslint": "^9.
|
63
|
-
"playwright": "^1.
|
64
|
-
"typescript": "~5.8.
|
65
|
-
"vitest": "^3.
|
40
|
+
"eslint": "^9.33.0",
|
41
|
+
"playwright": "^1.50.1",
|
42
|
+
"typescript": "~5.8.3",
|
43
|
+
"vitest": "^3.2.3",
|
44
|
+
"@azure-tools/test-credential": "^2.1.1",
|
45
|
+
"@azure/dev-tool": "^1.0.0",
|
46
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
47
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
66
48
|
},
|
67
49
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/",
|
68
50
|
"bugs": {
|
@@ -123,5 +105,22 @@
|
|
123
105
|
"default": "./dist/commonjs/index.js"
|
124
106
|
}
|
125
107
|
}
|
108
|
+
},
|
109
|
+
"scripts": {
|
110
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
111
|
+
"build:samples": "dev-tool samples publish -f",
|
112
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
113
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
114
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
115
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
116
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
117
|
+
"generate:client": "autorest --typescript ./swagger/README.md",
|
118
|
+
"lint": "eslint package.json src test",
|
119
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
120
|
+
"pack": "pnpm pack 2>&1",
|
121
|
+
"test": "npm run test:node && npm run test:browser",
|
122
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
123
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
124
|
+
"update-snippets": "dev-tool run update-snippets"
|
126
125
|
}
|
127
|
-
}
|
126
|
+
}
|