Skip to content

Commit

Permalink
Upgrade aegir and add package lock file (#5)
Browse files Browse the repository at this point in the history
* chore: upgrade aegir (libp2p#1566)

Updates aegir, fixes all linting and dep issues.

Co-authored-by: achingbrain <alex@achingbrain.net>

* Fix linting errors

* Add package-lock.json

* fix: use @libp2p/keychain module instead of bundling source code (libp2p#1569)

The @libp2p/keychain module has the keychain code split out from this module so use that instead of bundling the code here.

It's also dropped it's dependency on `node-forge` so it's now only in `@libp2p/crypto`.

* Fix dependencies

* Avoid upgrading go-libp2p for interop tests

---------

Co-authored-by: Chad Nehemiah <chad.nehemiah94@gmail.com>
Co-authored-by: achingbrain <alex@achingbrain.net>
  • Loading branch information
3 people authored Mar 24, 2023
1 parent f2111a1 commit e449990
Show file tree
Hide file tree
Showing 78 changed files with 45,861 additions and 2,012 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ node_modules
dist
.docs
.coverage
package-lock.json
yarn.lock
3 changes: 2 additions & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
},
"license": "MIT",
"dependencies": {
"@libp2p/pubsub-peer-discovery": "^8.0.0",
"@libp2p/floodsub": "^6.0.0",
"@libp2p/pubsub-peer-discovery": "^8.0.0",
"@nodeutils/defaults-deep": "^1.1.0",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"it-to-buffer": "^3.0.1",
"libp2p": "../",
"p-defer": "^4.0.0",
"uint8arrays": "^4.0.0",
Expand Down
Loading

0 comments on commit e449990

Please sign in to comment.