@azure/communication-common 2.4.1-alpha.20250805.1 → 2.4.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 +32 -32
package/package.json CHANGED
@@ -1,30 +1,12 @@
1
1
  {
2
2
  "name": "@azure/communication-common",
3
- "version": "2.4.1-alpha.20250805.1",
3
+ "version": "2.4.1",
4
4
  "description": "Common package for Azure Communication services.",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
7
7
  "module": "./dist/esm/index.js",
8
8
  "types": "./dist/commonjs/index.d.ts",
9
9
  "browser": "./dist/browser/index.js",
10
- "scripts": {
11
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
12
- "build:samples": "echo skipped.",
13
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
14
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
15
- "execute:samples": "echo skipped",
16
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
17
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
18
- "lint": "eslint package.json src test",
19
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
20
- "pack": "npm pack 2>&1",
21
- "test": "npm run test:node && npm run test:browser",
22
- "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
23
- "test:node": "dev-tool run test:vitest --no-test-proxy",
24
- "test:node:esm": "dev-tool run test:vitest --esm",
25
- "test:node:live": "dev-tool run test:vitest --no-test-proxy --esm",
26
- "update-snippets": "dev-tool run update-snippets"
27
- },
28
10
  "files": [
29
11
  "dist/",
30
12
  "README.md",
@@ -61,20 +43,20 @@
61
43
  "tslib": "^2.8.1"
62
44
  },
63
45
  "devDependencies": {
64
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
65
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
66
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
67
- "@azure/identity": "~4.3.0",
46
+ "@azure/identity": "4.11.1",
68
47
  "@azure/logger": "^1.1.4",
69
- "@types/node": "^20.0.0",
70
- "@vitest/browser": "^3.0.9",
71
- "@vitest/coverage-istanbul": "^3.0.9",
72
- "eslint": "^9.9.0",
48
+ "@types/node": "^20.19.0",
49
+ "@vitest/browser": "^3.2.3",
50
+ "@vitest/coverage-istanbul": "^3.2.3",
51
+ "eslint": "^9.33.0",
73
52
  "mockdate": "^3.0.5",
74
- "nock": "14.0.1",
75
- "playwright": "^1.48.0",
76
- "typescript": "~5.8.2",
77
- "vitest": "^3.0.9"
53
+ "nock": "^13.5.4",
54
+ "playwright": "^1.50.1",
55
+ "typescript": "~5.8.3",
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"
78
60
  },
79
61
  "type": "module",
80
62
  "tshy": {
@@ -113,5 +95,23 @@
113
95
  "default": "./dist/commonjs/index.js"
114
96
  }
115
97
  }
98
+ },
99
+ "scripts": {
100
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
101
+ "build:samples": "echo Skipped.",
102
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
103
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
104
+ "execute:samples": "echo skipped",
105
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
106
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
107
+ "lint": "eslint package.json src test",
108
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
109
+ "pack": "pnpm pack 2>&1",
110
+ "test": "npm run test:node && npm run test:browser",
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",
115
+ "update-snippets": "dev-tool run update-snippets"
116
116
  }
117
- }
117
+ }