bulletin-deploy 0.6.3-rc.2 → 0.6.3

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.
@@ -6,7 +6,7 @@ import * as path from "path";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "bulletin-deploy",
9
- version: "0.6.3-rc.2",
9
+ version: "0.6.3",
10
10
  private: false,
11
11
  repository: {
12
12
  type: "git",
@@ -4,7 +4,7 @@ import {
4
4
  TX_TIMEOUT_MS,
5
5
  fetchNonce,
6
6
  validateDomainLabel
7
- } from "./chunk-BF46FEQP.js";
7
+ } from "./chunk-TITCVJJF.js";
8
8
  import {
9
9
  derivePoolAccounts,
10
10
  ensureAuthorized,
@@ -18,7 +18,7 @@ import {
18
18
  setDeployAttribute,
19
19
  withDeploySpan,
20
20
  withSpan
21
- } from "./chunk-GDBX7GJI.js";
21
+ } from "./chunk-ECOC6TV4.js";
22
22
 
23
23
  // src/deploy.ts
24
24
  import { Buffer } from "buffer";
@@ -723,8 +723,8 @@ async function deploy(content, domainName = null, options = {}) {
723
723
  POOL_SIZE = options.poolSize ?? parseInt(process.env.BULLETIN_POOL_SIZE ?? String(DEFAULT_POOL_SIZE), 10);
724
724
  initTelemetry();
725
725
  const randomSuffix = Math.floor(Math.random() * 100).toString().padStart(2, "0");
726
- const name = domainName ? domainName.replace(".dot", "") : `test-domain-${Date.now().toString(36)}${randomSuffix}`;
727
- validateDomainLabel(name);
726
+ const rawName = domainName ? domainName.replace(".dot", "") : `test-domain-${Date.now().toString(36)}${randomSuffix}`;
727
+ const name = validateDomainLabel(rawName);
728
728
  return withDeploySpan(name, async () => {
729
729
  let cid;
730
730
  let ipfsCid;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  captureWarning,
3
3
  withSpan
4
- } from "./chunk-GDBX7GJI.js";
4
+ } from "./chunk-ECOC6TV4.js";
5
5
 
6
6
  // src/dotns.ts
7
7
  import crypto from "crypto";
package/dist/deploy.js CHANGED
@@ -19,10 +19,10 @@ import {
19
19
  storeChunkedContent,
20
20
  storeDirectory,
21
21
  storeFile
22
- } from "./chunk-SSCJ4RFL.js";
23
- import "./chunk-BF46FEQP.js";
22
+ } from "./chunk-IPTNRVHY.js";
23
+ import "./chunk-TITCVJJF.js";
24
24
  import "./chunk-AIHW2WLO.js";
25
- import "./chunk-GDBX7GJI.js";
25
+ import "./chunk-ECOC6TV4.js";
26
26
  import "./chunk-QGM4M3NI.js";
27
27
  export {
28
28
  DEFAULT_BULLETIN_RPC,
package/dist/dotns.js CHANGED
@@ -19,8 +19,8 @@ import {
19
19
  sanitizeDomainLabel,
20
20
  stripTrailingDigits,
21
21
  validateDomainLabel
22
- } from "./chunk-BF46FEQP.js";
23
- import "./chunk-GDBX7GJI.js";
22
+ } from "./chunk-TITCVJJF.js";
23
+ import "./chunk-ECOC6TV4.js";
24
24
  import "./chunk-QGM4M3NI.js";
25
25
  export {
26
26
  CONNECTION_TIMEOUT_MS,
package/dist/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  deploy
3
- } from "./chunk-SSCJ4RFL.js";
3
+ } from "./chunk-IPTNRVHY.js";
4
4
  import {
5
5
  DotNS
6
- } from "./chunk-BF46FEQP.js";
6
+ } from "./chunk-TITCVJJF.js";
7
7
  import {
8
8
  bootstrapPool,
9
9
  derivePoolAccounts,
@@ -11,7 +11,7 @@ import {
11
11
  fetchPoolAuthorizations,
12
12
  selectAccount
13
13
  } from "./chunk-AIHW2WLO.js";
14
- import "./chunk-GDBX7GJI.js";
14
+ import "./chunk-ECOC6TV4.js";
15
15
  import "./chunk-QGM4M3NI.js";
16
16
  export {
17
17
  DotNS,
package/dist/telemetry.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  setDeployAttribute,
9
9
  withDeploySpan,
10
10
  withSpan
11
- } from "./chunk-GDBX7GJI.js";
11
+ } from "./chunk-ECOC6TV4.js";
12
12
  import "./chunk-QGM4M3NI.js";
13
13
  export {
14
14
  VERSION,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulletin-deploy",
3
- "version": "0.6.3-rc.2",
3
+ "version": "0.6.3",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",