@azure-rest/communication-messages 2.2.0-alpha.20250422.1 → 2.2.0-alpha.20250424.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
@@ -2,7 +2,7 @@
2
2
  "name": "@azure-rest/communication-messages",
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
- "version": "2.2.0-alpha.20250422.1",
5
+ "version": "2.2.0-alpha.20250424.1",
6
6
  "description": "Azure client library for Azure Communication Messages services",
7
7
  "keywords": [
8
8
  "node",
@@ -41,7 +41,7 @@
41
41
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
42
42
  "generate:client": "echo skipped",
43
43
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
44
- "integration-test:browser": "dev-tool run test:browser",
44
+ "integration-test:browser": "echo skipped.",
45
45
  "integration-test:node": "dev-tool run test:vitest --esm",
46
46
  "lint": "eslint package.json api-extractor.json src test",
47
47
  "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",