@azure/arm-communication 4.1.1-alpha.20250815.1 → 4.1.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 +29 -29
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for CommunicationServiceManagementClient.",
6
- "version": "4.1.1-alpha.20250815.1",
6
+ "version": "4.1.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -29,19 +29,19 @@
29
29
  "module": "./dist/esm/index.js",
30
30
  "types": "./dist/commonjs/index.d.ts",
31
31
  "devDependencies": {
32
- "@azure-tools/test-credential": "^2.0.0",
33
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
34
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
35
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
36
- "@azure/identity": "^4.5.0",
32
+ "@azure/identity": "4.11.1",
37
33
  "@azure/logger": "^1.1.4",
38
- "@types/node": "^20.0.0",
39
- "@vitest/browser": "^3.0.9",
40
- "@vitest/coverage-istanbul": "^3.0.9",
34
+ "@types/node": "^20.19.0",
35
+ "@vitest/browser": "^3.2.3",
36
+ "@vitest/coverage-istanbul": "^3.2.3",
41
37
  "dotenv": "^16.0.0",
42
- "playwright": "^1.49.1",
43
- "typescript": "~5.8.2",
44
- "vitest": "^3.0.9"
38
+ "playwright": "^1.50.1",
39
+ "typescript": "~5.8.3",
40
+ "vitest": "^3.2.3",
41
+ "@azure-tools/test-recorder": "^4.1.0",
42
+ "@azure-tools/test-utils-vitest": "^1.0.0",
43
+ "@azure-tools/test-credential": "^2.1.1",
44
+ "@azure/dev-tool": "^1.0.0"
45
45
  },
46
46
  "repository": "github:Azure/azure-sdk-for-js",
47
47
  "bugs": {
@@ -54,22 +54,6 @@
54
54
  "review/",
55
55
  "CHANGELOG.md"
56
56
  ],
57
- "scripts": {
58
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
59
- "build:samples": "echo skipped.",
60
- "check-format": "echo skipped",
61
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
62
- "execute:samples": "echo skipped",
63
- "extract-api": "dev-tool run extract-api",
64
- "format": "echo skipped",
65
- "lint": "echo skipped",
66
- "pack": "npm pack 2>&1",
67
- "test": "npm run test:node && npm run test:browser",
68
- "test:browser": "echo skipped",
69
- "test:node": "dev-tool run test:vitest",
70
- "test:node:esm": "dev-tool run test:vitest --esm",
71
- "update-snippets": "dev-tool run update-snippets"
72
- },
73
57
  "sideEffects": false,
74
58
  "//metadata": {
75
59
  "constantPaths": [
@@ -128,5 +112,21 @@
128
112
  "default": "./dist/commonjs/index.js"
129
113
  }
130
114
  }
115
+ },
116
+ "scripts": {
117
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
118
+ "build:samples": "tsc -p tsconfig.samples.json",
119
+ "check-format": "echo skipped",
120
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
121
+ "execute:samples": "echo skipped",
122
+ "extract-api": "dev-tool run extract-api",
123
+ "format": "echo skipped",
124
+ "lint": "echo skipped",
125
+ "pack": "pnpm pack 2>&1",
126
+ "test": "npm run test:node && npm run test:browser",
127
+ "test:browser": "echo skipped",
128
+ "test:node": "dev-tool run test:vitest",
129
+ "test:node:esm": "dev-tool run test:vitest --esm",
130
+ "update-snippets": "dev-tool run update-snippets"
131
131
  }
132
- }
132
+ }