@azure/storage-blob 12.29.0-alpha.20250828.1 → 12.29.0-alpha.20250829.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 +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-blob",
3
3
  "sdk-type": "client",
4
- "version": "12.29.0-alpha.20250828.1",
4
+ "version": "12.29.0-alpha.20250829.1",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - Blob",
6
6
  "main": "./dist/commonjs/index.js",
7
7
  "module": "./dist/esm/index.js",
@@ -100,11 +100,11 @@
100
100
  "playwright": "^1.50.1",
101
101
  "typescript": "~5.8.3",
102
102
  "vitest": "^3.2.3",
103
+ "@azure-tools/test-credential": "^2.1.2",
103
104
  "@azure-tools/test-recorder": "^4.1.1",
104
- "@azure/dev-tool": "^1.0.0",
105
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
106
105
  "@azure-tools/test-utils-vitest": "^2.0.1",
107
- "@azure-tools/test-credential": "^2.1.2"
106
+ "@azure/dev-tool": "^1.0.0",
107
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
108
108
  },
109
109
  "type": "module",
110
110
  "tshy": {