@helia/car 3.1.2 → 3.1.3

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 (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/car",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
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.1.0",
142
+ "@helia/interface": "^4.2.0",
143
143
  "@ipld/car": "^5.3.0",
144
144
  "@libp2p/interfaces": "^3.3.2",
145
145
  "interface-blockstore": "^5.2.10",
@@ -151,11 +151,12 @@
151
151
  "progress-events": "^1.0.0"
152
152
  },
153
153
  "devDependencies": {
154
- "@helia/unixfs": "^3.0.3",
154
+ "@helia/unixfs": "^3.0.4",
155
155
  "@ipld/dag-pb": "^4.1.0",
156
156
  "aegir": "^42.2.5",
157
157
  "blockstore-core": "^4.4.0",
158
158
  "ipfs-unixfs-importer": "^15.2.4",
159
159
  "it-to-buffer": "^4.0.5"
160
- }
160
+ },
161
+ "sideEffects": false
161
162
  }