sourceMapArtifact.js 297 B

123456789101112
  1. export function SourceMapArtifact(params = {}) {
  2. return {
  3. sha1: '111111111',
  4. dist: null,
  5. name: 'https://example.com/AcceptOrganizationInvite.js',
  6. dateCreated: '2020-08-24T11:16:48.862725Z',
  7. headers: {'Content-Type': ''},
  8. id: '5678',
  9. size: 8276,
  10. ...params,
  11. };
  12. }