@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
package/dist/esm/src/index.js
CHANGED
|
@@ -89,7 +89,7 @@ import { v4 as uuidv4 } from "uuid";
|
|
|
89
89
|
// package.json
|
|
90
90
|
var package_default = {
|
|
91
91
|
name: "@obolnetwork/obol-sdk",
|
|
92
|
-
version: "2.11.
|
|
92
|
+
version: "2.11.13",
|
|
93
93
|
description: "A package for creating Distributed Validators using the Obol API.",
|
|
94
94
|
bugs: {
|
|
95
95
|
url: "https://github.com/obolnetwork/obol-sdk/issues"
|
|
@@ -19941,6 +19941,7 @@ export {
|
|
|
19941
19941
|
Domain,
|
|
19942
19942
|
EIP712_DOMAIN_NAME,
|
|
19943
19943
|
EIP712_DOMAIN_VERSION,
|
|
19944
|
+
ENR,
|
|
19944
19945
|
ENRTypedMessage,
|
|
19945
19946
|
EOA,
|
|
19946
19947
|
ETHER_TO_GWEI,
|