@azure/arm-containerregistry 11.0.0-alpha.20251013.1 → 11.0.0-alpha.20251014.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.
- package/package.json +7 -4
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.
|
6
|
+
"version": "11.0.0-alpha.20251014.1",
|
7
7
|
"engines": {
|
8
8
|
"node": ">=20.0.0"
|
9
9
|
},
|
@@ -33,14 +33,17 @@
|
|
33
33
|
"@types/node": "^20.19.0",
|
34
34
|
"@vitest/browser": "^3.2.3",
|
35
35
|
"@vitest/coverage-istanbul": "^3.2.3",
|
36
|
+
"cross-env": "^7.0.3",
|
36
37
|
"dotenv": "^16.0.0",
|
37
38
|
"playwright": "^1.50.1",
|
39
|
+
"rimraf": "^6.0.1",
|
40
|
+
"tshy": "^3.0.0",
|
38
41
|
"typescript": "~5.9.3",
|
39
42
|
"vitest": "^3.2.3",
|
40
43
|
"@azure-tools/test-credential": "^2.1.2",
|
41
44
|
"@azure-tools/test-recorder": "^4.1.1",
|
42
|
-
"@azure
|
43
|
-
"@azure/
|
45
|
+
"@azure/dev-tool": "^1.0.0",
|
46
|
+
"@azure-tools/test-utils-vitest": "^2.0.1"
|
44
47
|
},
|
45
48
|
"repository": {
|
46
49
|
"type": "git",
|
@@ -119,7 +122,7 @@
|
|
119
122
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
120
123
|
"build:samples": "tsc -p tsconfig.samples.json",
|
121
124
|
"check-format": "echo skipped",
|
122
|
-
"clean": "
|
125
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
123
126
|
"execute:samples": "echo skipped",
|
124
127
|
"extract-api": "dev-tool run extract-api",
|
125
128
|
"format": "echo skipped",
|