@azure-rest/batch 1.0.0-alpha.20251010.1 → 1.0.0-alpha.20251013.2

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-rest/batch",
3
- "version": "1.0.0-alpha.20251010.1",
3
+ "version": "1.0.0-alpha.20251013.2",
4
4
  "description": "Batch Service Rest Level Client",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -59,18 +59,22 @@
59
59
  "@azure/core-auth": "^1.6.0",
60
60
  "@azure/core-rest-pipeline": "^1.5.0",
61
61
  "@azure/logger": "^1.0.0",
62
- "tslib": "^2.6.2",
63
- "moment": "~2.30.1"
62
+ "moment": "~2.30.1",
63
+ "tslib": "^2.6.2"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@azure/identity": "4.11.1",
67
67
  "@types/node": "^20.19.0",
68
68
  "@vitest/browser": "^3.2.3",
69
69
  "@vitest/coverage-istanbul": "^3.2.3",
70
+ "cross-env": "^7.0.3",
70
71
  "dotenv": "^16.0.0",
71
72
  "eslint": "^9.33.0",
72
73
  "moment": "^2.30.1",
73
74
  "playwright": "^1.50.1",
75
+ "prettier": "^3.6.2",
76
+ "rimraf": "^6.0.1",
77
+ "tshy": "^3.0.0",
74
78
  "typescript": "~5.9.3",
75
79
  "vitest": "^3.2.3",
76
80
  "@azure-tools/test-credential": "^2.1.2",
@@ -106,11 +110,11 @@
106
110
  "scripts": {
107
111
  "build": "npm run clean && dev-tool run build-package && npm run extract-api",
108
112
  "build:samples": "tsc -p tsconfig.samples.json",
109
- "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}\"",
110
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
113
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
114
+ "clean": "rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
111
115
  "execute:samples": "echo skipped",
112
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
113
- "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}\"",
116
+ "extract-api": "rimraf review && dev-tool run extract-api",
117
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
114
118
  "generate:client": "echo skipped",
115
119
  "lint": "eslint package.json src test",
116
120
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",