Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 0ee2d5b

Browse files
committed
chore: update aegir config
1 parent 89b939a commit 0ee2d5b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+277
-234
lines changed

examples/custom-ipfs-repo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"datastore-fs": "^2.0.0",
1414
"ipfs": "^0.54.3",
15-
"ipfs-repo": "^8.0.0",
15+
"ipfs-repo": "^9.0.0",
1616
"it-all": "^1.0.4"
1717
},
1818
"devDependencies": {

packages/interface-ipfs-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
"cids": "^1.1.5",
4646
"delay": "^4.4.0",
4747
"dirty-chai": "^2.0.1",
48-
"err-code": "^2.0.3",
48+
"err-code": "^3.0.1",
4949
"ipfs-unixfs": "^3.0.1",
5050
"ipfs-unixfs-importer": "^6.0.1",
5151
"ipfs-utils": "^6.0.1",
5252
"ipld-block": "^0.11.0",
5353
"ipld-dag-cbor": "^0.17.0",
5454
"ipld-dag-pb": "^0.21.0",
5555
"ipns": "^0.8.0",
56-
"is-ipfs": "^2.0.0",
56+
"is-ipfs": "^4.0.0",
5757
"iso-random-stream": "^1.1.1",
5858
"it-all": "^1.0.4",
5959
"it-buffer-stream": "^1.0.5",

packages/ipfs-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"cid-tool": "^1.0.0",
3333
"cids": "^1.1.5",
3434
"debug": "^4.1.1",
35-
"err-code": "^2.0.3",
35+
"err-code": "^3.0.1",
3636
"execa": "^5.0.0",
3737
"get-folder-size": "^2.0.1",
3838
"ipfs-core": "^0.5.3",
3939
"ipfs-core-utils": "^0.7.2",
4040
"ipfs-daemon": "^0.5.3",
4141
"ipfs-http-client": "^49.0.3",
42-
"ipfs-repo": "^8.0.0",
42+
"ipfs-repo": "^9.0.0",
4343
"ipfs-utils": "^6.0.1",
4444
"ipld-dag-cbor": "^0.17.0",
4545
"ipld-dag-pb": "^0.21.0",

packages/ipfs-cli/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"extends": "../../tsconfig.json",
2+
"extends": "aegir/src/config/tsconfig.aegir.json",
33
"compilerOptions": {
4-
"outDir": "dist"
4+
"outDir": "dist",
5+
"importsNotUsedAsValues": "preserve"
56
},
67
"include": [
78
"src",

packages/ipfs-client/tsconfig.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
2-
"extends": "../../tsconfig.json",
2+
"extends": "aegir/src/config/tsconfig.aegir.json",
33
"compilerOptions": {
4-
"outDir": "dist"
4+
"outDir": "dist",
5+
"importsNotUsedAsValues": "preserve"
56
},
7+
"include": [
8+
"src",
9+
"package.json"
10+
],
611
"references": [
712
{
813
"path": "../ipfs-http-client"
914
},
1015
{
1116
"path": "../ipfs-grpc-client"
1217
}
13-
],
14-
"include": [
15-
"src",
16-
"package.json"
1718
]
1819
}

0 commit comments

Comments
 (0)