ipfs-repo-migrations
Advanced tools
Comparing version 12.0.0 to 12.0.1
@@ -31,3 +31,2 @@ 'use strict'; | ||
if (prefix !== 'peers') { | ||
console.info('unknown prefix', prefix); | ||
continue; | ||
@@ -41,7 +40,5 @@ } | ||
].includes(type)) { | ||
console.info('unknown type', type); | ||
continue; | ||
} | ||
if (!peerId) { | ||
console.info('no peerid'); | ||
continue; | ||
@@ -48,0 +45,0 @@ } |
@@ -22,3 +22,2 @@ import $protobuf from 'protobufjs/minimal.js'; | ||
if (prefix !== 'peers') { | ||
console.info('unknown prefix', prefix); | ||
continue; | ||
@@ -32,7 +31,5 @@ } | ||
].includes(type)) { | ||
console.info('unknown type', type); | ||
continue; | ||
} | ||
if (!peerId) { | ||
console.info('no peerid'); | ||
continue; | ||
@@ -39,0 +36,0 @@ } |
{ | ||
"name": "ipfs-repo-migrations", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"description": "Migration framework for versioning of JS IPFS Repo", | ||
@@ -65,3 +65,3 @@ "keywords": [ | ||
"cborg": "^1.3.1", | ||
"datastore-core": "^6.0.7", | ||
"datastore-core": "^7.0.0", | ||
"debug": "^4.1.0", | ||
@@ -88,5 +88,5 @@ "fnv1a": "^1.0.1", | ||
"blockstore-datastore-adapter": "^2.0.1", | ||
"datastore-fs": "^6.0.1", | ||
"datastore-level": "^7.0.1", | ||
"datastore-s3": "^8.0.0", | ||
"datastore-fs": "^7.0.0", | ||
"datastore-level": "^8.0.0", | ||
"datastore-s3": "^9.0.0", | ||
"events": "^3.2.0", | ||
@@ -101,3 +101,3 @@ "just-safe-set": "^2.1.0", | ||
}, | ||
"gitHead": "d75379eaff9ba938f71b12a9e8008236dc34c276", | ||
"gitHead": "bfabfdcc44db80b264496ca43f3fae38ebc486ea", | ||
"exports": { | ||
@@ -104,0 +104,0 @@ ".": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
319723
5272
+ Addeddatastore-core@7.0.3(transitive)
- Removeddatastore-core@6.0.7(transitive)
Updateddatastore-core@^7.0.0