@azure/communication-common 2.4.1 → 2.4.2-alpha.20250930.3

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.10"
8
+ "packageVersion": "7.52.13"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-common",
3
- "version": "2.4.1",
3
+ "version": "2.4.2-alpha.20250930.3",
4
4
  "description": "Common package for Azure Communication services.",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -32,19 +32,19 @@
32
32
  "sideEffects": false,
33
33
  "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
34
34
  "dependencies": {
35
- "@azure-rest/core-client": "^2.3.3",
36
- "@azure/abort-controller": "^2.1.2",
37
- "@azure/core-auth": "^1.9.0",
38
- "@azure/core-rest-pipeline": "^1.17.0",
39
- "@azure/core-tracing": "^1.2.0",
40
- "@azure/core-util": "^1.11.0",
35
+ "@azure-rest/core-client": ">=2.5.1-alpha <2.5.1-alphb",
36
+ "@azure/abort-controller": ">=2.1.3-alpha <2.1.3-alphb",
37
+ "@azure/core-auth": ">=1.10.1-alpha <1.10.1-alphb",
38
+ "@azure/core-rest-pipeline": ">=1.22.1-alpha <1.22.1-alphb",
39
+ "@azure/core-tracing": ">=1.3.1-alpha <1.3.1-alphb",
40
+ "@azure/core-util": ">=1.13.1-alpha <1.13.1-alphb",
41
41
  "events": "^3.3.0",
42
42
  "jwt-decode": "^4.0.0",
43
43
  "tslib": "^2.8.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@azure/identity": "4.11.1",
47
- "@azure/logger": "^1.1.4",
47
+ "@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
48
48
  "@types/node": "^20.19.0",
49
49
  "@vitest/browser": "^3.2.3",
50
50
  "@vitest/coverage-istanbul": "^3.2.3",
@@ -54,9 +54,9 @@
54
54
  "playwright": "^1.50.1",
55
55
  "typescript": "~5.8.3",
56
56
  "vitest": "^3.2.3",
57
- "@azure-tools/test-utils-vitest": "^1.0.0",
58
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
59
- "@azure/dev-tool": "^1.0.0"
57
+ "@azure-tools/test-utils-vitest": "^2.0.1",
58
+ "@azure/dev-tool": "^1.0.0",
59
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
60
60
  },
61
61
  "type": "module",
62
62
  "tshy": {
@@ -109,9 +109,8 @@
109
109
  "pack": "pnpm pack 2>&1",
110
110
  "test": "npm run test:node && npm run test:browser",
111
111
  "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
112
- "test:node": "dev-tool run test:vitest --no-test-proxy",
113
- "test:node:esm": "dev-tool run test:vitest --esm",
114
- "test:node:live": "dev-tool run test:vitest --no-test-proxy --esm",
112
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
113
+ "test:node:live": "dev-tool run test:vitest --no-test-proxy",
115
114
  "update-snippets": "dev-tool run update-snippets"
116
115
  }
117
116
  }