@helia/car 3.1.5-e6bca0b → 3.1.5-f16c9ea
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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -94,7 +94,7 @@ $ npm i @helia/car
|
|
|
94
94
|
|
|
95
95
|
## Browser `<script>` tag
|
|
96
96
|
|
|
97
|
-
Loading this module through a script tag will make
|
|
97
|
+
Loading this module through a script tag will make its exports available as `HeliaCar` in the global namespace.
|
|
98
98
|
|
|
99
99
|
```html
|
|
100
100
|
<script src="https://unpkg.com/@helia/car/dist/index.min.js"></script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/car",
|
|
3
|
-
"version": "3.1.5-
|
|
3
|
+
"version": "3.1.5-f16c9ea",
|
|
4
4
|
"description": "Import/export car files from Helia",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"release": "aegir release"
|
|
140
140
|
},
|
|
141
141
|
"dependencies": {
|
|
142
|
-
"@helia/interface": "4.3.0-
|
|
142
|
+
"@helia/interface": "4.3.0-f16c9ea",
|
|
143
143
|
"@ipld/car": "^5.3.0",
|
|
144
144
|
"@libp2p/interfaces": "^3.3.2",
|
|
145
145
|
"interface-blockstore": "^5.2.10",
|
|
@@ -151,9 +151,9 @@
|
|
|
151
151
|
"progress-events": "^1.0.0"
|
|
152
152
|
},
|
|
153
153
|
"devDependencies": {
|
|
154
|
-
"@helia/unixfs": "3.0.6-
|
|
154
|
+
"@helia/unixfs": "3.0.6-f16c9ea",
|
|
155
155
|
"@ipld/dag-pb": "^4.1.0",
|
|
156
|
-
"aegir": "^
|
|
156
|
+
"aegir": "^43.0.1",
|
|
157
157
|
"blockstore-core": "^4.4.0",
|
|
158
158
|
"ipfs-unixfs-importer": "^15.2.4",
|
|
159
159
|
"it-to-buffer": "^4.0.5"
|