ipfs-repo-migrations
Advanced tools
Comparing version 14.0.1 to 15.0.0
{ | ||
"name": "ipfs-repo-migrations", | ||
"version": "14.0.1", | ||
"version": "15.0.0", | ||
"description": "Migration framework for versioning of JS IPFS Repo", | ||
@@ -172,3 +172,3 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@ipld/dag-pb": "^3.0.0", | ||
"@ipld/dag-pb": "^4.0.0", | ||
"@multiformats/multiaddr": "^11.0.0", | ||
@@ -179,6 +179,6 @@ "cborg": "^1.3.4", | ||
"fnv1a": "^1.0.1", | ||
"interface-blockstore": "^3.0.0", | ||
"interface-blockstore": "^4.0.0", | ||
"interface-datastore": "^7.0.0", | ||
"it-length": "^2.0.0", | ||
"multiformats": "^10.0.1", | ||
"multiformats": "^11.0.0", | ||
"protobufjs": "^7.0.0", | ||
@@ -192,6 +192,6 @@ "uint8arrays": "^4.0.2", | ||
"@types/varint": "^6.0.0", | ||
"aegir": "^37.5.0", | ||
"aegir": "^37.9.1", | ||
"aws-sdk": "^2.884.0", | ||
"blockstore-core": "^2.0.0", | ||
"blockstore-datastore-adapter": "^4.0.0", | ||
"blockstore-core": "^3.0.0", | ||
"blockstore-datastore-adapter": "^5.0.0", | ||
"datastore-fs": "^8.0.0", | ||
@@ -205,3 +205,3 @@ "datastore-level": "^9.0.0", | ||
"protobufjs-cli": "^1.0.0", | ||
"sinon": "^14.0.0" | ||
"sinon": "^15.0.1" | ||
}, | ||
@@ -208,0 +208,0 @@ "browser": { |
@@ -40,3 +40,3 @@ | ||
const hdrLength = varint.decode(rootData) | ||
const vBytes = varint.decode.bytes | ||
const vBytes = varint.decode.bytes ?? 0 | ||
@@ -43,0 +43,0 @@ if (vBytes <= 0) { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
319330
4862
+ Added@ipld/dag-pb@4.1.3(transitive)
+ Addedinterface-blockstore@4.0.1(transitive)
- Removed@ipld/dag-pb@3.0.2(transitive)
- Removedinterface-blockstore@3.0.2(transitive)
- Removedmultiformats@10.0.3(transitive)
Updated@ipld/dag-pb@^4.0.0
Updatedinterface-blockstore@^4.0.0
Updatedmultiformats@^11.0.0