@azure-rest/batch 1.0.0-alpha.20250616.2 → 1.0.0-alpha.20250618.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-rest/batch",
3
- "version": "1.0.0-alpha.20250616.2",
3
+ "version": "1.0.0-alpha.20250618.1",
4
4
  "description": "Batch Service Rest Level Client",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -95,8 +95,8 @@
95
95
  "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
96
96
  "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}\"",
97
97
  "generate:client": "echo skipped",
98
- "lint": "eslint package.json api-extractor.json src test",
99
- "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
98
+ "lint": "eslint package.json src test",
99
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
100
100
  "pack": "npm pack 2>&1",
101
101
  "test": "npm run test:node && npm run test:browser",
102
102
  "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",