Skip to content

Commit 9cf97ff

Browse files
committed
fix: update versions
1 parent deac4d2 commit 9cf97ff

File tree

6 files changed

+5
-20
lines changed

6 files changed

+5
-20
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ updates:
33
- package-ecosystem: npm
44
directories:
55
- "/"
6-
- "/benchmarks/*"
7-
- "/docs/*"
8-
- "/examples/*"
9-
- "/interop/*"
10-
- "/packages/*"
116
schedule:
127
interval: daily
138
time: "10:00"
@@ -16,13 +11,11 @@ updates:
1611
prefix: "deps"
1712
prefix-development: "chore"
1813
groups:
19-
helia-deps: # group all deps that should be updated when Helia deps need updated
14+
interplanetary-deps: # group all deps that should be updated when Helia deps need updated
2015
patterns:
2116
- "*helia*"
2217
- "*libp2p*"
2318
- "*multiformats*"
24-
store-deps: # group all blockstore and datastore updates (interface & impl)
25-
patterns:
2619
- "*blockstore*"
2720
- "*datastore*"
2821
kubo-deps: # group kubo, kubo-rpc-client, and ipfsd-ctl updates

.github/workflows/automerge.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/libp2p-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ipshipyard/libp2p-devtools",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Browser DevTools plugin to inspect a libp2p node running on the current page",
55
"author": "[email protected]",
66
"license": "Apache-2.0 OR MIT",

packages/libp2p-inspector-metrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ipshipyard/libp2p-inspector-metrics",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Collect libp2p metrics and send them to browser DevTools",
55
"author": "[email protected]",
66
"license": "Apache-2.0 OR MIT",

packages/libp2p-inspector-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ipshipyard/libp2p-inspector-ui",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "The user interface for inspecting a libp2p node",
55
"author": "[email protected]",
66
"license": "Apache-2.0 OR MIT",

packages/libp2p-inspector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ipshipyard/libp2p-inspector",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Inspect a running libp2p node",
55
"author": "[email protected]",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)