mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +01:00
?
This commit is contained in:
parent
e968446d93
commit
c186ed2e77
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);
|
var cache = __nccwpck_require__(6878);
|
||||||
;// CONCATENATED MODULE: external "node:child_process"
|
;// CONCATENATED MODULE: external "node:child_process"
|
||||||
const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("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@4800d265cfff5c47c45845b65733fcafcded7eea_v2lfxkeeetmkknz4j2u64ejmsy/node_modules/detsys-ts/dist/index.js
|
;// CONCATENATED MODULE: ./node_modules/.pnpm/github.com+DeterminateSystems+detsys-ts@1532a6159b2638375f87ebd882f26acb497742a9_bnkspnpqb24d6ofiipxikbs6xy/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)
|
||||||
|
@ -96877,7 +96877,7 @@ var ALLOWED_SUFFIXES = [
|
||||||
];
|
];
|
||||||
var DEFAULT_IDS_HOST = "https://install.determinate.systems";
|
var DEFAULT_IDS_HOST = "https://install.determinate.systems";
|
||||||
var LOOKUP = process.env["IDS_LOOKUP"] ?? DEFAULT_LOOKUP;
|
var LOOKUP = process.env["IDS_LOOKUP"] ?? DEFAULT_LOOKUP;
|
||||||
var DEFAULT_TIMEOUT = 5;
|
var DEFAULT_TIMEOUT = 1e4;
|
||||||
var IdsHost = class {
|
var IdsHost = class {
|
||||||
constructor(idsProjectName, diagnosticsSuffix, runtimeDiagnosticsUrl) {
|
constructor(idsProjectName, diagnosticsSuffix, runtimeDiagnosticsUrl) {
|
||||||
this.idsProjectName = idsProjectName;
|
this.idsProjectName = idsProjectName;
|
||||||
|
|
|
@ -16,7 +16,7 @@ dependencies:
|
||||||
version: 5.1.1
|
version: 5.1.1
|
||||||
detsys-ts:
|
detsys-ts:
|
||||||
specifier: github:DeterminateSystems/detsys-ts#retry-streams
|
specifier: github:DeterminateSystems/detsys-ts#retry-streams
|
||||||
version: github.com/DeterminateSystems/detsys-ts/4800d265cfff5c47c45845b65733fcafcded7eea
|
version: github.com/DeterminateSystems/detsys-ts/1532a6159b2638375f87ebd882f26acb497742a9
|
||||||
got:
|
got:
|
||||||
specifier: ^14.4.2
|
specifier: ^14.4.2
|
||||||
version: 14.4.2
|
version: 14.4.2
|
||||||
|
@ -5650,10 +5650,10 @@ packages:
|
||||||
engines: { node: ">=10" }
|
engines: { node: ">=10" }
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
github.com/DeterminateSystems/detsys-ts/4800d265cfff5c47c45845b65733fcafcded7eea:
|
github.com/DeterminateSystems/detsys-ts/1532a6159b2638375f87ebd882f26acb497742a9:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/4800d265cfff5c47c45845b65733fcafcded7eea,
|
tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/1532a6159b2638375f87ebd882f26acb497742a9,
|
||||||
}
|
}
|
||||||
name: detsys-ts
|
name: detsys-ts
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
|
Loading…
Reference in a new issue