@azure-rest/batch 1.0.0-alpha.20250807.1 → 1.0.0-alpha.20250822.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-rest/batch",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250822.1",
|
|
4
4
|
"description": "Batch Service Rest Level Client",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -63,39 +63,21 @@
|
|
|
63
63
|
"moment": "~2.30.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@azure
|
|
67
|
-
"@
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
71
|
-
"@azure/identity": "^4.5.0",
|
|
72
|
-
"@types/node": "^20.0.0",
|
|
73
|
-
"@vitest/browser": "^3.0.9",
|
|
74
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
66
|
+
"@azure/identity": "4.11.1",
|
|
67
|
+
"@types/node": "^20.19.0",
|
|
68
|
+
"@vitest/browser": "^3.2.3",
|
|
69
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
75
70
|
"dotenv": "^16.0.0",
|
|
76
|
-
"eslint": "^9.
|
|
71
|
+
"eslint": "^9.33.0",
|
|
77
72
|
"moment": "^2.30.1",
|
|
78
|
-
"playwright": "^1.
|
|
79
|
-
"typescript": "~5.8.
|
|
80
|
-
"vitest": "^3.
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
|
|
87
|
-
"execute:samples": "echo skipped",
|
|
88
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
89
|
-
"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}\"",
|
|
90
|
-
"generate:client": "echo skipped",
|
|
91
|
-
"lint": "eslint package.json src test",
|
|
92
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
93
|
-
"pack": "npm pack 2>&1",
|
|
94
|
-
"test": "npm run test:node && npm run test:browser",
|
|
95
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
96
|
-
"test:node": "dev-tool run test:vitest",
|
|
97
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
98
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
73
|
+
"playwright": "^1.50.1",
|
|
74
|
+
"typescript": "~5.8.3",
|
|
75
|
+
"vitest": "^3.2.3",
|
|
76
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
77
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
78
|
+
"@azure/core-util": "^1.13.1",
|
|
79
|
+
"@azure/dev-tool": "^1.0.0",
|
|
80
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
99
81
|
},
|
|
100
82
|
"exports": {
|
|
101
83
|
"./package.json": "./package.json",
|
|
@@ -120,5 +102,23 @@
|
|
|
120
102
|
},
|
|
121
103
|
"main": "./dist/commonjs/index.js",
|
|
122
104
|
"types": "./dist/commonjs/index.d.ts",
|
|
123
|
-
"module": "./dist/esm/index.js"
|
|
124
|
-
|
|
105
|
+
"module": "./dist/esm/index.js",
|
|
106
|
+
"scripts": {
|
|
107
|
+
"build": "npm run clean && dev-tool run build-package && npm run extract-api",
|
|
108
|
+
"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",
|
|
111
|
+
"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}\"",
|
|
114
|
+
"generate:client": "echo skipped",
|
|
115
|
+
"lint": "eslint package.json src test",
|
|
116
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
117
|
+
"pack": "pnpm pack 2>&1",
|
|
118
|
+
"test": "npm run test:node && npm run test:browser",
|
|
119
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
120
|
+
"test:node": "dev-tool run test:vitest",
|
|
121
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
122
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
123
|
+
}
|
|
124
|
+
}
|