@obolnetwork/obol-sdk 2.11.12 → 2.11.13
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 +2 -1
- package/dist/browser/src/index.js.map +1 -1
- package/dist/cjs/src/index.js +3 -1
- package/dist/cjs/src/index.js.map +1 -1
- package/dist/esm/src/index.js +2 -1
- package/dist/esm/src/index.js.map +1 -1
- package/dist/types/src/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -92,7 +92,7 @@ import { v4 as uuidv4 } from "uuid";
|
|
|
92
92
|
// package.json
|
|
93
93
|
var package_default = {
|
|
94
94
|
name: "@obolnetwork/obol-sdk",
|
|
95
|
-
version: "2.11.
|
|
95
|
+
version: "2.11.13",
|
|
96
96
|
description: "A package for creating Distributed Validators using the Obol API.",
|
|
97
97
|
bugs: {
|
|
98
98
|
url: "https://github.com/obolnetwork/obol-sdk/issues"
|
|
@@ -21250,6 +21250,7 @@ export {
|
|
|
21250
21250
|
Domain,
|
|
21251
21251
|
EIP712_DOMAIN_NAME,
|
|
21252
21252
|
EIP712_DOMAIN_VERSION,
|
|
21253
|
+
ENR,
|
|
21253
21254
|
ENRTypedMessage,
|
|
21254
21255
|
EOA,
|
|
21255
21256
|
ETHER_TO_GWEI,
|