-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: convert to TypeScript and update Kubo (#221)
- Convert all files to TypeScript - Remove legacy `ipfs-core-types` and `ipfs-utils` dependencies - Copies code from `ipfs-core-types` and `ipfs-utils` used by this module here since those modules will not see any updates - Update all deps to the latest versions - Removes old object api methods that Kubo has removed and their tests - Adds new `.routing` API and converts old DHT tests to routing tests - Bundle size reduction 57.34KB -> 41.3KB BREAKING CHANGE: parts of the Kubo object and dht APIs have been removed, this project is now TypeScript Closes #128
- Loading branch information
1 parent
0eed526
commit 9a623bd
Showing
462 changed files
with
22,696 additions
and
39,672 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Semantic PR | ||
|
||
on: | ||
pull_request_target: | ||
types: | ||
- opened | ||
- edited | ||
- synchronize | ||
|
||
jobs: | ||
main: | ||
uses: pl-strflt/.github/.github/workflows/reusable-semantic-pull-request.yml@v0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
.envrc | ||
.tool-versions | ||
package-lock.json | ||
node_modules | ||
.vscode | ||
build | ||
dist | ||
out | ||
.docs | ||
docs | ||
.coverage | ||
.DS_Store | ||
node_modules | ||
package-lock.json | ||
yarn.lock | ||
.vscode |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.