@azure/storage-blob 12.25.0-alpha.20240918.1 → 12.25.0-alpha.20240920.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-blob",
3
3
  "sdk-type": "client",
4
- "version": "12.25.0-alpha.20240918.1",
4
+ "version": "12.25.0-alpha.20240920.1",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - Blob",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/storage-blob/src/index.js",
@@ -171,7 +171,7 @@
171
171
  "rimraf": "^5.0.5",
172
172
  "source-map-support": "^0.5.9",
173
173
  "ts-node": "^10.0.0",
174
- "typescript": "~5.5.3",
174
+ "typescript": "~5.6.2",
175
175
  "util": "^0.12.1"
176
176
  }
177
177
  }
@@ -6138,6 +6138,10 @@ export declare interface BlockBlobUploadStreamOptions extends CommonOptions {
6138
6138
  *
6139
6139
  */
6140
6140
  blobHTTPHeaders?: BlobHTTPHeaders;
6141
+ /**
6142
+ * Customer Provided Key Info.
6143
+ */
6144
+ customerProvidedKey?: CpkInfo;
6141
6145
  /**
6142
6146
  * Metadata of block blob.
6143
6147
  */