@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.
- package/dist/browser/src/index.js +4 -3
- package/dist/browser/src/index.js.map +1 -1
- package/dist/cjs/src/index.js +4 -3
- package/dist/cjs/src/index.js.map +1 -1
- package/dist/cjs/src/verification/clusterLockValidationWorker.js +4 -3
- package/dist/cjs/src/verification/clusterLockValidationWorker.js.map +1 -1
- package/dist/esm/src/{chunk-L2GZF5CQ.js → chunk-GLSVKGK3.js} +5 -4
- package/dist/esm/src/chunk-GLSVKGK3.js.map +1 -0
- package/dist/esm/src/index.js +1 -1
- package/dist/esm/src/verification/clusterLockValidationWorker.js +1 -1
- package/package.json +4 -3
- package/dist/esm/src/chunk-L2GZF5CQ.js.map +0 -1
|
@@ -40,7 +40,7 @@ var FORK_NAMES = {
|
|
|
40
40
|
// package.json
|
|
41
41
|
var package_default = {
|
|
42
42
|
name: "@obolnetwork/obol-sdk",
|
|
43
|
-
version: "2.12.
|
|
43
|
+
version: "2.12.6",
|
|
44
44
|
description: "A package for creating Distributed Validators using the Obol API.",
|
|
45
45
|
bugs: {
|
|
46
46
|
url: "https://github.com/obolnetwork/obol-sdk/issues"
|
|
@@ -101,7 +101,8 @@ var package_default = {
|
|
|
101
101
|
"@typescript-eslint/* stays at ^6.x \u2014 eslint-config-standard-with-typescript@43 requires plugin ^6; v8 causes peer conflict.",
|
|
102
102
|
"uuid stays at ^9.x \u2014 v11+ sets type:module (ESM-only).",
|
|
103
103
|
"viem override pins a single resolved version to prevent duplicates across @safe-global/protocol-kit.",
|
|
104
|
-
"@noble/curves replaces @chainsafe/bls \u2014 pure-JS CJS+ESM, no native addon, same ETH2 BLS12-381 spec. See CHAINSAFE_MIGRATION_PLAN.md."
|
|
104
|
+
"@noble/curves replaces @chainsafe/bls \u2014 pure-JS CJS+ESM, no native addon, same ETH2 BLS12-381 spec. See CHAINSAFE_MIGRATION_PLAN.md.",
|
|
105
|
+
"@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'."
|
|
105
106
|
],
|
|
106
107
|
resolutions: {},
|
|
107
108
|
overrides: {
|
|
@@ -109,7 +110,6 @@ var package_default = {
|
|
|
109
110
|
},
|
|
110
111
|
dependencies: {
|
|
111
112
|
"@chainsafe/enr": "6.0.1",
|
|
112
|
-
"@noble/curves": "2.2.0",
|
|
113
113
|
"@chainsafe/ssz": "0.14.3",
|
|
114
114
|
"@metamask/eth-sig-util": "8.2.0",
|
|
115
115
|
"@safe-global/protocol-kit": "7.1.0",
|
|
@@ -124,6 +124,7 @@ var package_default = {
|
|
|
124
124
|
uuid: "9.0.1"
|
|
125
125
|
},
|
|
126
126
|
devDependencies: {
|
|
127
|
+
"@noble/curves": "2.2.0",
|
|
127
128
|
"@release-it/conventional-changelog": "11.0.0",
|
|
128
129
|
"@types/elliptic": "6.4.18",
|
|
129
130
|
"@types/jest": "29.5.14",
|
|
@@ -10241,4 +10242,4 @@ export {
|
|
|
10241
10242
|
@scure/base/index.js:
|
|
10242
10243
|
(*! scure-base - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
10243
10244
|
*/
|
|
10244
|
-
//# sourceMappingURL=chunk-
|
|
10245
|
+
//# sourceMappingURL=chunk-GLSVKGK3.js.map
|