@azure/arm-playwright 1.0.0-alpha.20251117.1 → 1.0.0-alpha.20251120.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-playwright",
3
- "version": "1.0.0-alpha.20251117.1",
3
+ "version": "1.0.0-alpha.20251120.1",
4
4
  "description": "A generated SDK for PlaywrightManagementClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -74,7 +74,7 @@
74
74
  "tslib": "^2.8.1"
75
75
  },
76
76
  "devDependencies": {
77
- "@azure/identity": "4.11.1",
77
+ "@azure/identity": "4.13.0",
78
78
  "@types/node": "^20.19.25",
79
79
  "@vitest/browser-playwright": "^4.0.8",
80
80
  "@vitest/coverage-istanbul": "^4.0.8",
@@ -88,9 +88,9 @@
88
88
  "typescript": "~5.9.3",
89
89
  "vitest": "^4.0.8",
90
90
  "@azure-tools/test-recorder": "^4.1.1",
91
+ "@azure-tools/test-utils-vitest": "^2.0.1",
91
92
  "@azure/dev-tool": "^1.0.0",
92
93
  "@azure/eslint-plugin-azure-sdk": "^3.0.0",
93
- "@azure-tools/test-utils-vitest": "^2.0.1",
94
94
  "@azure-tools/test-credential": "^2.1.2"
95
95
  },
96
96
  "//sampleConfiguration": {
@@ -235,7 +235,7 @@
235
235
  "module": "./dist/esm/index.js",
236
236
  "scripts": {
237
237
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
238
- "build:samples": "tsc -p tsconfig.samples.json",
238
+ "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
239
239
  "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\"",
240
240
  "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
241
241
  "execute:samples": "dev-tool samples run samples-dev",