Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
deps(dev): bump aegir from 39.0.13 to 40.0.8 (#65)
Browse files Browse the repository at this point in the history
* deps(dev): bump aegir from 39.0.13 to 40.0.8

Bumps [aegir](https://github.com/ipfs/aegir) from 39.0.13 to 40.0.8.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](ipfs/aegir@v39.0.13...v40.0.8)

---
updated-dependencies:
- dependency-name: aegir
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix linting

* chore: update config

* chore: fix docs

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: achingbrain <alex@achingbrain.net>
  • Loading branch information
dependabot[bot] and achingbrain authored Aug 24, 2023
1 parent 379f6f0 commit 174987b
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"keywords": [
"ipfs"
],
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"private": true,
"scripts": {
"reset": "aegir run clean && aegir clean **/node_modules **/package-lock.json",
Expand All @@ -33,13 +29,13 @@
"generate": "aegir run generate",
"build": "aegir run build",
"lint": "aegir run lint",
"docs": "NODE_OPTIONS=--max_old_space_size=4096 aegir docs",
"docs": "NODE_OPTIONS=--max_old_space_size=4096 aegir docs -- --exclude packages/interop",
"docs:no-publish": "npm run docs -- --publish false",
"dep-check": "aegir run dep-check",
"release": "npm run docs:no-publish && aegir run release && npm run docs"
"release": "npm run docs:no-publish && aegir run release && npm run docs -- --exclude packages/interop"
},
"devDependencies": {
"aegir": "^39.0.8"
"aegir": "^40.0.8"
},
"type": "module",
"workspaces": [
Expand Down
11 changes: 2 additions & 9 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"keywords": [
"IPFS"
],
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down Expand Up @@ -65,7 +61,7 @@
"@libp2p/peer-id-factory": "^2.0.1",
"@libp2p/tcp": "^7.0.1",
"@libp2p/websockets": "^6.0.1",
"aegir": "^39.0.8",
"aegir": "^40.0.8",
"blockstore-core": "^4.0.1",
"datastore-core": "^9.0.3",
"go-ipfs": "^0.20.0",
Expand All @@ -86,8 +82,5 @@
"./dist/test/fixtures/create-helia.js": "./dist/test/fixtures/create-helia.browser.js",
"go-ipfs": false
},
"private": true,
"typedoc": {
"entryPoint": "./src/index.ts"
}
"private": true
}
1 change: 0 additions & 1 deletion packages/interop/test/fixtures/wait-for.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

export interface WaitForOptions {
timeout: number
delay?: number
Expand Down
9 changes: 1 addition & 8 deletions packages/ipns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"keywords": [
"IPFS"
],
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"typesVersions": {
Expand Down Expand Up @@ -177,15 +173,12 @@
},
"devDependencies": {
"@libp2p/peer-id-factory": "^2.0.1",
"aegir": "^39.0.8",
"aegir": "^40.0.8",
"datastore-core": "^9.0.3",
"sinon": "^15.0.1",
"sinon-ts": "^1.0.0"
},
"browser": {
"./dist/src/utils/resolve-dns-link.js": "./dist/src/utils/resolve-dns-link.browser.js"
},
"typedoc": {
"entryPoint": "./src/index.ts"
}
}
2 changes: 1 addition & 1 deletion packages/ipns/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* import { createHelia } from 'helia'
* import { ipns, ipnsValidator, ipnsSelector } from '@helia/ipns'
* import { dht, pubsub } from '@helia/ipns/routing'
* import { unixfs } from '@helia/unixfs
* import { unixfs } from '@helia/unixfs'
*
* const libp2p = await createLibp2p({
* dht: kadDHT({
Expand Down
6 changes: 6 additions & 0 deletions packages/ipns/typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"entryPoints": [
"./src/index.ts",
"./src/routing/index.ts"
]
}
4 changes: 4 additions & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://typedoc.org/schema.json",
"name": "@helia/ipns"
}

0 comments on commit 174987b

Please sign in to comment.