Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
deps!: update stream types (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Apr 18, 2023
1 parent ef5cba7 commit 7b95773
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 38 deletions.
41 changes: 5 additions & 36 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,40 +1,9 @@
docs
**/node_modules/
**/*.log
test/repo-tests*

# Logs
logs
*.log

coverage

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

build

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

build
dist

docs

.docs
.coverage
node_modules
package-lock.json
yarn.lock
.vscode
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@
},
"dependencies": {
"@libp2p/interface-peer-id": "^2.0.0",
"@libp2p/interface-pubsub": "^3.0.0",
"@libp2p/interface-pubsub": "^4.0.0",
"@libp2p/logger": "^2.0.0",
"@libp2p/pubsub": "^6.0.0",
"protons-runtime": "^5.0.0",
"uint8arraylist": "^2.1.1",
"uint8arrays": "^4.0.3"
},
"devDependencies": {
"@libp2p/interface-mocks": "^9.0.0",
"@libp2p/interface-mocks": "^10.0.0",
"@libp2p/interface-pubsub-compliance-tests": "^5.0.0",
"@libp2p/peer-collections": "^3.0.0",
"@libp2p/peer-id-factory": "^2.0.0",
Expand Down

0 comments on commit 7b95773

Please sign in to comment.