@azure/container-registry 1.1.1-alpha.20250808.1 → 1.1.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 +34 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/container-registry",
|
|
3
|
-
"version": "1.1.1
|
|
3
|
+
"version": "1.1.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",
|
|
@@ -23,24 +23,6 @@
|
|
|
23
23
|
}
|
|
24
24
|
]
|
|
25
25
|
},
|
|
26
|
-
"scripts": {
|
|
27
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
28
|
-
"build:samples": "echo skipped.",
|
|
29
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
30
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
31
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
32
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
33
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
34
|
-
"generate:client": "autorest --typescript ./swagger/README.md",
|
|
35
|
-
"lint": "eslint package.json src test",
|
|
36
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
37
|
-
"pack": "npm pack 2>&1",
|
|
38
|
-
"test": "npm run test:node && npm run test:browser",
|
|
39
|
-
"test:browser": "echo skipped",
|
|
40
|
-
"test:node": "dev-tool run test:vitest",
|
|
41
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
42
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
43
|
-
},
|
|
44
26
|
"files": [
|
|
45
27
|
"dist/",
|
|
46
28
|
"README.md",
|
|
@@ -74,21 +56,21 @@
|
|
|
74
56
|
"tslib": "^2.8.1"
|
|
75
57
|
},
|
|
76
58
|
"devDependencies": {
|
|
77
|
-
"@azure
|
|
78
|
-
"@
|
|
79
|
-
"@
|
|
80
|
-
"@
|
|
81
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
82
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
83
|
-
"@azure/identity": "^4.5.0",
|
|
84
|
-
"@types/node": "^20.0.0",
|
|
85
|
-
"@vitest/browser": "^3.0.9",
|
|
86
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
59
|
+
"@azure/identity": "4.11.1",
|
|
60
|
+
"@types/node": "^20.19.0",
|
|
61
|
+
"@vitest/browser": "^3.2.3",
|
|
62
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
87
63
|
"dotenv": "^16.0.0",
|
|
88
|
-
"eslint": "^9.
|
|
89
|
-
"playwright": "^1.
|
|
90
|
-
"typescript": "~5.8.
|
|
91
|
-
"vitest": "^3.
|
|
64
|
+
"eslint": "^9.33.0",
|
|
65
|
+
"playwright": "^1.50.1",
|
|
66
|
+
"typescript": "~5.8.3",
|
|
67
|
+
"vitest": "^3.2.3",
|
|
68
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
69
|
+
"@azure-tools/test-utils-vitest": "^1.0.0",
|
|
70
|
+
"@azure/dev-tool": "^1.0.0",
|
|
71
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
72
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
73
|
+
"@azure/core-util": "^1.13.1"
|
|
92
74
|
},
|
|
93
75
|
"//sampleConfiguration": {
|
|
94
76
|
"skipFolder": true,
|
|
@@ -138,5 +120,23 @@
|
|
|
138
120
|
"default": "./dist/commonjs/index.js"
|
|
139
121
|
}
|
|
140
122
|
}
|
|
123
|
+
},
|
|
124
|
+
"scripts": {
|
|
125
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
126
|
+
"build:samples": "echo skipped.",
|
|
127
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
128
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
129
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
130
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
131
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
132
|
+
"generate:client": "autorest --typescript ./swagger/README.md",
|
|
133
|
+
"lint": "eslint package.json src test",
|
|
134
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
135
|
+
"pack": "pnpm pack 2>&1",
|
|
136
|
+
"test": "npm run test:node && npm run test:browser",
|
|
137
|
+
"test:browser": "echo skipped",
|
|
138
|
+
"test:node": "dev-tool run test:vitest",
|
|
139
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
140
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
141
141
|
}
|
|
142
|
-
}
|
|
142
|
+
}
|