@azure/container-registry 1.1.2-alpha.20251010.1 → 1.1.2-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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/container-registry",
|
|
3
|
-
"version": "1.1.2-alpha.
|
|
3
|
+
"version": "1.1.2-alpha.20251014.1",
|
|
4
4
|
"description": "An isomorphic client library for the Azure Container Registry service.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -60,17 +60,21 @@
|
|
|
60
60
|
"@types/node": "^20.19.0",
|
|
61
61
|
"@vitest/browser": "^3.2.3",
|
|
62
62
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
63
|
+
"cross-env": "^7.0.3",
|
|
63
64
|
"dotenv": "^16.0.0",
|
|
64
65
|
"eslint": "^9.33.0",
|
|
65
66
|
"playwright": "^1.50.1",
|
|
67
|
+
"prettier": "^3.6.2",
|
|
68
|
+
"rimraf": "^6.0.1",
|
|
69
|
+
"tshy": "^3.0.0",
|
|
66
70
|
"typescript": "~5.9.3",
|
|
67
71
|
"vitest": "^3.2.3",
|
|
68
72
|
"@azure-tools/test-credential": "^2.1.2",
|
|
73
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
69
74
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
70
75
|
"@azure/core-util": "^1.13.1",
|
|
71
|
-
"@azure/
|
|
72
|
-
"@azure
|
|
73
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
76
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
77
|
+
"@azure/dev-tool": "^1.0.0"
|
|
74
78
|
},
|
|
75
79
|
"//sampleConfiguration": {
|
|
76
80
|
"skipFolder": true,
|
|
@@ -124,11 +128,11 @@
|
|
|
124
128
|
"scripts": {
|
|
125
129
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
126
130
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
127
|
-
"check-format": "
|
|
128
|
-
"clean": "
|
|
131
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
132
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
129
133
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
130
134
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
131
|
-
"format": "
|
|
135
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
132
136
|
"generate:client": "autorest --typescript ./swagger/README.md",
|
|
133
137
|
"lint": "eslint package.json src test",
|
|
134
138
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|