ipfs-repo-migrations
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -0,1 +1,5 @@ | ||
## [7.0.2](https://github.com/ipfs/js-ipfs-repo-migrations/compare/v7.0.1...v7.0.2) (2021-03-15) | ||
## [7.0.1](https://github.com/ipfs/js-ipfs-repo-migrations/compare/v7.0.0...v7.0.1) (2021-03-04) | ||
@@ -2,0 +6,0 @@ |
@@ -17,6 +17,6 @@ export type Datastore = import("interface-datastore/dist/src/types").Datastore; | ||
*/ | ||
export function storeSet(blockstore: Datastore, type: string, cids: CID[]): Promise<dagpb.DAGLink>; | ||
export function storeSet(blockstore: Datastore, type: string, cids: CID[]): Promise<DAGLink>; | ||
import CID = require("cids"); | ||
import DAGNode = require("ipld-dag-pb/src/dag-node/dagNode"); | ||
import dagpb = require("ipld-dag-pb/src/"); | ||
import DAGLink = require("ipld-dag-pb/src/dag-link/dagLink"); | ||
//# sourceMappingURL=pin-set.d.ts.map |
{ | ||
"name": "ipfs-repo-migrations", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "Migration framework for versioning of JS IPFS Repo", | ||
@@ -57,3 +57,3 @@ "keywords": [ | ||
"interface-datastore": "^3.0.3", | ||
"ipld-dag-pb": "^0.21.0", | ||
"ipld-dag-pb": "^0.22.1", | ||
"it-length": "^1.0.1", | ||
@@ -60,0 +60,0 @@ "multibase": "^4.0.1", |
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
101293
+ Added@types/node@22.10.1(transitive)
+ Addedinterface-ipld-format@1.0.1(transitive)
+ Addedipld-dag-pb@0.22.3(transitive)
+ Addednanoid@3.3.8(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removed@types/node@22.9.3(transitive)
- Removedipld-dag-pb@0.21.1(transitive)
- Removednanoid@3.3.7(transitive)
- Removedreset@0.1.0(transitive)
- Removedrun@1.5.0(transitive)
- Removedundici-types@6.19.8(transitive)
Updatedipld-dag-pb@^0.22.1