@azure/arm-avs 7.0.0-alpha.20250804.1 → 7.0.0-alpha.20250822.2

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 +33 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-avs",
3
- "version": "7.0.0-alpha.20250804.1",
3
+ "version": "7.0.0-alpha.20250822.2",
4
4
  "description": "A generated SDK for AzureVMwareSolutionAPI.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -90,38 +90,20 @@
90
90
  "tslib": "^2.8.1"
91
91
  },
92
92
  "devDependencies": {
93
- "@azure-tools/test-credential": "^2.0.0",
94
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
95
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
96
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
97
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
98
- "@azure/identity": "^4.10.0",
99
- "@types/node": "^20.0.0",
100
- "@vitest/browser": "^3.0.9",
101
- "@vitest/coverage-istanbul": "^3.0.9",
93
+ "@azure/identity": "4.11.1",
94
+ "@types/node": "^20.19.0",
95
+ "@vitest/browser": "^3.2.3",
96
+ "@vitest/coverage-istanbul": "^3.2.3",
102
97
  "dotenv": "^16.0.0",
103
- "eslint": "^9.9.0",
104
- "playwright": "^1.52.0",
105
- "typescript": "~5.8.2",
106
- "vitest": "^3.0.9"
107
- },
108
- "scripts": {
109
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
110
- "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
111
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
112
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
113
- "execute:samples": "dev-tool samples run samples-dev",
114
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
115
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
116
- "generate:client": "echo skipped",
117
- "lint": "echo skipped",
118
- "lint:fix": "echo skipped",
119
- "pack": "npm pack 2>&1",
120
- "test": "npm run test:node && npm run test:browser",
121
- "test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
122
- "test:node": "dev-tool run test:vitest",
123
- "test:node:esm": "dev-tool run test:vitest --esm",
124
- "update-snippets": "dev-tool run update-snippets"
98
+ "eslint": "^9.33.0",
99
+ "playwright": "^1.50.1",
100
+ "typescript": "~5.8.3",
101
+ "vitest": "^3.2.3",
102
+ "@azure-tools/test-credential": "^2.1.1",
103
+ "@azure/dev-tool": "^1.0.0",
104
+ "@azure-tools/test-recorder": "^4.1.0",
105
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
106
+ "@azure-tools/test-utils-vitest": "^2.0.0"
125
107
  },
126
108
  "//sampleConfiguration": {
127
109
  "productName": "@azure/arm-avs",
@@ -570,5 +552,22 @@
570
552
  },
571
553
  "main": "./dist/commonjs/index.js",
572
554
  "types": "./dist/commonjs/index.d.ts",
573
- "module": "./dist/esm/index.js"
574
- }
555
+ "module": "./dist/esm/index.js",
556
+ "scripts": {
557
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
558
+ "build:samples": "tsc -p tsconfig.samples.json",
559
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
560
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
561
+ "execute:samples": "dev-tool samples run samples-dev",
562
+ "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
563
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
564
+ "generate:client": "echo skipped",
565
+ "lint": "echo skipped",
566
+ "lint:fix": "echo skipped",
567
+ "pack": "pnpm pack 2>&1",
568
+ "test": "npm run test:node && npm run test:browser",
569
+ "test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
570
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
571
+ "update-snippets": "dev-tool run update-snippets"
572
+ }
573
+ }