@azure/arm-resourcesbicep 1.0.0-alpha.20251013.1 → 1.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-resourcesbicep",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251014.1",
|
|
4
4
|
"description": "A generated SDK for BicepClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -63,28 +63,32 @@
|
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@azure/core-util": "^1.11.0",
|
|
67
66
|
"@azure-rest/core-client": "^2.1.0",
|
|
68
67
|
"@azure/core-auth": "^1.9.0",
|
|
69
68
|
"@azure/core-rest-pipeline": "^1.18.2",
|
|
69
|
+
"@azure/core-util": "^1.11.0",
|
|
70
70
|
"@azure/logger": "^1.1.4",
|
|
71
71
|
"tslib": "^2.8.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@azure/identity": "4.11.1",
|
|
75
75
|
"@types/node": "^20.19.0",
|
|
76
|
-
"eslint": "^9.33.0",
|
|
77
76
|
"@vitest/browser": "^3.2.3",
|
|
78
77
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
78
|
+
"cross-env": "^7.0.3",
|
|
79
79
|
"dotenv": "^16.0.0",
|
|
80
|
+
"eslint": "^9.33.0",
|
|
80
81
|
"playwright": "^1.50.1",
|
|
82
|
+
"prettier": "^3.6.2",
|
|
83
|
+
"rimraf": "^6.0.1",
|
|
84
|
+
"tshy": "^3.0.0",
|
|
81
85
|
"typescript": "~5.9.3",
|
|
82
86
|
"vitest": "^3.2.3",
|
|
83
87
|
"@azure-tools/test-credential": "^2.1.2",
|
|
84
88
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
89
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
85
90
|
"@azure/dev-tool": "^1.0.0",
|
|
86
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
87
|
-
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
91
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
88
92
|
},
|
|
89
93
|
"//sampleConfiguration": {
|
|
90
94
|
"productName": "@azure/arm-resourcesbicep",
|
|
@@ -175,11 +179,11 @@
|
|
|
175
179
|
"scripts": {
|
|
176
180
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
177
181
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
178
|
-
"check-format": "
|
|
179
|
-
"clean": "
|
|
182
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
183
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
180
184
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
181
|
-
"extract-api": "
|
|
182
|
-
"format": "
|
|
185
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
186
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
183
187
|
"generate:client": "echo skipped",
|
|
184
188
|
"lint": "echo skipped",
|
|
185
189
|
"lint:fix": "echo skipped",
|