@azure/communication-sms 1.2.0-alpha.20250429.5 → 1.2.0-alpha.20250513.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-sms",
|
|
3
|
-
"version": "1.2.0-alpha.
|
|
3
|
+
"version": "1.2.0-alpha.20250513.1",
|
|
4
4
|
"description": "SDK for Azure Communication SMS service which facilitates the sending of SMS messages.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -10,25 +10,19 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
12
12
|
"build:samples": "dev-tool samples publish --force",
|
|
13
|
-
"build:test": "echo skipped.",
|
|
14
13
|
"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
14
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
16
15
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
17
16
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
18
17
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
19
18
|
"generate:client": "autorest --typescript ./swagger/README.md",
|
|
20
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
21
|
-
"integration-test:browser": "echo skipped.",
|
|
22
|
-
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
23
19
|
"lint": "eslint package.json api-extractor.json README.md src test",
|
|
24
20
|
"lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
|
|
25
21
|
"pack": "npm pack 2>&1",
|
|
26
|
-
"test": "npm run
|
|
27
|
-
"test:browser": "npm run build
|
|
28
|
-
"test:node": "
|
|
29
|
-
"
|
|
30
|
-
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
31
|
-
"unit-test:node": "dev-tool run test:vitest",
|
|
22
|
+
"test": "npm run test:node && npm run test:browser",
|
|
23
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
24
|
+
"test:node": "dev-tool run test:vitest",
|
|
25
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
32
26
|
"update-snippets": "dev-tool run update-snippets"
|
|
33
27
|
},
|
|
34
28
|
"files": [
|