eoas 3.0.1 → 3.0.3

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.
@@ -309,6 +309,7 @@ class Publish extends core_1.Command {
309
309
  headers: {
310
310
  'Content-Type': contentType,
311
311
  'Cache-Control': 'max-age=31556926',
312
+ ...(itm.headers ?? {}),
312
313
  },
313
314
  body: buffer,
314
315
  });
@@ -12,6 +12,7 @@ export interface RequestUploadUrlItem {
12
12
  requestUploadUrl: string;
13
13
  fileName: string;
14
14
  filePath: string;
15
+ headers?: Record<string, string>;
15
16
  }
16
17
  export declare function activeRolloutConflictMessage(branch: string): string;
17
18
  export declare function requestUploadUrls({ body, requestUploadUrl, auth, runtimeVersion, platform, commitHash, message, rolloutPercentage, branch, }: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eoas",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "build": "tsc --project tsconfig.json",