@helia/unixfs 2.0.1-ce74026 → 2.0.1-db7d091

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  `@helia/unixfs` is an implementation of a filesystem compatible with Helia.
19
19
 
20
- See the interface for all available operations.
20
+ See the [API docs](https://ipfs.github.io/helia/modules/_helia_unixfs.html) for all available operations.
21
21
 
22
22
  ## Example - Creating files and directories
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/unixfs",
3
- "version": "2.0.1-ce74026",
3
+ "version": "2.0.1-db7d091",
4
4
  "description": "A Helia-compatible wrapper for UnixFS",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/main/packages/unixfs#readme",
@@ -159,7 +159,7 @@
159
159
  "release": "aegir release"
160
160
  },
161
161
  "dependencies": {
162
- "@helia/interface": "3.0.1-ce74026",
162
+ "@helia/interface": "3.0.1-db7d091",
163
163
  "@ipld/dag-pb": "^4.0.6",
164
164
  "@libp2p/interface": "^1.1.1",
165
165
  "@libp2p/logger": "^4.0.4",
@@ -167,9 +167,9 @@
167
167
  "hamt-sharding": "^3.0.2",
168
168
  "ipfs-unixfs": "^11.0.0",
169
169
  "ipfs-unixfs-exporter": "^13.1.0",
170
- "ipfs-unixfs-importer": "^15.1.0",
170
+ "ipfs-unixfs-importer": "^15.2.3",
171
171
  "it-glob": "^2.0.4",
172
- "it-last": "^3.0.1",
172
+ "it-last": "^3.0.4",
173
173
  "it-pipe": "^3.0.1",
174
174
  "merge-options": "^3.0.4",
175
175
  "multiformats": "^13.0.0",