@azure/arm-workloadorchestration 1.0.0-alpha.20251007.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.0"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-workloadorchestration",
3
- "version": "1.0.0-alpha.20251007.1",
3
+ "version": "1.0.0-alpha.20251014.1",
4
4
  "description": "A generated SDK for WorkloadOrchestrationManagementClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -81,12 +81,12 @@
81
81
  ]
82
82
  },
83
83
  "dependencies": {
84
- "@azure/core-util": "^1.12.0",
85
84
  "@azure-rest/core-client": "^2.3.1",
86
85
  "@azure/abort-controller": "^2.1.2",
87
86
  "@azure/core-auth": "^1.9.0",
88
87
  "@azure/core-lro": "^3.1.0",
89
88
  "@azure/core-rest-pipeline": "^1.20.0",
89
+ "@azure/core-util": "^1.12.0",
90
90
  "@azure/logger": "^1.2.0",
91
91
  "tslib": "^2.8.1"
92
92
  },
@@ -98,32 +98,18 @@
98
98
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
99
99
  "@azure/identity": "^4.9.0",
100
100
  "@types/node": "^20.0.0",
101
- "eslint": "^9.9.0",
102
101
  "@vitest/browser": "^3.0.9",
103
102
  "@vitest/coverage-istanbul": "^3.0.9",
103
+ "cross-env": "^7.0.3",
104
104
  "dotenv": "^16.0.0",
105
+ "eslint": "^9.9.0",
105
106
  "playwright": "^1.52.0",
107
+ "prettier": "^3.6.2",
108
+ "rimraf": "^6.0.1",
109
+ "tshy": "^3.0.0",
106
110
  "typescript": "~5.8.2",
107
111
  "vitest": "^3.0.9"
108
112
  },
109
- "scripts": {
110
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
111
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
112
- "pack": "npm pack 2>&1",
113
- "lint": "echo skipped",
114
- "lint:fix": "echo skipped",
115
- "build:samples": "tsc -p tsconfig.samples.json",
116
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
117
- "execute:samples": "dev-tool samples run samples-dev",
118
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
119
- "generate:client": "echo skipped",
120
- "test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
121
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
122
- "test:node": "dev-tool run test:vitest",
123
- "test:node:esm": "dev-tool run test:vitest --esm",
124
- "test": "npm run test:node && npm run test:browser",
125
- "update-snippets": "dev-tool run update-snippets"
126
- },
127
113
  "//sampleConfiguration": {
128
114
  "productName": "@azure/arm-workloadorchestration",
129
115
  "productSlugs": [
@@ -569,5 +555,23 @@
569
555
  },
570
556
  "main": "./dist/commonjs/index.js",
571
557
  "types": "./dist/commonjs/index.d.ts",
572
- "module": "./dist/esm/index.js"
573
- }
558
+ "module": "./dist/esm/index.js",
559
+ "scripts": {
560
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
561
+ "build:samples": "tsc -p tsconfig.samples.json",
562
+ "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\"",
563
+ "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
564
+ "execute:samples": "dev-tool samples run samples-dev",
565
+ "extract-api": "rimraf review && dev-tool run extract-api",
566
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
567
+ "generate:client": "echo skipped",
568
+ "lint": "echo skipped",
569
+ "lint:fix": "echo skipped",
570
+ "pack": "pnpm pack 2>&1",
571
+ "test": "npm run test:node && npm run test:browser",
572
+ "test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
573
+ "test:node": "dev-tool run test:vitest",
574
+ "test:node:esm": "dev-tool run test:vitest --esm",
575
+ "update-snippets": "dev-tool run update-snippets"
576
+ }
577
+ }