Skip to content

Commit 7924973

Browse files
committed
Tighten type
1 parent 16e766c commit 7924973

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@orbitdb/core": "^3.0.2",
30-
"@orbitdb/ordered-keyvalue-db": "^1.3.4",
30+
"@orbitdb/ordered-keyvalue-db": "^1.3.5",
3131
"helia": "^5.4.2",
3232
"it-all": "^3.0.9"
3333
},
@@ -85,7 +85,8 @@
8585
"onlyBuiltDependencies": [
8686
"@ipshipyard/node-datachannel",
8787
"classic-level",
88-
"esbuild"
88+
"esbuild",
89+
"unrs-resolver"
8990
]
9091
}
9192
}

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ export const toObject = <T extends NestedValueMap>(
170170
export const positionToScale = (
171171
entries: {
172172
key: string;
173-
value: DagCborEncodable;
174-
hash: string;
175173
position: number;
176174
}[],
177175
key: string,

0 commit comments

Comments
 (0)