-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da0ac9c
commit 4e8bf56
Showing
10 changed files
with
62 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.0.1 (2021-06-28) | ||
|
||
**Note:** Version bump only for package interface-blockstore-tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "interface-blockstore-tests", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Compliance tests for the blockstore interface", | ||
"leadMaintainer": "Alex Potsides <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -31,7 +31,7 @@ | |
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-blockstore-tests#readme", | ||
"dependencies": { | ||
"aegir": "^33.1.2", | ||
"interface-blockstore": "^0.1.0", | ||
"interface-blockstore": "^0.1.1", | ||
"it-all": "^1.0.2", | ||
"it-drain": "^1.0.1", | ||
"it-length": "^1.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.1](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@0.1.1) (2021-06-28) | ||
|
||
**Note:** Version bump only for package interface-blockstore | ||
|
||
|
||
|
||
|
||
|
||
# [0.1.0](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@0.1.0) (2021-06-25) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.0.1 (2021-06-28) | ||
|
||
**Note:** Version bump only for package interface-datastore-tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "interface-datastore-tests", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Compliance tests for the datastore interface", | ||
"leadMaintainer": "Alex Potsides <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -31,7 +31,7 @@ | |
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-datastore-tests#readme", | ||
"dependencies": { | ||
"aegir": "^33.1.2", | ||
"interface-datastore": "^4.0.2", | ||
"interface-datastore": "^5.0.0", | ||
"iso-random-stream": "^2.0.0", | ||
"it-all": "^1.0.2", | ||
"it-drain": "^1.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "interface-datastore", | ||
"version": "4.0.2", | ||
"version": "5.0.0", | ||
"description": "datastore interface", | ||
"leadMaintainer": "Alex Potsides <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -36,7 +36,7 @@ | |
}, | ||
"dependencies": { | ||
"err-code": "^3.0.1", | ||
"interface-store": "^0.0.2", | ||
"interface-store": "^0.0.3", | ||
"ipfs-utils": "^8.1.2", | ||
"it-all": "^1.0.2", | ||
"it-drain": "^1.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.0.3](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@0.0.3) (2021-06-28) | ||
|
||
**Note:** Version bump only for package interface-store | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@0.0.2) (2021-05-14) | ||
|
||
**Note:** Version bump only for package interface-store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters