Skip to content

Commit 581a467

Browse files
deps(dev): bump aegir from 42.2.11 to 44.1.0 (#316)
Bumps [aegir](https://github.com/ipfs/aegir) from 42.2.11 to 44.1.0. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v42.2.11...v44.1.0) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <[email protected]>
1 parent 8ef4ed4 commit 581a467

File tree

39 files changed

+409
-176
lines changed

39 files changed

+409
-176
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
1010
# Packages
1111

12-
- [`/packages/blockstore-core`](./packages/blockstore-core) Contains various implementations of the API contract described in interface-blockstore
13-
- [`/packages/blockstore-fs`](./packages/blockstore-fs) Blockstore implementation with file system backend
14-
- [`/packages/blockstore-idb`](./packages/blockstore-idb) Blockstore implementation with IndexedDB backend
15-
- [`/packages/blockstore-level`](./packages/blockstore-level) Blockstore implementation with level(up|down) backend
16-
- [`/packages/blockstore-s3`](./packages/blockstore-s3) IPFS blockstore implementation backed by s3
17-
- [`/packages/datastore-core`](./packages/datastore-core) Wrapper implementation for interface-datastore
18-
- [`/packages/datastore-fs`](./packages/datastore-fs) Datastore implementation with file system backend
19-
- [`/packages/datastore-idb`](./packages/datastore-idb) Datastore implementation with IndexedDB backend.
20-
- [`/packages/datastore-level`](./packages/datastore-level) Datastore implementation with level(up|down) backend
21-
- [`/packages/datastore-s3`](./packages/datastore-s3) IPFS datastore implementation backed by s3
22-
- [`/packages/interface-blockstore`](./packages/interface-blockstore) An interface for storing and retrieving blocks
23-
- [`/packages/interface-blockstore-tests`](./packages/interface-blockstore-tests) Compliance tests for the blockstore interface
24-
- [`/packages/interface-datastore`](./packages/interface-datastore) datastore interface
25-
- [`/packages/interface-datastore-tests`](./packages/interface-datastore-tests) Compliance tests for the datastore interface
26-
- [`/packages/interface-store`](./packages/interface-store) A generic interface for storing and retrieving data
12+
- [`packages/blockstore-core`](https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core) Contains various implementations of the API contract described in interface-blockstore
13+
- [`packages/blockstore-fs`](https://github.com/ipfs/js-stores/tree/main/packages/blockstore-fs) Blockstore implementation with file system backend
14+
- [`packages/blockstore-idb`](https://github.com/ipfs/js-stores/tree/main/packages/blockstore-idb) Blockstore implementation with IndexedDB backend
15+
- [`packages/blockstore-level`](https://github.com/ipfs/js-stores/tree/main/packages/blockstore-level) Blockstore implementation with level(up|down) backend
16+
- [`packages/blockstore-s3`](https://github.com/ipfs/js-stores/tree/main/packages/blockstore-s3) IPFS blockstore implementation backed by s3
17+
- [`packages/datastore-core`](https://github.com/ipfs/js-stores/tree/main/packages/datastore-core) Wrapper implementation for interface-datastore
18+
- [`packages/datastore-fs`](https://github.com/ipfs/js-stores/tree/main/packages/datastore-fs) Datastore implementation with file system backend
19+
- [`packages/datastore-idb`](https://github.com/ipfs/js-stores/tree/main/packages/datastore-idb) Datastore implementation with IndexedDB backend.
20+
- [`packages/datastore-level`](https://github.com/ipfs/js-stores/tree/main/packages/datastore-level) Datastore implementation with level(up|down) backend
21+
- [`packages/datastore-s3`](https://github.com/ipfs/js-stores/tree/main/packages/datastore-s3) IPFS datastore implementation backed by s3
22+
- [`packages/interface-blockstore`](https://github.com/ipfs/js-stores/tree/main/packages/interface-blockstore) An interface for storing and retrieving blocks
23+
- [`packages/interface-blockstore-tests`](https://github.com/ipfs/js-stores/tree/main/packages/interface-blockstore-tests) Compliance tests for the blockstore interface
24+
- [`packages/interface-datastore`](https://github.com/ipfs/js-stores/tree/main/packages/interface-datastore) datastore interface
25+
- [`packages/interface-datastore-tests`](https://github.com/ipfs/js-stores/tree/main/packages/interface-datastore-tests) Compliance tests for the datastore interface
26+
- [`packages/interface-store`](https://github.com/ipfs/js-stores/tree/main/packages/interface-store) A generic interface for storing and retrieving data
2727

2828
# API Docs
2929

@@ -33,8 +33,8 @@
3333

3434
Licensed under either of
3535

36-
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
37-
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
36+
- Apache 2.0, ([LICENSE-APACHE](https://github.com/ipfs/js-stores/blob/main/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
37+
- MIT ([LICENSE-MIT](https://github.com/ipfs/js-stores/blob/main/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
3838

3939
# Contribute
4040

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"docs:no-publish": "aegir docs --publish false"
119119
},
120120
"devDependencies": {
121-
"aegir": "^42.2.3",
121+
"aegir": "^44.1.0",
122122
"npm-run-all": "^4.1.5"
123123
},
124124
"workspaces": [

packages/blockstore-core/README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@
99
1010
# About
1111

12+
<!--
13+
14+
!IMPORTANT!
15+
16+
Everything in this README between "# About" and "# Install" is automatically
17+
generated and will be overwritten the next time the doc generator is run.
18+
19+
To make changes to this section, please update the @packageDocumentation section
20+
of src/index.js or src/index.ts
21+
22+
To experiment with formatting, please run "npm run docs" from the root of this
23+
repo and examine the changes made.
24+
25+
-->
26+
1227
Various Blockstore implementations are available.
1328

1429
## Implementations
@@ -97,7 +112,7 @@ $ npm i blockstore-core
97112

98113
## Browser `<script>` tag
99114

100-
Loading this module through a script tag will make it's exports available as `BlockstoreCore` in the global namespace.
115+
Loading this module through a script tag will make its exports available as `BlockstoreCore` in the global namespace.
101116

102117
```html
103118
<script src="https://unpkg.com/blockstore-core/dist/index.min.js"></script>
@@ -111,8 +126,8 @@ Loading this module through a script tag will make it's exports available as `Bl
111126

112127
Licensed under either of
113128

114-
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
115-
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
129+
- Apache 2.0, ([LICENSE-APACHE](https://github.com/ipfs/js-stores/blob/main/packages/blockstore-core/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
130+
- MIT ([LICENSE-MIT](https://github.com/ipfs/js-stores/blob/main/packages/blockstore-core/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
116131

117132
# Contribute
118133

packages/blockstore-core/package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,22 +94,23 @@
9494
"test:firefox": "aegir test -t browser -- --browser firefox",
9595
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
9696
"test:electron-main": "aegir test -t electron-main",
97-
"dep-check": "aegir dep-check"
97+
"dep-check": "aegir dep-check",
98+
"release": "aegir release"
9899
},
99100
"dependencies": {
100-
"@libp2p/logger": "^4.0.6",
101+
"@libp2p/logger": "^4.0.19",
101102
"interface-blockstore": "^5.0.0",
102-
"interface-store": "6.0.0",
103-
"it-drain": "^3.0.5",
104-
"it-filter": "^3.0.4",
105-
"it-merge": "^3.0.3",
103+
"interface-store": "^6.0.0",
104+
"it-drain": "^3.0.7",
105+
"it-filter": "^3.1.1",
106+
"it-merge": "^3.0.5",
106107
"it-pushable": "^3.2.3",
107-
"multiformats": "^13.0.1"
108+
"multiformats": "^13.2.2"
108109
},
109110
"devDependencies": {
110-
"aegir": "^42.2.3",
111-
"interface-blockstore-tests": "7.0.0",
112-
"it-all": "^3.0.4",
113-
"uint8arrays": "^5.0.2"
111+
"aegir": "^44.1.0",
112+
"interface-blockstore-tests": "^7.0.0",
113+
"it-all": "^3.0.6",
114+
"uint8arrays": "^5.1.0"
114115
}
115116
}

packages/blockstore-fs/README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@
99
1010
# About
1111

12+
<!--
13+
14+
!IMPORTANT!
15+
16+
Everything in this README between "# About" and "# Install" is automatically
17+
generated and will be overwritten the next time the doc generator is run.
18+
19+
To make changes to this section, please update the @packageDocumentation section
20+
of src/index.js or src/index.ts
21+
22+
To experiment with formatting, please run "npm run docs" from the root of this
23+
repo and examine the changes made.
24+
25+
-->
26+
1227
A Blockstore implementation that stores blocks in the local filesystem.
1328

1429
## Example
@@ -33,8 +48,8 @@ $ npm i blockstore-fs
3348

3449
Licensed under either of
3550

36-
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
37-
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
51+
- Apache 2.0, ([LICENSE-APACHE](https://github.com/ipfs/js-stores/blob/main/packages/blockstore-fs/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
52+
- MIT ([LICENSE-MIT](https://github.com/ipfs/js-stores/blob/main/packages/blockstore-fs/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
3853

3954
# Contribute
4055

packages/blockstore-fs/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,20 @@
7373
"test": "aegir test -t node -t electron-main",
7474
"test:node": "aegir test -t node",
7575
"test:electron-main": "aegir test -t electron-main",
76-
"dep-check": "aegir dep-check"
76+
"dep-check": "aegir dep-check",
77+
"release": "aegir release"
7778
},
7879
"dependencies": {
7980
"fast-write-atomic": "^0.2.1",
8081
"interface-blockstore": "^5.0.0",
81-
"interface-store": "6.0.0",
82+
"interface-store": "^6.0.0",
8283
"it-glob": "^3.0.1",
83-
"it-map": "^3.0.5",
84-
"it-parallel-batch": "^3.0.4",
85-
"multiformats": "^13.0.1"
84+
"it-map": "^3.1.1",
85+
"it-parallel-batch": "^3.0.6",
86+
"multiformats": "^13.2.2"
8687
},
8788
"devDependencies": {
88-
"aegir": "^42.2.3",
89-
"interface-blockstore-tests": "7.0.0"
89+
"aegir": "^44.1.0",
90+
"interface-blockstore-tests": "^7.0.0"
9091
}
9192
}

packages/blockstore-fs/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"test"
99
],
1010
"references": [
11-
{
12-
"path": "../blockstore-core"
13-
},
1411
{
1512
"path": "../interface-blockstore"
1613
},

packages/blockstore-idb/README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@
99
1010
# About
1111

12+
<!--
13+
14+
!IMPORTANT!
15+
16+
Everything in this README between "# About" and "# Install" is automatically
17+
generated and will be overwritten the next time the doc generator is run.
18+
19+
To make changes to this section, please update the @packageDocumentation section
20+
of src/index.js or src/index.ts
21+
22+
To experiment with formatting, please run "npm run docs" from the root of this
23+
repo and examine the changes made.
24+
25+
-->
26+
1227
A Blockstore implementation for browsers that stores blocks in [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API).
1328

1429
## Example
@@ -27,7 +42,7 @@ $ npm i blockstore-idb
2742

2843
## Browser `<script>` tag
2944

30-
Loading this module through a script tag will make it's exports available as `BlockstoreIdb` in the global namespace.
45+
Loading this module through a script tag will make its exports available as `BlockstoreIdb` in the global namespace.
3146

3247
```html
3348
<script src="https://unpkg.com/blockstore-idb/dist/index.min.js"></script>
@@ -41,8 +56,8 @@ Loading this module through a script tag will make it's exports available as `Bl
4156

4257
Licensed under either of
4358

44-
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
45-
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
59+
- Apache 2.0, ([LICENSE-APACHE](https://github.com/ipfs/js-stores/blob/main/packages/blockstore-idb/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
60+
- MIT ([LICENSE-MIT](https://github.com/ipfs/js-stores/blob/main/packages/blockstore-idb/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
4661

4762
# Contribute
4863

packages/blockstore-idb/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,18 @@
5353
"test:chrome-webworker": "aegir test -t webworker",
5454
"test:firefox": "aegir test -t browser -- --browser firefox",
5555
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
56-
"dep-check": "aegir dep-check"
56+
"dep-check": "aegir dep-check",
57+
"release": "aegir release"
5758
},
5859
"dependencies": {
59-
"blockstore-core": "5.0.0",
60+
"blockstore-core": "^5.0.0",
6061
"idb": "^8.0.0",
6162
"interface-blockstore": "^5.0.0",
62-
"interface-store": "6.0.0",
63-
"multiformats": "^13.0.1"
63+
"interface-store": "^6.0.0",
64+
"multiformats": "^13.2.2"
6465
},
6566
"devDependencies": {
66-
"aegir": "^42.2.3",
67-
"interface-blockstore-tests": "7.0.0"
67+
"aegir": "^44.1.0",
68+
"interface-blockstore-tests": "^7.0.0"
6869
}
6970
}

packages/blockstore-level/README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@
99
1010
# About
1111

12+
<!--
13+
14+
!IMPORTANT!
15+
16+
Everything in this README between "# About" and "# Install" is automatically
17+
generated and will be overwritten the next time the doc generator is run.
18+
19+
To make changes to this section, please update the @packageDocumentation section
20+
of src/index.js or src/index.ts
21+
22+
To experiment with formatting, please run "npm run docs" from the root of this
23+
repo and examine the changes made.
24+
25+
-->
26+
1227
A Blockstore implementation that uses a flavour of [Level](https://leveljs.org/) as a backend.
1328

1429
N.b. this is here largely for the sake of completeness, in node you should probably use FSDatastore, in browsers you should probably use IDBDatastore.
@@ -29,7 +44,7 @@ $ npm i blockstore-level
2944

3045
## Browser `<script>` tag
3146

32-
Loading this module through a script tag will make it's exports available as `BlockstoreLevel` in the global namespace.
47+
Loading this module through a script tag will make its exports available as `BlockstoreLevel` in the global namespace.
3348

3449
```html
3550
<script src="https://unpkg.com/blockstore-level/dist/index.min.js"></script>
@@ -43,8 +58,8 @@ Loading this module through a script tag will make it's exports available as `Bl
4358

4459
Licensed under either of
4560

46-
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
47-
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
61+
- Apache 2.0, ([LICENSE-APACHE](https://github.com/ipfs/js-stores/blob/main/packages/blockstore-level/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
62+
- MIT ([LICENSE-MIT](https://github.com/ipfs/js-stores/blob/main/packages/blockstore-level/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
4863

4964
# Contribute
5065

0 commit comments

Comments
 (0)