@helia/unixfs 5.0.2 → 5.0.3-28a70912

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 (38) hide show
  1. package/README.md +1 -1
  2. package/dist/index.min.js +1 -1
  3. package/dist/index.min.js.map +4 -4
  4. package/dist/src/commands/cat.js +1 -1
  5. package/dist/src/commands/cat.js.map +1 -1
  6. package/dist/src/commands/chmod.js +1 -1
  7. package/dist/src/commands/chmod.js.map +1 -1
  8. package/dist/src/commands/cp.js +1 -1
  9. package/dist/src/commands/cp.js.map +1 -1
  10. package/dist/src/commands/ls.js +1 -1
  11. package/dist/src/commands/ls.js.map +1 -1
  12. package/dist/src/commands/mkdir.js +1 -1
  13. package/dist/src/commands/mkdir.js.map +1 -1
  14. package/dist/src/commands/rm.js +1 -1
  15. package/dist/src/commands/rm.js.map +1 -1
  16. package/dist/src/commands/stat.js +1 -1
  17. package/dist/src/commands/stat.js.map +1 -1
  18. package/dist/src/commands/touch.js +1 -1
  19. package/dist/src/commands/touch.js.map +1 -1
  20. package/dist/src/commands/utils/add-link.d.ts +1 -1
  21. package/dist/src/commands/utils/add-link.d.ts.map +1 -1
  22. package/dist/src/commands/utils/dir-sharded.js +1 -1
  23. package/dist/src/commands/utils/dir-sharded.js.map +1 -1
  24. package/dist/src/commands/utils/hamt-utils.d.ts +1 -1
  25. package/dist/src/commands/utils/hamt-utils.d.ts.map +1 -1
  26. package/dist/src/commands/utils/persist.d.ts.map +1 -1
  27. package/package.json +3 -4
  28. package/src/commands/cat.ts +1 -1
  29. package/src/commands/chmod.ts +1 -1
  30. package/src/commands/cp.ts +1 -1
  31. package/src/commands/ls.ts +1 -1
  32. package/src/commands/mkdir.ts +1 -1
  33. package/src/commands/rm.ts +1 -1
  34. package/src/commands/stat.ts +1 -1
  35. package/src/commands/touch.ts +1 -1
  36. package/src/commands/utils/add-link.ts +1 -1
  37. package/src/commands/utils/dir-sharded.ts +1 -1
  38. package/dist/typedoc-urls.json +0 -76
package/README.md CHANGED
@@ -30,7 +30,7 @@ repo and examine the changes made.
30
30
 
31
31
  -->
32
32
 
33
- `@helia/unixfs` is an implementation of a filesystem compatible with Helia.
33
+ `@helia/unixfs` is an implementation of a UnixFS filesystem compatible with Helia.
34
34
 
35
35
  See the [API docs](https://ipfs.github.io/helia/modules/_helia_unixfs.html) for all available operations.
36
36