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

deps(dev): bump aegir from 39.0.13 to 40.0.8 #65

Merged
merged 6 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}