@parity/product-deploy 0.9.0-rc.6 → 0.10.0-rc.0

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.
Files changed (37) hide show
  1. package/bin/bulletin-deploy +44 -11
  2. package/dist/auth-config.js +3 -3
  3. package/dist/bug-report.js +4 -4
  4. package/dist/{chunk-ZL7KBV52.js → chunk-2BTYPNYW.js} +1 -1
  5. package/dist/{chunk-NRDXKYWQ.js → chunk-DY7RVMM5.js} +63 -21
  6. package/dist/{chunk-NEWDQKA3.js → chunk-G676QAN4.js} +2 -2
  7. package/dist/{chunk-6GGRUTTC.js → chunk-GJTVPP7E.js} +1 -1
  8. package/dist/{chunk-SHQZFLPN.js → chunk-HUT626G6.js} +1 -1
  9. package/dist/{chunk-LIAEGW76.js → chunk-MI5B3UCM.js} +1 -1
  10. package/dist/{chunk-HGEYWE2P.js → chunk-PKQOUCPD.js} +1 -1
  11. package/dist/{chunk-2XBLLNDK.js → chunk-Q3RIJ7PU.js} +2 -2
  12. package/dist/{chunk-T4WUEPAS.js → chunk-VR3LF62E.js} +105 -23
  13. package/dist/{chunk-ELX3YZQG.js → chunk-ZJCTG7HF.js} +3 -3
  14. package/dist/chunk-probe.js +3 -3
  15. package/dist/commands/login.js +12 -12
  16. package/dist/commands/logout.js +4 -4
  17. package/dist/commands/transfer.d.ts +14 -0
  18. package/dist/commands/transfer.js +66 -0
  19. package/dist/commands/whoami.js +3 -3
  20. package/dist/deploy-actors.d.ts +23 -0
  21. package/dist/deploy-actors.js +43 -0
  22. package/dist/deploy.d.ts +7 -0
  23. package/dist/deploy.js +9 -9
  24. package/dist/dotns.d.ts +32 -3
  25. package/dist/dotns.js +13 -5
  26. package/dist/index.js +14 -14
  27. package/dist/manifest/publish.js +10 -10
  28. package/dist/memory-report.js +2 -2
  29. package/dist/merkle.js +9 -9
  30. package/dist/personhood/bootstrap.js +9 -9
  31. package/dist/personhood/people-client.js +3 -3
  32. package/dist/run-state.js +1 -1
  33. package/dist/sss-allowance-cache.js +4 -4
  34. package/dist/storage-signer.js +9 -9
  35. package/dist/telemetry.js +2 -2
  36. package/dist/version-check.js +3 -3
  37. package/package.json +3 -3
@@ -7,23 +7,23 @@ import {
7
7
  readBulletinSlotSigner,
8
8
  waitForBulletinAuthorization,
9
9
  writeBulletinSlotKey
10
- } from "./chunk-NRDXKYWQ.js";
11
- import "./chunk-6GGRUTTC.js";
10
+ } from "./chunk-DY7RVMM5.js";
11
+ import "./chunk-GJTVPP7E.js";
12
12
  import "./chunk-GRPLHUYC.js";
13
13
  import "./chunk-HOTQDYHD.js";
14
14
  import "./chunk-IW3X2MJF.js";
15
15
  import "./chunk-KOSF5FDO.js";
16
16
  import "./chunk-J3NIXHZZ.js";
17
17
  import "./chunk-S7EM5VMW.js";
18
- import "./chunk-HGEYWE2P.js";
19
- import "./chunk-NEWDQKA3.js";
20
- import "./chunk-LIAEGW76.js";
21
- import "./chunk-SHQZFLPN.js";
18
+ import "./chunk-PKQOUCPD.js";
19
+ import "./chunk-G676QAN4.js";
20
+ import "./chunk-MI5B3UCM.js";
21
+ import "./chunk-HUT626G6.js";
22
22
  import "./chunk-C2TS5MER.js";
23
- import "./chunk-T4WUEPAS.js";
23
+ import "./chunk-VR3LF62E.js";
24
24
  import "./chunk-4PVJ2JBZ.js";
25
- import "./chunk-ZL7KBV52.js";
26
- import "./chunk-ELX3YZQG.js";
25
+ import "./chunk-2BTYPNYW.js";
26
+ import "./chunk-ZJCTG7HF.js";
27
27
  import "./chunk-GL3U7K2B.js";
28
28
  import "./chunk-ZOC4GITL.js";
29
29
  export {
package/dist/telemetry.js CHANGED
@@ -33,8 +33,8 @@ import {
33
33
  truncateAddress,
34
34
  withDeploySpan,
35
35
  withSpan
36
- } from "./chunk-ZL7KBV52.js";
37
- import "./chunk-ELX3YZQG.js";
36
+ } from "./chunk-2BTYPNYW.js";
37
+ import "./chunk-ZJCTG7HF.js";
38
38
  export {
39
39
  VERSION,
40
40
  __setDeployRootSpanForTest,
@@ -11,9 +11,9 @@ import {
11
11
  isPreReleaseVersion,
12
12
  preReleaseWarning,
13
13
  promptYesNo
14
- } from "./chunk-LIAEGW76.js";
15
- import "./chunk-ZL7KBV52.js";
16
- import "./chunk-ELX3YZQG.js";
14
+ } from "./chunk-MI5B3UCM.js";
15
+ import "./chunk-2BTYPNYW.js";
16
+ import "./chunk-ZJCTG7HF.js";
17
17
  export {
18
18
  assessVersion,
19
19
  checkNodeVersion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parity/product-deploy",
3
- "version": "0.9.0-rc.6",
3
+ "version": "0.10.0-rc.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,11 +44,11 @@
44
44
  "tools/release-retry-wrapper.mjs"
45
45
  ],
46
46
  "scripts": {
47
- "build": "tsup src/index.ts src/deploy.ts src/dotns.ts src/pool.ts src/telemetry.ts src/memory-report.ts src/merkle.ts src/gh-pages-mirror.ts src/version-check.ts src/bug-report.ts src/run-state.ts src/environments.ts src/errors.ts src/manifest.ts src/chunk-probe.ts src/manifest-embed.ts src/manifest-fetch.ts src/manifest-roundtrip.ts src/incremental-stats.ts src/chunker.ts src/personhood/encoding.ts src/personhood/hashing.ts src/personhood/constants.ts src/personhood/member-key.ts src/personhood/people-client.ts src/personhood/proof-validity.ts src/personhood/reprove.ts src/personhood/bind-personal-id.ts src/personhood/claim-pgas.ts src/personhood/bind-paid-alias.ts src/personhood/bootstrap.ts src/personhood/chain-prereqs.ts src/manifest/types.ts src/manifest/schema.ts src/manifest/byte-budget.ts src/manifest/config-load.ts src/manifest/publish.ts src/auth/index.ts src/auth/vendor/index.ts src/auth/vendor/ui/index.ts src/auth-config.ts src/commands/login.ts src/commands/logout.ts src/commands/whoami.ts src/storage-signer.ts src/spinner.ts src/sss-allowance.ts src/sss-allowance-cache.ts --format esm --dts --clean --target node22",
47
+ "build": "tsup src/index.ts src/deploy.ts src/dotns.ts src/pool.ts src/telemetry.ts src/memory-report.ts src/merkle.ts src/gh-pages-mirror.ts src/version-check.ts src/bug-report.ts src/run-state.ts src/environments.ts src/errors.ts src/manifest.ts src/chunk-probe.ts src/manifest-embed.ts src/manifest-fetch.ts src/manifest-roundtrip.ts src/incremental-stats.ts src/chunker.ts src/personhood/encoding.ts src/personhood/hashing.ts src/personhood/constants.ts src/personhood/member-key.ts src/personhood/people-client.ts src/personhood/proof-validity.ts src/personhood/reprove.ts src/personhood/bind-personal-id.ts src/personhood/claim-pgas.ts src/personhood/bind-paid-alias.ts src/personhood/bootstrap.ts src/personhood/chain-prereqs.ts src/manifest/types.ts src/manifest/schema.ts src/manifest/byte-budget.ts src/manifest/config-load.ts src/manifest/publish.ts src/auth/index.ts src/auth/vendor/index.ts src/auth/vendor/ui/index.ts src/auth-config.ts src/commands/login.ts src/commands/logout.ts src/commands/whoami.ts src/commands/transfer.ts src/storage-signer.ts src/spinner.ts src/sss-allowance.ts src/sss-allowance-cache.ts src/deploy-actors.ts --format esm --dts --clean --target node22",
48
48
  "refresh-environments": "node scripts/refresh-environments.mjs",
49
49
  "postinstall": "patch-package || true",
50
50
  "prepare": "npm run build",
51
- "test": "npm run build && node --test test/test.js test/cli-help.test.js test/helpers/e2e-helpers.test.js test/environments.test.js test/refresh-environments.test.js test/chunk-sharing-report.test.js test/product-manifest.test.js test/cache-savings-totals.test.js test/error-pattern-signature.test.js test/exit-codes.test.js test/probe-env-health.test.js test/e2e-chain-calls.test.js test/auth-config.test.js test/whoami.test.js test/login.test.js test/logout.test.js test/auth-resolve.test.js test/storage-signer.test.js test/spinner.test.js test/sss-allowance.test.js test/sss-allowance-cache.test.js && npm run test:vendor",
51
+ "test": "npm run build && node --test test/test.js test/cli-help.test.js test/helpers/e2e-helpers.test.js test/environments.test.js test/refresh-environments.test.js test/chunk-sharing-report.test.js test/product-manifest.test.js test/cache-savings-totals.test.js test/error-pattern-signature.test.js test/exit-codes.test.js test/probe-env-health.test.js test/e2e-chain-calls.test.js test/auth-config.test.js test/whoami.test.js test/login.test.js test/logout.test.js test/auth-resolve.test.js test/storage-signer.test.js test/spinner.test.js test/sss-allowance.test.js test/sss-allowance-cache.test.js test/dotns-transfer.test.js test/deploy-actors.test.js test/transfer-command.test.js test/dotns-register-fee.test.js && npm run test:vendor",
52
52
  "test:e2e": "npm run build && node --test test/e2e.test.js",
53
53
  "test:e2e:smoke": "bash scripts/e2e-pass.sh smoke",
54
54
  "test:e2e:pr": "bash scripts/e2e-pass.sh pr",