Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: event emitter and interfaces types for discovery and routing #934

Merged
merged 7 commits into from
Apr 30, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
chore: remove dist
  • Loading branch information
vasco-santos committed Apr 30, 2021
commit 0c8b2dc0640430abf3c3e9ba3c622b7f6896665a
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ build
node_modules

lib
dist
test/test-data/go-ipfs-repo/LOCK
test/test-data/go-ipfs-repo/LOG
test/test-data/go-ipfs-repo/LOG.old
Expand Down
49 changes: 0 additions & 49 deletions dist/index.min.js

This file was deleted.

72 changes: 0 additions & 72 deletions dist/src/address-manager/index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/address-manager/index.d.ts.map

This file was deleted.

109 changes: 0 additions & 109 deletions dist/src/circuit/auto-relay.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/circuit/auto-relay.d.ts.map

This file was deleted.

67 changes: 0 additions & 67 deletions dist/src/circuit/circuit/hop.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/circuit/circuit/hop.d.ts.map

This file was deleted.

14 changes: 0 additions & 14 deletions dist/src/circuit/circuit/stop.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/circuit/circuit/stop.d.ts.map

This file was deleted.

58 changes: 0 additions & 58 deletions dist/src/circuit/circuit/stream-handler.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/circuit/circuit/stream-handler.d.ts.map

This file was deleted.

10 changes: 0 additions & 10 deletions dist/src/circuit/circuit/utils.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/circuit/circuit/utils.d.ts.map

This file was deleted.

7 changes: 0 additions & 7 deletions dist/src/circuit/constants.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/circuit/constants.d.ts.map

This file was deleted.

Loading