@azure/arm-containerregistry 11.0.0-alpha.20250804.1 → 11.0.0-alpha.20250825.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.10"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
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 ContainerRegistryManagementClient.",
6
- "version": "11.0.0-alpha.20250804.1",
6
+ "version": "11.0.0-alpha.20250825.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -28,19 +28,19 @@
28
28
  "module": "./dist/esm/index.js",
29
29
  "types": "./dist/commonjs/index.d.ts",
30
30
  "devDependencies": {
31
- "@azure-tools/test-credential": "^2.0.0",
32
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
33
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
34
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
35
- "@azure/identity": "^4.9.0",
31
+ "@azure/identity": "4.11.1",
36
32
  "@azure/logger": "^1.1.4",
37
- "@types/node": "^20.0.0",
38
- "@vitest/browser": "^3.0.9",
39
- "@vitest/coverage-istanbul": "^3.0.9",
33
+ "@types/node": "^20.19.0",
34
+ "@vitest/browser": "^3.2.3",
35
+ "@vitest/coverage-istanbul": "^3.2.3",
40
36
  "dotenv": "^16.0.0",
41
- "playwright": "^1.52.0",
42
- "typescript": "~5.8.2",
43
- "vitest": "^3.0.9"
37
+ "playwright": "^1.50.1",
38
+ "typescript": "~5.8.3",
39
+ "vitest": "^3.2.3",
40
+ "@azure-tools/test-recorder": "^4.1.0",
41
+ "@azure-tools/test-credential": "^2.1.1",
42
+ "@azure-tools/test-utils-vitest": "^2.0.0",
43
+ "@azure/dev-tool": "^1.0.0"
44
44
  },
45
45
  "repository": {
46
46
  "type": "git",
@@ -56,23 +56,6 @@
56
56
  "review/",
57
57
  "CHANGELOG.md"
58
58
  ],
59
- "scripts": {
60
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
61
- "build:samples": "echo skipped.",
62
- "check-format": "echo skipped",
63
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
64
- "execute:samples": "echo skipped",
65
- "extract-api": "dev-tool run extract-api",
66
- "format": "echo skipped",
67
- "lint": "echo skipped",
68
- "pack": "npm pack 2>&1",
69
- "prepack": "npm run build",
70
- "test": "npm run test:node && npm run test:browser",
71
- "test:browser": "echo skipped",
72
- "test:node": "dev-tool run test:vitest",
73
- "test:node:esm": "dev-tool run test:vitest --esm",
74
- "update-snippets": "dev-tool run update-snippets"
75
- },
76
59
  "sideEffects": false,
77
60
  "//metadata": {
78
61
  "constantPaths": [
@@ -131,5 +114,20 @@
131
114
  "default": "./dist/commonjs/index.js"
132
115
  }
133
116
  }
117
+ },
118
+ "scripts": {
119
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
120
+ "build:samples": "tsc -p tsconfig.samples.json",
121
+ "check-format": "echo skipped",
122
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
123
+ "execute:samples": "echo skipped",
124
+ "extract-api": "dev-tool run extract-api",
125
+ "format": "echo skipped",
126
+ "lint": "echo skipped",
127
+ "pack": "pnpm pack 2>&1",
128
+ "test": "npm run test:node && npm run test:browser",
129
+ "test:browser": "echo skipped",
130
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
131
+ "update-snippets": "dev-tool run update-snippets"
134
132
  }
135
- }
133
+ }