Skip to content

Commit

Permalink
deps: update blockstore/datastore deps (#10)
Browse files Browse the repository at this point in the history
Updates all deps to the latest versions
  • Loading branch information
achingbrain committed Mar 15, 2023
1 parent 7f128fd commit 3189737
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 40 deletions.
5 changes: 0 additions & 5 deletions packages/interop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

- [Install](#install)
- [Browser `<script>` tag](#browser-script-tag)
- [API Docs](#api-docs)
- [License](#license)
- [Contribute](#contribute)

Expand All @@ -35,10 +34,6 @@ Loading this module through a script tag will make it's exports available as `He
<script src="https://unpkg.com/@helia/ipns-interop/dist/index.min.js"></script>
```

## API Docs

- <https://ipfs.github.io/helia-ipns/modules/_helia_ipns_interop.html>

## License

Licensed under either of
Expand Down
29 changes: 4 additions & 25 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,6 @@
},
"type": "module",
"types": "./dist/src/index.d.ts",
"typesVersions": {
"*": {
"*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
],
"src/*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
]
}
},
"files": [
"src",
"dist",
Expand All @@ -46,10 +30,6 @@
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
},
"./routing": {
"types": "./dist/src/routing/index.d.ts",
"import": "./dist/src/routing/index.js"
}
},
"eslintConfig": {
Expand All @@ -63,7 +43,6 @@
"lint": "aegir lint",
"dep-check": "aegir dep-check",
"build": "aegir build",
"docs": "aegir docs",
"test": "aegir test",
"test:chrome": "aegir test -t browser --cov",
"test:chrome-webworker": "aegir test -t webworker",
Expand All @@ -79,14 +58,14 @@
"@helia/interface": "next",
"@helia/ipns": "^1.0.0",
"@libp2p/interface-peer-id": "^2.0.1",
"@libp2p/kad-dht": "^7.0.0",
"@libp2p/kad-dht": "^8.0.0",
"@libp2p/peer-id": "^2.0.1",
"@libp2p/peer-id-factory": "^2.0.1",
"@libp2p/tcp": "^6.1.2",
"@libp2p/websockets": "^5.0.3",
"aegir": "^38.1.0",
"blockstore-core": "^3.0.0",
"datastore-core": "^8.0.4",
"blockstore-core": "^4.0.1",
"datastore-core": "^9.0.3",
"go-ipfs": "^0.18.1",
"helia": "next",
"ipfsd-ctl": "^13.0.0",
Expand All @@ -95,7 +74,7 @@
"it-last": "^2.0.0",
"it-map": "^2.0.0",
"kubo-rpc-client": "^3.0.0",
"libp2p": "^0.42.2",
"libp2p": "next",
"merge-options": "^3.0.4",
"multiformats": "^11.0.1",
"uint8arrays": "^4.0.3",
Expand Down
3 changes: 0 additions & 3 deletions packages/interop/test/fixtures/create-helia.browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ export async function createHeliaNode (): Promise<Helia> {
datastore,
nat: {
enabled: false
},
relay: {
enabled: false
}
})

Expand Down
3 changes: 0 additions & 3 deletions packages/interop/test/fixtures/create-helia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ export async function createHeliaNode (config: Libp2pOptions = {}): Promise<Heli
nat: {
enabled: false
},
relay: {
enabled: false
},
...config
})

Expand Down
7 changes: 3 additions & 4 deletions packages/ipns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,15 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "next",
"@libp2p/interface-dht": "^2.0.1",
"@libp2p/interface-peer-id": "^2.0.1",
"@libp2p/interface-pubsub": "^3.0.6",
"@libp2p/interfaces": "^3.3.1",
"@libp2p/logger": "^2.0.5",
"@libp2p/logger": "^2.0.6",
"@libp2p/peer-id": "^2.0.1",
"@libp2p/record": "^3.0.0",
"hashlru": "^2.3.0",
"interface-datastore": "^7.0.4",
"interface-datastore": "^8.0.0",
"ipns": "^5.0.1",
"is-ipfs": "^8.0.1",
"multiformats": "^11.0.1",
Expand All @@ -179,7 +178,7 @@
"devDependencies": {
"@libp2p/peer-id-factory": "^2.0.1",
"aegir": "^38.1.0",
"datastore-core": "^8.0.4",
"datastore-core": "^9.0.3",
"sinon": "^15.0.1"
},
"browser": {
Expand Down

0 comments on commit 3189737

Please sign in to comment.