mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2025-01-13 07:41:01 +01:00
?
This commit is contained in:
parent
7b165f2426
commit
e3ea98c75e
2 changed files with 5 additions and 5 deletions
4
dist/index.js
generated
vendored
4
dist/index.js
generated
vendored
|
@ -96403,7 +96403,7 @@ const external_node_dns_promises_namespaceObject = __WEBPACK_EXTERNAL_createRequ
|
|||
var cache = __nccwpck_require__(6878);
|
||||
;// CONCATENATED MODULE: external "node:child_process"
|
||||
const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:child_process");
|
||||
;// CONCATENATED MODULE: ./node_modules/.pnpm/github.com+DeterminateSystems+detsys-ts@648f69e289639f26128ca776eef39347290b6166_7fe5lgv62becucu5juebhtz2jm/node_modules/detsys-ts/dist/index.js
|
||||
;// CONCATENATED MODULE: ./node_modules/.pnpm/github.com+DeterminateSystems+detsys-ts@fda3a6fa4f2a0b59a2883e622efbb4f436bcf519_gffdeucnlubwru3j2mmwcetiyq/node_modules/detsys-ts/dist/index.js
|
||||
var __defProp = Object.defineProperty;
|
||||
var __export = (target, all) => {
|
||||
for (var name in all)
|
||||
|
@ -97613,7 +97613,7 @@ var DetSysAction = class {
|
|||
return void 0;
|
||||
}
|
||||
recordPlausibleTimeout(e) {
|
||||
if (e instanceof TimeoutError && Object.hasOwn(e, "timings") && Object.hasOwn(e, "request")) {
|
||||
if (e instanceof TimeoutError && "timings" in e && "request" in e) {
|
||||
this.recordEvent("timeout", {
|
||||
timings: e.timings,
|
||||
url: e.request.requestUrl,
|
||||
|
|
|
@ -16,7 +16,7 @@ dependencies:
|
|||
version: 5.1.1
|
||||
detsys-ts:
|
||||
specifier: github:DeterminateSystems/detsys-ts#retry-streams
|
||||
version: github.com/DeterminateSystems/detsys-ts/648f69e289639f26128ca776eef39347290b6166
|
||||
version: github.com/DeterminateSystems/detsys-ts/fda3a6fa4f2a0b59a2883e622efbb4f436bcf519
|
||||
got:
|
||||
specifier: ^14.4.2
|
||||
version: 14.4.2
|
||||
|
@ -5650,10 +5650,10 @@ packages:
|
|||
engines: { node: ">=10" }
|
||||
dev: true
|
||||
|
||||
github.com/DeterminateSystems/detsys-ts/648f69e289639f26128ca776eef39347290b6166:
|
||||
github.com/DeterminateSystems/detsys-ts/fda3a6fa4f2a0b59a2883e622efbb4f436bcf519:
|
||||
resolution:
|
||||
{
|
||||
tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/648f69e289639f26128ca776eef39347290b6166,
|
||||
tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/fda3a6fa4f2a0b59a2883e622efbb4f436bcf519,
|
||||
}
|
||||
name: detsys-ts
|
||||
version: 1.0.0
|
||||
|
|
Loading…
Reference in a new issue