@azure/arm-workloadorchestration 1.0.0-alpha.20251119.1 → 1.0.0-alpha.20251120.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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-workloadorchestration",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251120.1",
|
|
4
4
|
"description": "A generated SDK for WorkloadOrchestrationManagementClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"tslib": "^2.8.1"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@azure/identity": "4.
|
|
94
|
+
"@azure/identity": "4.13.0",
|
|
95
95
|
"@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
|
|
96
96
|
"@types/node": "^20.19.25",
|
|
97
97
|
"@vitest/browser-playwright": "^4.0.8",
|
|
@@ -106,10 +106,10 @@
|
|
|
106
106
|
"typescript": "~5.9.3",
|
|
107
107
|
"vitest": "^4.0.8",
|
|
108
108
|
"@azure-tools/test-credential": "^2.1.2",
|
|
109
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
109
110
|
"@azure/dev-tool": "^1.0.0",
|
|
110
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
111
111
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
112
|
-
"@azure
|
|
112
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
113
113
|
},
|
|
114
114
|
"//sampleConfiguration": {
|
|
115
115
|
"productName": "@azure/arm-workloadorchestration",
|
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
"module": "./dist/esm/index.js",
|
|
560
560
|
"scripts": {
|
|
561
561
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
562
|
-
"build:samples": "tsc -p tsconfig.samples.json",
|
|
562
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
563
563
|
"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\"",
|
|
564
564
|
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
565
565
|
"execute:samples": "dev-tool samples run samples-dev",
|