Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 7b553ba

Browse files
fix: failing builds and failing tests (#23)
This PR: * fix: remove main field * fix: convert imports/exports from esm to commonjs * fix: force use of yarn * fix: change typescript target to support big integer literals * fix: improve and fix tests solutions * chore: update example dependencies * feat: add github action to run tests * chore: update libp2p-noise * fix: failing tests * chore: update example dependencies * fix: CI use yarn instead of npm * fix: relax exchange file example * fix: change CI to install browsers for tests * feat: add script to update dependencies * fix: use playwright electron to test example * drop: test with waitForOutput * chore: run only eletron * chore: try xvfb-maybe * chore: run all examples * chore: update dependencies Co-authored-by: Hugo Dias <[email protected]>
1 parent 0ece355 commit 7b553ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test:example": "node tests/test.js"
1414
},
1515
"dependencies": {
16-
"ipfs": "^0.57.0"
16+
"ipfs": "^0.58.1"
1717
},
1818
"devDependencies": {
1919
"nanoid": "^3.1.23",

0 commit comments

Comments
 (0)