Skip to content

Commit

Permalink
Merge pull request #7 from btc-vision/develop
Browse files Browse the repository at this point in the history
fixed import
  • Loading branch information
BlobMaster41 authored May 2, 2024
2 parents fa2d84c + 913166e commit 732a490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@btc-vision/bsi-binary",
"version": "1.0.5",
"version": "1.0.6",
"description": "",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/abi/ABICoder.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createHash } from 'node:crypto';
import { createHash } from 'crypto';
import { BinaryReader } from '../buffer/BinaryReader.js';
import { BufferHelper } from '../utils/BufferHelper.js';

Expand Down

0 comments on commit 732a490

Please sign in to comment.