File tree Expand file tree Collapse file tree 10 files changed +64
-9
lines changed
interface-blockstore-tests
interface-datastore-tests Expand file tree Collapse file tree 10 files changed +64
-9
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.2] ( https://github.com/ipfs/interface-blockstore/compare/interface-blockstore-tests@1.0.1...interface-blockstore-tests@1.0.2 ) (2021-09-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * make tests more stable ([ #38 ] ( https://github.com/ipfs/interface-blockstore/issues/38 ) ) ([ 595de43] ( https://github.com/ipfs/interface-blockstore/commit/595de438cbb5bda7444bdd8c4ce561215855d190 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.0.1] ( https://github.com/ipfs/interface-blockstore/compare/interface-blockstore-tests@1.0.0...interface-blockstore-tests@1.0.1 ) (2021-08-20)
7
18
8
19
** Note:** Version bump only for package interface-blockstore-tests
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " interface-blockstore-tests" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Compliance tests for the blockstore interface" ,
5
5
"leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
6
6
"main" : " src/index.js" ,
32
32
"homepage" : " https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-blockstore-tests#readme" ,
33
33
"dependencies" : {
34
34
"aegir" : " ^35.0.0" ,
35
- "interface-blockstore" : " ^1.0.1 " ,
35
+ "interface-blockstore" : " ^1.0.2 " ,
36
36
"it-all" : " ^1.0.2" ,
37
37
"it-drain" : " ^1.0.1" ,
38
38
"it-length" : " ^1.0.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.2] ( https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore@1.0.1...interface-blockstore@1.0.2 ) (2021-09-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * make tests more stable ([ #38 ] ( https://github.com/ipfs/js-ipfs-interfaces/issues/38 ) ) ([ 595de43] ( https://github.com/ipfs/js-ipfs-interfaces/commit/595de438cbb5bda7444bdd8c4ce561215855d190 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.0.1] ( https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore@1.0.0...interface-blockstore@1.0.1 ) (2021-08-20)
7
18
8
19
** Note:** Version bump only for package interface-blockstore
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " interface-blockstore" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " An interface for storing and retrieving blocks" ,
5
5
"main" : " src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
19
19
},
20
20
"dependencies" : {
21
21
"err-code" : " ^3.0.1" ,
22
- "interface-store" : " ^1.0.1 " ,
22
+ "interface-store" : " ^1.0.2 " ,
23
23
"it-all" : " ^1.0.5" ,
24
24
"it-drain" : " ^1.0.4" ,
25
25
"it-filter" : " ^1.0.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.2] ( https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-tests@1.0.1...interface-datastore-tests@1.0.2 ) (2021-09-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * make tests more stable ([ #38 ] ( https://github.com/ipfs/js-ipfs-interfaces/issues/38 ) ) ([ 595de43] ( https://github.com/ipfs/js-ipfs-interfaces/commit/595de438cbb5bda7444bdd8c4ce561215855d190 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.0.1] ( https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-tests@1.0.0...interface-datastore-tests@1.0.1 ) (2021-08-20)
7
18
8
19
** Note:** Version bump only for package interface-datastore-tests
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " interface-datastore-tests" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Compliance tests for the datastore interface" ,
5
5
"leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
6
6
"main" : " src/index.js" ,
32
32
"homepage" : " https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-datastore-tests#readme" ,
33
33
"dependencies" : {
34
34
"aegir" : " ^35.0.0" ,
35
- "interface-datastore" : " ^5.1.2 " ,
35
+ "interface-datastore" : " ^5.1.3 " ,
36
36
"iso-random-stream" : " ^2.0.0" ,
37
37
"it-all" : " ^1.0.2" ,
38
38
"it-drain" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 5.1.3] ( https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore@5.1.2...interface-datastore@5.1.3 ) (2021-09-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * make tests more stable ([ #38 ] ( https://github.com/ipfs/js-ipfs-interfaces/issues/38 ) ) ([ 595de43] ( https://github.com/ipfs/js-ipfs-interfaces/commit/595de438cbb5bda7444bdd8c4ce561215855d190 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 5.1.2] ( https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore@5.1.1...interface-datastore@5.1.2 ) (2021-08-20)
7
18
8
19
** Note:** Version bump only for package interface-datastore
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " interface-datastore" ,
3
- "version" : " 5.1.2 " ,
3
+ "version" : " 5.1.3 " ,
4
4
"description" : " datastore interface" ,
5
5
"leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
6
6
"main" : " src/index.js" ,
38
38
},
39
39
"dependencies" : {
40
40
"err-code" : " ^3.0.1" ,
41
- "interface-store" : " ^1.0.1 " ,
41
+ "interface-store" : " ^1.0.2 " ,
42
42
"ipfs-utils" : " ^8.1.2" ,
43
43
"it-all" : " ^1.0.2" ,
44
44
"it-drain" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.2] ( https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store@1.0.1...interface-store@1.0.2 ) (2021-09-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * make tests more stable ([ #38 ] ( https://github.com/ipfs/js-ipfs-interfaces/issues/38 ) ) ([ 595de43] ( https://github.com/ipfs/js-ipfs-interfaces/commit/595de438cbb5bda7444bdd8c4ce561215855d190 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.0.1] ( https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store@1.0.0...interface-store@1.0.1 ) (2021-08-20)
7
18
8
19
** Note:** Version bump only for package interface-store
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " interface-store" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " A generic interface for storing and retrieving data" ,
5
5
"main" : " src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments