@azure/arm-deviceprovisioningservices 6.0.0-alpha.20251104.1 → 6.0.0-alpha.20251106.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 +16 -16
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@azure/arm-deviceprovisioningservices",
3
- "version": "6.0.0-alpha.20251104.1",
3
+ "version": "6.0.0-alpha.20251106.1",
4
4
  "description": "A generated SDK for IotDpsClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
7
7
  },
8
8
  "dependencies": {
9
- "@azure/core-util": ">=1.13.2-alpha <1.13.2-alphb",
10
9
  "@azure-rest/core-client": ">=2.5.2-alpha <2.5.2-alphb",
11
10
  "@azure/abort-controller": ">=2.1.3-alpha <2.1.3-alphb",
12
11
  "@azure/core-auth": ">=1.10.2-alpha <1.10.2-alphb",
13
12
  "@azure/core-lro": ">=3.3.2-alpha <3.3.2-alphb",
14
13
  "@azure/core-rest-pipeline": ">=1.22.2-alpha <1.22.2-alphb",
14
+ "@azure/core-util": ">=1.13.2-alpha <1.13.2-alphb",
15
15
  "@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
16
16
  "tslib": "^2.8.1"
17
17
  },
@@ -31,22 +31,22 @@
31
31
  "devDependencies": {
32
32
  "@azure/identity": "4.11.1",
33
33
  "@types/node": "^20.19.0",
34
+ "@vitest/browser-playwright": "^4.0.0",
35
+ "@vitest/coverage-istanbul": "^4.0.6",
34
36
  "cross-env": "^7.0.3",
37
+ "dotenv": "^16.0.0",
35
38
  "eslint": "^9.33.0",
39
+ "playwright": "^1.50.1",
36
40
  "prettier": "^3.6.2",
37
41
  "rimraf": "^6.0.1",
38
42
  "tshy": "^3.0.0",
39
- "@vitest/browser": "^3.2.3",
40
- "@vitest/coverage-istanbul": "^3.2.3",
41
- "dotenv": "^16.0.0",
42
- "playwright": "^1.50.1",
43
43
  "typescript": "~5.9.3",
44
- "vitest": "^3.2.3",
44
+ "vitest": "^4.0.6",
45
45
  "@azure-tools/test-recorder": "^4.1.1",
46
46
  "@azure-tools/test-credential": "^2.1.2",
47
47
  "@azure-tools/test-utils-vitest": "^2.0.1",
48
- "@azure/dev-tool": "^1.0.0",
49
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
48
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
49
+ "@azure/dev-tool": "^1.0.0"
50
50
  },
51
51
  "repository": "github:Azure/azure-sdk-for-js",
52
52
  "bugs": {
@@ -215,21 +215,21 @@
215
215
  }
216
216
  },
217
217
  "scripts": {
218
- "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
219
- "extract-api": "rimraf review && dev-tool run extract-api",
220
- "pack": "pnpm pack 2>&1",
221
- "lint": "echo skipped",
222
- "lint:fix": "echo skipped",
218
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
223
219
  "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
224
220
  "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
221
+ "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
225
222
  "execute:samples": "dev-tool samples run samples-dev",
223
+ "extract-api": "rimraf review && dev-tool run extract-api",
226
224
  "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
227
225
  "generate:client": "echo skipped",
226
+ "lint": "echo skipped",
227
+ "lint:fix": "echo skipped",
228
+ "pack": "pnpm pack 2>&1",
229
+ "test": "npm run test:node && npm run test:browser",
228
230
  "test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
229
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
230
231
  "test:node": "dev-tool run test:vitest",
231
232
  "test:node:esm": "dev-tool run test:vitest --esm",
232
- "test": "npm run test:node && npm run test:browser",
233
233
  "update-snippets": "dev-tool run update-snippets"
234
234
  }
235
235
  }