@azure/communication-email 1.0.1-alpha.20250501.1 → 1.0.1-alpha.20250515.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.20250515.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",
|
@@ -11,25 +11,19 @@
|
|
11
11
|
"scripts": {
|
12
12
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
13
13
|
"build:samples": "dev-tool samples publish -f",
|
14
|
-
"build:test": "echo skipped.",
|
15
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}\"",
|
16
15
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
17
16
|
"execute:samples": "dev-tool samples run samples-dev",
|
18
17
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
19
18
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
20
19
|
"generate:client": "autorest --typescript ./swagger/README.md",
|
21
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
22
|
-
"integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
23
|
-
"integration-test:node": "dev-tool run test:vitest --esm",
|
24
20
|
"lint": "eslint package.json api-extractor.json src test",
|
25
21
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
26
22
|
"pack": "npm pack 2>&1",
|
27
|
-
"test": "npm run
|
28
|
-
"test:browser": "npm run build
|
29
|
-
"test:node": "
|
30
|
-
"
|
31
|
-
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
32
|
-
"unit-test:node": "dev-tool run test:vitest",
|
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",
|
33
27
|
"update-snippets": "dev-tool run update-snippets"
|
34
28
|
},
|
35
29
|
"files": [
|
@@ -55,8 +49,8 @@
|
|
55
49
|
"tslib": "^2.8.1"
|
56
50
|
},
|
57
51
|
"devDependencies": {
|
58
|
-
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
59
52
|
"@azure-tools/test-credential": "^2.0.0",
|
53
|
+
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
60
54
|
"@azure/arm-communication": "^4.1.0",
|
61
55
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
62
56
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|