@ensnode/ensnode-sdk 0.0.0-next-20260319162148 → 0.0.0-next-20260319163006
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1162,7 +1162,7 @@ var import_v412 = require("zod/v4");
|
|
|
1162
1162
|
|
|
1163
1163
|
// src/shared/block-ref.ts
|
|
1164
1164
|
function isBefore(blockA, blockB) {
|
|
1165
|
-
return blockA.number < blockB.number
|
|
1165
|
+
return blockA.number < blockB.number;
|
|
1166
1166
|
}
|
|
1167
1167
|
function isEqualTo(blockA, blockB) {
|
|
1168
1168
|
return blockA.number === blockB.number && blockA.timestamp === blockB.timestamp;
|