Skip to content

Commit 856f6de

Browse files
committed
chore: update deps
1 parent 426cc8b commit 856f6de

File tree

5 files changed

+151
-71
lines changed

5 files changed

+151
-71
lines changed

packages/ipfs-unixfs-exporter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
"util": "^0.12.3"
5757
},
5858
"dependencies": {
59-
"@ipld/dag-cbor": "https://gitpkg.now.sh/ipld/js-dag-cbor/dist?rvagg/esm-ts-build-improvements",
60-
"@ipld/dag-pb": "https://gitpkg.now.sh/ipld/js-dag-pb/dist?rvagg/types",
59+
"@ipld/dag-cbor": "^5.0.0",
60+
"@ipld/dag-pb": "^1.1.0",
6161
"err-code": "^3.0.1",
6262
"hamt-sharding": "^2.0.0",
6363
"ipfs-unixfs": "^4.0.3",
6464
"it-last": "^1.0.5",
6565
"multicodec": "^3.0.1",
66-
"multiformats": "https://gitpkg.now.sh/multiformats/js-multiformats/dist?rvagg/moar-generic-blockcodec",
66+
"multiformats": "^7.0.0",
6767
"multihashing-async": "^2.1.0"
6868
},
6969
"types": "dist/src/index.d.ts",

packages/ipfs-unixfs-importer/dist/src/dir.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ declare class Dir {
3434
parentKey: string | undefined;
3535
unixfs: import("ipfs-unixfs").UnixFS | undefined;
3636
mode: number | undefined;
37-
mtime: any;
37+
mtime: import("ipfs-unixfs/dist/src/types").Mtime | undefined;
3838
/** @type {CID | undefined} */
3939
cid: CID | undefined;
4040
/** @type {number | undefined} */
@@ -79,7 +79,7 @@ type DirProps = {
7979
parentKey?: string | undefined;
8080
unixfs?: import("ipfs-unixfs").UnixFS | undefined;
8181
mode?: number | undefined;
82-
mtime?: any;
82+
mtime?: import("ipfs-unixfs/dist/src/types").Mtime | undefined;
8383
};
8484
type ImporterOptions = import('./types').ImporterOptions;
8585
//# sourceMappingURL=dir.d.ts.map

packages/ipfs-unixfs-importer/dist/src/dir.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ipfs-unixfs-importer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"util": "^0.12.3"
4747
},
4848
"dependencies": {
49-
"@ipld/dag-pb": "https://gitpkg.now.sh/ipld/js-dag-pb/dist?rvagg/types",
49+
"@ipld/dag-pb": "^1.1.0",
5050
"bl": "^5.0.0",
5151
"err-code": "^3.0.1",
5252
"hamt-sharding": "^2.0.0",
@@ -57,7 +57,7 @@
5757
"it-parallel-batch": "^1.0.9",
5858
"merge-options": "^3.0.4",
5959
"multicodec": "^3.0.1",
60-
"multiformats": "https://gitpkg.now.sh/multiformats/js-multiformats/dist?rvagg/moar-generic-blockcodec",
60+
"multiformats": "^7.0.0",
6161
"multihashing-async": "^2.1.0",
6262
"rabin-wasm": "^0.1.4",
6363
"uint8arrays": "^2.1.2"

0 commit comments

Comments
 (0)