Skip to content

Commit

Permalink
fix: compatible issues with typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenary committed Nov 30, 2023
1 parent 925dde7 commit 7ad43db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"husky": "^7.0.1",
"lerna": "^5.2.0",
"ts-node": "^10.1.0",
"typedoc": "^0.25.4",
"typescript": "^4.6.X",
"typedoc": "^0.24",
"typescript": "^4.6",
"xo": "^0.44.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/js/__tests__/jsonrpc.ava.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import process from 'process';

import test from 'ava';

import {JsonRpcProvider} from '..';
import {JsonRpcProvider} from '../dist/index.js';

test('check url', t => {
const provider = JsonRpcProvider.fromNetwork('mainnet');
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ad43db

Please sign in to comment.