@ensnode/ensnode-sdk 0.0.0-next-20260401023306 → 0.0.0-next-20260401114816
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/index.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -8
- package/dist/index.d.ts +0 -8
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -953,7 +953,6 @@ var makeFullyPinnedLabelSetSchema = (valueLabel = "Label set") => {
|
|
|
953
953
|
var makeNonEmptyStringSchema = (valueLabel = "Value") => import_v43.z.string().nonempty({ error: `${valueLabel} must be a non-empty string.` });
|
|
954
954
|
var makeEnsIndexerVersionInfoSchema = (valueLabel = "Value") => import_v43.z.object(
|
|
955
955
|
{
|
|
956
|
-
nodejs: makeNonEmptyStringSchema(),
|
|
957
956
|
ponder: makeNonEmptyStringSchema(),
|
|
958
957
|
ensDb: makeNonEmptyStringSchema(),
|
|
959
958
|
ensIndexer: makeNonEmptyStringSchema(),
|