bulletin-deploy 0.7.1 → 0.7.2
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.
- package/dist/bug-report.js +3 -3
- package/dist/{chunk-PH43YXEE.js → chunk-4FUUYJP2.js} +1 -1
- package/dist/{chunk-DYKCMHZ6.js → chunk-4UNQGG3O.js} +1 -1
- package/dist/{chunk-5N4VL73E.js → chunk-LMSMDKVU.js} +2 -2
- package/dist/{chunk-MORJYP3A.js → chunk-NEV6WTYM.js} +1 -1
- package/dist/{chunk-BVTSCGRO.js → chunk-VJLTIZ6S.js} +4 -4
- package/dist/deploy.js +5 -5
- package/dist/dotns.js +2 -2
- package/dist/index.js +5 -5
- package/dist/memory-report.js +1 -1
- package/dist/telemetry.js +1 -1
- package/dist/version-check.js +2 -2
- package/package.json +1 -1
package/dist/bug-report.js
CHANGED
|
@@ -9,9 +9,9 @@ import {
|
|
|
9
9
|
offerBugReport,
|
|
10
10
|
scrubSecrets,
|
|
11
11
|
setDeployContext
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-LMSMDKVU.js";
|
|
13
|
+
import "./chunk-4UNQGG3O.js";
|
|
14
|
+
import "./chunk-4FUUYJP2.js";
|
|
15
15
|
import "./chunk-QGM4M3NI.js";
|
|
16
16
|
export {
|
|
17
17
|
buildCliFlagsSummary,
|
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
classifyErrorArea,
|
|
3
3
|
isInteractive,
|
|
4
4
|
promptYesNo
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-4UNQGG3O.js";
|
|
6
6
|
import {
|
|
7
7
|
VERSION,
|
|
8
8
|
getCurrentSentryTraceId
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-4FUUYJP2.js";
|
|
10
10
|
|
|
11
11
|
// src/bug-report.ts
|
|
12
12
|
import { execSync, execFileSync } from "child_process";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
setDeployContext
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-LMSMDKVU.js";
|
|
4
4
|
import {
|
|
5
5
|
DotNS,
|
|
6
6
|
TX_TIMEOUT_MS,
|
|
7
7
|
fetchNonce,
|
|
8
8
|
popStatusName,
|
|
9
9
|
validateDomainLabel
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-NEV6WTYM.js";
|
|
11
11
|
import {
|
|
12
12
|
MirrorSkipped,
|
|
13
13
|
mirrorToGitHubPages,
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
truncateAddress,
|
|
27
27
|
withDeploySpan,
|
|
28
28
|
withSpan
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-4FUUYJP2.js";
|
|
30
30
|
import {
|
|
31
31
|
merkleizeJS
|
|
32
32
|
} from "./chunk-B7GUYYAN.js";
|
|
@@ -80,7 +80,7 @@ var POOL_SIZE = DEFAULT_POOL_SIZE;
|
|
|
80
80
|
var CHUNK_SIZE = 2 * 1024 * 1024;
|
|
81
81
|
var MAX_FILE_SIZE = 8 * 1024 * 1024;
|
|
82
82
|
var MAX_RECONNECTIONS = parseInt(process.env.BULLETIN_MAX_RECONNECTIONS ?? "3", 10);
|
|
83
|
-
var CHUNK_TIMEOUT_MS = parseInt(process.env.BULLETIN_CHUNK_TIMEOUT_MS ?? "
|
|
83
|
+
var CHUNK_TIMEOUT_MS = parseInt(process.env.BULLETIN_CHUNK_TIMEOUT_MS ?? "180000", 10);
|
|
84
84
|
var RETRY_BASE_DELAY_MS = 2e3;
|
|
85
85
|
var RETRY_MAX_DELAY_MS = 15e3;
|
|
86
86
|
var WS_HEARTBEAT_TIMEOUT_MS = 3e5;
|
package/dist/deploy.js
CHANGED
|
@@ -24,12 +24,12 @@ import {
|
|
|
24
24
|
storeChunkedContent,
|
|
25
25
|
storeDirectory,
|
|
26
26
|
storeFile
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-
|
|
29
|
-
import "./chunk-
|
|
30
|
-
import "./chunk-
|
|
27
|
+
} from "./chunk-VJLTIZ6S.js";
|
|
28
|
+
import "./chunk-LMSMDKVU.js";
|
|
29
|
+
import "./chunk-4UNQGG3O.js";
|
|
30
|
+
import "./chunk-NEV6WTYM.js";
|
|
31
31
|
import "./chunk-2Q2WSKFD.js";
|
|
32
|
-
import "./chunk-
|
|
32
|
+
import "./chunk-4FUUYJP2.js";
|
|
33
33
|
import "./chunk-B7GUYYAN.js";
|
|
34
34
|
import "./chunk-JHNW2EKY.js";
|
|
35
35
|
import "./chunk-QGM4M3NI.js";
|
package/dist/dotns.js
CHANGED
|
@@ -29,8 +29,8 @@ import {
|
|
|
29
29
|
simulateUserStatus,
|
|
30
30
|
stripTrailingDigits,
|
|
31
31
|
validateDomainLabel
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
32
|
+
} from "./chunk-NEV6WTYM.js";
|
|
33
|
+
import "./chunk-4FUUYJP2.js";
|
|
34
34
|
import "./chunk-JHNW2EKY.js";
|
|
35
35
|
import "./chunk-QGM4M3NI.js";
|
|
36
36
|
export {
|
package/dist/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
deploy
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-VJLTIZ6S.js";
|
|
4
|
+
import "./chunk-LMSMDKVU.js";
|
|
5
|
+
import "./chunk-4UNQGG3O.js";
|
|
6
6
|
import {
|
|
7
7
|
DotNS
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-NEV6WTYM.js";
|
|
9
9
|
import "./chunk-2Q2WSKFD.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-4FUUYJP2.js";
|
|
11
11
|
import {
|
|
12
12
|
merkleizeJS
|
|
13
13
|
} from "./chunk-B7GUYYAN.js";
|
package/dist/memory-report.js
CHANGED
package/dist/telemetry.js
CHANGED
package/dist/version-check.js
CHANGED
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
isPreReleaseVersion,
|
|
9
9
|
preReleaseWarning,
|
|
10
10
|
promptYesNo
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-4UNQGG3O.js";
|
|
12
|
+
import "./chunk-4FUUYJP2.js";
|
|
13
13
|
import "./chunk-QGM4M3NI.js";
|
|
14
14
|
export {
|
|
15
15
|
assessVersion,
|