This repository was archived by the owner on Mar 23, 2023. It is now read-only.
File tree 3 files changed +11
-15
lines changed 3 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 7
7
8
8
node_js :
9
9
- ' 10'
10
+ - ' 12'
10
11
11
12
os :
12
13
- linux
20
21
include :
21
22
- stage : check
22
23
script :
23
- - npx aegir commitlint --travis
24
24
- npx aegir dep-check
25
25
- npm run lint
26
26
Original file line number Diff line number Diff line change 3
3
[ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( https://protocol.ai/ )
4
4
[ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://ipfs.io/ )
5
5
[ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
6
- [ ![ standard-readme compliant] ( https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square )] ( https://github.com/RichardLitt/standard-readme )
7
6
[ ![ Build Status] ( https://travis-ci.com/ipfs/js-datastore-s3.svg )] ( https://travis-ci.com/ipfs/js-datastore-s3 ) [ ![ codecov] ( https://codecov.io/gh/ipfs/js-datastore-s3/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ipfs/js-datastore-s3 )
8
- [ ![ Coverage Status ] ( https://coveralls.io/repos/github/ipfs/js-datastore-s3/badge.svg?branch=master )] ( https://coveralls.io/github/ipfs/js-datastore-s3?branch=master ) [ ![ Dependency Status] ( https://david-dm.org/diasdavid/js-peer-id.svg?style=flat-square )] ( https://david-dm.org/ipfs/js-datastore-s3 )
7
+ [ ![ Dependency Status] ( https://david-dm.org/diasdavid/js-peer-id.svg?style=flat-square )] ( https://david-dm.org/ipfs/js-datastore-s3 )
9
8
[ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square )] ( https://github.com/feross/standard )
10
- ![ ] ( https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square )
11
- ![ ] ( https://img.shields.io/badge/Node.js-%3E%3D4.0.0-orange.svg?style=flat-square )
12
9
13
10
> Datastore implementation backed by s3.
14
11
Original file line number Diff line number Diff line change 16
16
"release" : " aegir release --target node --docs" ,
17
17
"release-minor" : " aegir release --type minor --target node --docs" ,
18
18
"release-major" : " aegir release --type major --target node --docs" ,
19
- "coverage" : " aegir coverage --timeout 10000" ,
20
- "coverage-publish" : " aegir coverage --provider codecov --timeout 10000" ,
19
+ "coverage" : " nyc --reporter=text --reporter=lcov npm run test:node" ,
21
20
"docs" : " aegir docs"
22
21
},
23
22
"repository" : {
37
36
},
38
37
"homepage" : " https://github.com/ipfs/js-datastore-s3#readme" ,
39
38
"dependencies" : {
40
- "datastore-core" : " zcstarr/js-datastore-core " ,
41
- "interface-datastore" : " git://github.com/ipfs/interface-datastore.git#refactor/async-iterators " ,
42
- "streaming-iterables" : " ^4.0.2 " ,
39
+ "datastore-core" : " ^0.7.0 " ,
40
+ "interface-datastore" : " ^0.7.0 " ,
41
+ "streaming-iterables" : " ^4.1.0 " ,
43
42
"upath" : " ^1.1.0"
44
43
},
45
44
"devDependencies" : {
46
- "aegir" : " ^18.1 .0" ,
47
- "aws-sdk" : " ^2.402 .0" ,
45
+ "aegir" : " ^20.0 .0" ,
46
+ "aws-sdk" : " ^2.510 .0" ,
48
47
"chai" : " ^4.2.0" ,
49
48
"dirty-chai" : " ^2.0.1" ,
50
- "flow-bin" : " ~ 0.93.0" ,
49
+ "flow-bin" : " ^ 0.93.0" ,
51
50
"flow-typed" : " ^2.5.1" ,
52
- "ipfs-repo" : " ~0.26.1 " ,
51
+ "ipfs-repo" : " ^0.27.0 " ,
53
52
"stand-in" : " ^4.2.0"
54
53
},
55
54
"peerDependencies" : {
56
55
"aws-sdk" : " 2.x" ,
57
- "ipfs-repo" : " 0.x "
56
+ "ipfs-repo" : " ^0.27.0 "
58
57
},
59
58
"contributors" : [
60
59
You can’t perform that action at this time.
0 commit comments