This commit is contained in:
Graham Christensen 2024-05-06 11:51:20 -04:00
parent ee5c9f9b33
commit b3c010890a
2 changed files with 6 additions and 6 deletions

6
dist/index.js generated vendored
View file

@ -93752,7 +93752,7 @@ const got = source_create(defaults);
const external_node_stream_promises_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:stream/promises"); const external_node_stream_promises_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:stream/promises");
;// CONCATENATED MODULE: external "node:zlib" ;// CONCATENATED MODULE: external "node:zlib"
const external_node_zlib_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:zlib"); const external_node_zlib_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:zlib");
;// CONCATENATED MODULE: ./node_modules/.pnpm/github.com+DeterminateSystems+detsys-ts@3baa96b315ee9f6b26033191a123eb9015522791_2fnsfzpup2itrpjvndt6evj3qu/node_modules/detsys-ts/dist/index.js ;// CONCATENATED MODULE: ./node_modules/.pnpm/github.com+DeterminateSystems+detsys-ts@18bb980856ca8e53010275c6cee06979b1f74812_77wefdmg4gqibnywltmqqgybxm/node_modules/detsys-ts/dist/index.js
var __defProp = Object.defineProperty; var __defProp = Object.defineProperty;
var __export = (target, all) => { var __export = (target, all) => {
for (var name in all) for (var name in all)
@ -94337,7 +94337,7 @@ var IdsToolbox = class {
} else { } else {
core.setFailed(reportable); core.setFailed(reportable);
} }
const do_deflate = (0,external_node_util_.promisify)(external_node_zlib_namespaceObject.deflate); const do_gzip = (0,external_node_util_.promisify)(external_node_zlib_namespaceObject.gzip);
const exceptionContext = /* @__PURE__ */ new Map(); const exceptionContext = /* @__PURE__ */ new Map();
for (const [attachmentLabel, filePath] of this.exceptionAttachments) { for (const [attachmentLabel, filePath] of this.exceptionAttachments) {
let logText; let logText;
@ -94346,7 +94346,7 @@ var IdsToolbox = class {
} catch (e) { } catch (e) {
logText = Buffer.from(this.stringifyError(e)); logText = Buffer.from(this.stringifyError(e));
} }
const buf = await do_deflate(logText); const buf = await do_gzip(logText);
exceptionContext.set( exceptionContext.set(
`staple_${attachmentLabel}`, `staple_${attachmentLabel}`,
buf.toString("base64") buf.toString("base64")

View file

@ -13,7 +13,7 @@ dependencies:
version: 1.1.1 version: 1.1.1
detsys-ts: detsys-ts:
specifier: github:DeterminateSystems/detsys-ts#error-condition specifier: github:DeterminateSystems/detsys-ts#error-condition
version: github.com/DeterminateSystems/detsys-ts/3baa96b315ee9f6b26033191a123eb9015522791 version: github.com/DeterminateSystems/detsys-ts/18bb980856ca8e53010275c6cee06979b1f74812
got: got:
specifier: ^14.2.1 specifier: ^14.2.1
version: 14.2.1 version: 14.2.1
@ -3831,8 +3831,8 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
dev: true dev: true
github.com/DeterminateSystems/detsys-ts/3baa96b315ee9f6b26033191a123eb9015522791: github.com/DeterminateSystems/detsys-ts/18bb980856ca8e53010275c6cee06979b1f74812:
resolution: {tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/3baa96b315ee9f6b26033191a123eb9015522791} resolution: {tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/18bb980856ca8e53010275c6cee06979b1f74812}
name: detsys-ts name: detsys-ts
version: 1.0.0 version: 1.0.0
dependencies: dependencies: