@azure-rest/batch 1.0.0-alpha.20250822.1 → 1.0.0-alpha.20250826.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.20250826.1",
|
|
4
4
|
"description": "Batch Service Rest Level Client",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"playwright": "^1.50.1",
|
|
74
74
|
"typescript": "~5.8.3",
|
|
75
75
|
"vitest": "^3.2.3",
|
|
76
|
-
"@azure-tools/test-credential": "^2.1.
|
|
77
|
-
"@azure-tools/test-recorder": "^4.1.
|
|
76
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
77
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
78
78
|
"@azure/core-util": "^1.13.1",
|
|
79
79
|
"@azure/dev-tool": "^1.0.0",
|
|
80
80
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
@@ -117,8 +117,7 @@
|
|
|
117
117
|
"pack": "pnpm pack 2>&1",
|
|
118
118
|
"test": "npm run test:node && npm run test:browser",
|
|
119
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",
|
|
120
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
122
121
|
"update-snippets": "dev-tool run update-snippets"
|
|
123
122
|
}
|
|
124
123
|
}
|