@obolnetwork/obol-sdk 2.12.5 → 2.12.6

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.
@@ -57,7 +57,7 @@ import {
57
57
  verifyBuilderRegistration,
58
58
  verifyDepositData,
59
59
  verifyNodeSignatures
60
- } from "./chunk-L2GZF5CQ.js";
60
+ } from "./chunk-GLSVKGK3.js";
61
61
  import {
62
62
  ClusterLockValidationBusyError,
63
63
  ClusterLockValidationTimeoutError,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  isValidClusterLock
3
- } from "../chunk-L2GZF5CQ.js";
3
+ } from "../chunk-GLSVKGK3.js";
4
4
  import {
5
5
  ClusterLockValidationTimeoutError
6
6
  } from "../chunk-BJWBUH75.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obolnetwork/obol-sdk",
3
- "version": "2.12.5",
3
+ "version": "2.12.6",
4
4
  "description": "A package for creating Distributed Validators using the Obol API.",
5
5
  "bugs": {
6
6
  "url": "https://github.com/obolnetwork/obol-sdk/issues"
@@ -61,7 +61,8 @@
61
61
  "@typescript-eslint/* stays at ^6.x — eslint-config-standard-with-typescript@43 requires plugin ^6; v8 causes peer conflict.",
62
62
  "uuid stays at ^9.x — v11+ sets type:module (ESM-only).",
63
63
  "viem override pins a single resolved version to prevent duplicates across @safe-global/protocol-kit.",
64
- "@noble/curves replaces @chainsafe/bls — pure-JS CJS+ESM, no native addon, same ETH2 BLS12-381 spec. See CHAINSAFE_MIGRATION_PLAN.md."
64
+ "@noble/curves replaces @chainsafe/bls — pure-JS CJS+ESM, no native addon, same ETH2 BLS12-381 spec. See CHAINSAFE_MIGRATION_PLAN.md.",
65
+ "@noble/curves is in devDependencies (not dependencies) because tsup bundles it inline via noExternal. Keeping it in dependencies caused consumers to install @noble/hashes@2.2.0 (major-version 2) which shadowed @noble/hashes@1.x used by ethereum-cryptography, @coinbase/wallet-sdk, etc., breaking their @noble/curves initialisation with 'anumber is not a function'."
65
66
  ],
66
67
  "resolutions": {},
67
68
  "overrides": {
@@ -69,7 +70,6 @@
69
70
  },
70
71
  "dependencies": {
71
72
  "@chainsafe/enr": "6.0.1",
72
- "@noble/curves": "2.2.0",
73
73
  "@chainsafe/ssz": "0.14.3",
74
74
  "@metamask/eth-sig-util": "8.2.0",
75
75
  "@safe-global/protocol-kit": "7.1.0",
@@ -84,6 +84,7 @@
84
84
  "uuid": "9.0.1"
85
85
  },
86
86
  "devDependencies": {
87
+ "@noble/curves": "2.2.0",
87
88
  "@release-it/conventional-changelog": "11.0.0",
88
89
  "@types/elliptic": "6.4.18",
89
90
  "@types/jest": "29.5.14",