Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

fix: migrate js-ipfs examples to this repository #24

Merged
merged 22 commits into from
Aug 23, 2021
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5e871d2
fix: remove main field
oliveriosousa Aug 11, 2021
9a1ed0f
fix: convert imports/exports from esm to commonjs
oliveriosousa Aug 11, 2021
fbe8775
fix: force use of yarn
oliveriosousa Aug 12, 2021
57451c9
fix: change typescript target to support big integer literals
oliveriosousa Aug 12, 2021
4451f53
fix: improve and fix tests solutions
oliveriosousa Aug 16, 2021
d623d44
chore: update example dependencies
oliveriosousa Aug 16, 2021
6a03d6a
feat: add github action to run tests
oliveriosousa Aug 17, 2021
2639065
chore: update libp2p-noise
oliveriosousa Aug 17, 2021
9806128
fix: failing tests
oliveriosousa Aug 17, 2021
25ec4af
chore: update example dependencies
oliveriosousa Aug 17, 2021
4a6b460
fix: CI use yarn instead of npm
oliveriosousa Aug 17, 2021
0c66cdb
fix: relax exchange file example
oliveriosousa Aug 17, 2021
0052e51
fix: change CI to install browsers for tests
oliveriosousa Aug 17, 2021
9df0d83
feat: add script to update dependencies
oliveriosousa Aug 18, 2021
c7e64b5
fix: use playwright electron to test example
oliveriosousa Aug 18, 2021
c69c92a
drop: test with waitForOutput
oliveriosousa Aug 22, 2021
28b5037
chore: run only eletron
hugomrdias Aug 23, 2021
ce9ddd2
chore: try xvfb-maybe
hugomrdias Aug 23, 2021
c0ee742
chore: run all examples
hugomrdias Aug 23, 2021
6fc53ce
chore: update dependencies
oliveriosousa Aug 23, 2021
09e0bfc
fix: downgrade yarn engine version
oliveriosousa Aug 23, 2021
dd4dc6a
Merge branch 'master' into fix/package-json-and-import
oliveriosousa Aug 23, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"engines": {
"npm": "please-use-yarn",
"yarn": ">= 1.22.11"
"yarn": ">= 1.22.0"
}
}