@helia/unixfs 3.0.6-3577d3d → 3.0.6-5fab3a3

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 +3 -3
package/README.md CHANGED
@@ -79,7 +79,7 @@ $ npm i @helia/unixfs
79
79
 
80
80
  ## Browser `<script>` tag
81
81
 
82
- Loading this module through a script tag will make it's exports available as `HeliaUnixfs` in the global namespace.
82
+ Loading this module through a script tag will make its exports available as `HeliaUnixfs` in the global namespace.
83
83
 
84
84
  ```html
85
85
  <script src="https://unpkg.com/@helia/unixfs/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/unixfs",
3
- "version": "3.0.6-3577d3d",
3
+ "version": "3.0.6-5fab3a3",
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": "4.3.0-3577d3d",
162
+ "@helia/interface": "4.3.0-5fab3a3",
163
163
  "@ipld/dag-pb": "^4.1.0",
164
164
  "@libp2p/interface": "^1.1.4",
165
165
  "@libp2p/logger": "^4.0.7",
@@ -180,7 +180,7 @@
180
180
  "uint8arrays": "^5.0.2"
181
181
  },
182
182
  "devDependencies": {
183
- "aegir": "^42.2.5",
183
+ "aegir": "^43.0.1",
184
184
  "blockstore-core": "^4.4.0",
185
185
  "delay": "^6.0.0",
186
186
  "iso-url": "^1.2.1",