@azure/communication-sms 1.2.0-alpha.20250422.1 → 1.2.0-alpha.20250423.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-sms",
3
- "version": "1.2.0-alpha.20250422.1",
3
+ "version": "1.2.0-alpha.20250423.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",
@@ -18,7 +18,7 @@
18
18
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
19
19
  "generate:client": "autorest --typescript ./swagger/README.md",
20
20
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
21
- "integration-test:browser": "dev-tool run test:browser",
21
+ "integration-test:browser": "echo skipped.",
22
22
  "integration-test:node": "dev-tool run test:vitest --esm",
23
23
  "lint": "eslint package.json api-extractor.json README.md src test",
24
24
  "lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",