diff --git a/package.json b/package.json index 6232f404..20224022 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,10 @@ "bugs": { "url": "https://github.com/ipfs/helia/issues" }, + "publishConfig": { + "access": "public", + "provenance": true + }, "keywords": [ "ipfs" ], diff --git a/packages/block-brokers/README.md b/packages/block-brokers/README.md index fd49ee6e..a00f1546 100644 --- a/packages/block-brokers/README.md +++ b/packages/block-brokers/README.md @@ -11,28 +11,32 @@ > Block brokers for Helia -## Install +# Install ```console $ npm i @helia/block-brokers ``` - +``` + +# API Docs + +- -## License +# License Licensed under either of - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / ) - MIT ([LICENSE-MIT](LICENSE-MIT) / ) -## Contribute +# Contribute Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues). diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index 370231d8..c7b35cc4 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "description": "Block brokers for Helia", "license": "Apache-2.0 OR MIT", - "homepage": "https://github.com/ipfs/helia/tree/master/packages/block-brokers#readme", + "homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme", "repository": { "type": "git", "url": "git+https://github.com/ipfs/helia.git" @@ -20,22 +20,6 @@ ], "type": "module", "types": "./dist/src/index.d.ts", - "typesVersions": { - "*": { - "*": [ - "*", - "dist/*", - "dist/src/*", - "dist/src/*/index" - ], - "src/*": [ - "*", - "dist/*", - "dist/src/*", - "dist/src/*/index" - ] - } - }, "files": [ "src", "dist", @@ -79,12 +63,12 @@ "it-foreach": "^2.0.6", "multiformats": "^13.0.0", "progress-events": "^1.0.0", - "uint8arrays": "^5.0.0" + "uint8arrays": "^5.0.1" }, "devDependencies": { "@libp2p/logger": "^4.0.1", "@types/sinon": "^17.0.2", - "aegir": "^42.0.0", + "aegir": "^42.0.1", "blockstore-core": "^4.3.8", "delay": "^6.0.0", "it-all": "^3.0.4", diff --git a/packages/block-brokers/typedoc.json b/packages/block-brokers/typedoc.json index ab96e602..f599dc72 100644 --- a/packages/block-brokers/typedoc.json +++ b/packages/block-brokers/typedoc.json @@ -1,7 +1,5 @@ { "entryPoints": [ - "./src/index.ts", - "./src/utils/default-hashers.ts" - ], - "includeVersion": true + "./src/index.ts" + ] } diff --git a/packages/car/README.md b/packages/car/README.md index 96119adb..bb39fea7 100644 --- a/packages/car/README.md +++ b/packages/car/README.md @@ -8,8 +8,8 @@ [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) -[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia-car.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-car) -[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-car/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia-car/actions/workflows/js-test-and-release.yml?query=branch%3Amain) +[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia) +[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia/main.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia/actions/workflows/main.yml?query=branch%3Amain) > Import/export car files from Helia @@ -87,7 +87,7 @@ Loading this module through a script tag will make it's exports available as `He # API Docs -- +- # License @@ -98,7 +98,7 @@ Licensed under either of # Contribute -Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia-car/issues). +Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues). Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general. diff --git a/packages/car/package.json b/packages/car/package.json index df7d36b8..b4465810 100644 --- a/packages/car/package.json +++ b/packages/car/package.json @@ -3,13 +3,13 @@ "version": "2.0.0", "description": "Import/export car files from Helia", "license": "Apache-2.0 OR MIT", - "homepage": "https://github.com/ipfs/helia-car/tree/main/packages/car#readme", + "homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme", "repository": { "type": "git", - "url": "git+https://github.com/ipfs/helia-car.git" + "url": "git+https://github.com/ipfs/helia.git" }, "bugs": { - "url": "https://github.com/ipfs/helia-car/issues" + "url": "https://github.com/ipfs/helia/issues" }, "publishConfig": { "access": "public", @@ -20,22 +20,6 @@ ], "type": "module", "types": "./dist/src/index.d.ts", - "typesVersions": { - "*": { - "*": [ - "*", - "dist/*", - "dist/src/*", - "dist/src/*/index" - ], - "src/*": [ - "*", - "dist/*", - "dist/src/*", - "dist/src/*/index" - ] - } - }, "files": [ "src", "dist", @@ -157,7 +141,7 @@ "dependencies": { "@helia/interface": "^3.0.0", "@ipld/car": "^5.1.1", - "@ipld/dag-pb": "^4.0.0", + "@ipld/dag-pb": "^4.0.3", "@libp2p/interfaces": "^3.3.1", "cborg": "^4.0.3", "it-drain": "^3.0.5", @@ -170,9 +154,9 @@ "devDependencies": { "@helia/unixfs": "^2.0.0", "aegir": "^42.0.1", - "blockstore-core": "^4.0.1", + "blockstore-core": "^4.3.8", "interface-blockstore": "^5.2.9", - "ipfs-unixfs-importer": "^15.1.0", + "ipfs-unixfs-importer": "^15.2.3", "it-to-buffer": "^4.0.2" } } diff --git a/packages/car/tsconfig.json b/packages/car/tsconfig.json index 13a35996..83da5791 100644 --- a/packages/car/tsconfig.json +++ b/packages/car/tsconfig.json @@ -6,5 +6,13 @@ "include": [ "src", "test" + ], + "references": [ + { + "path": "../interface" + }, + { + "path": "../unixfs" + } ] } diff --git a/packages/dag-cbor/README.md b/packages/dag-cbor/README.md index 6b5078c3..e158ce42 100644 --- a/packages/dag-cbor/README.md +++ b/packages/dag-cbor/README.md @@ -8,8 +8,8 @@ [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) -[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia-dag-cbor.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-dag-cbor) -[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-dag-cbor/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia-dag-cbor/actions/workflows/js-test-and-release.yml?query=branch%3Amain) +[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia) +[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia/main.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia/actions/workflows/main.yml?query=branch%3Amain) > Add/get IPLD blocks containing dag-cbor with your Helia node @@ -52,7 +52,7 @@ Loading this module through a script tag will make it's exports available as `He # API Docs -- +- # License @@ -63,7 +63,7 @@ Licensed under either of # Contribute -Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia-dag-cbor/issues). +Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues). Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general. diff --git a/packages/dag-cbor/package.json b/packages/dag-cbor/package.json index 2725e43c..d41ac777 100644 --- a/packages/dag-cbor/package.json +++ b/packages/dag-cbor/package.json @@ -3,13 +3,13 @@ "version": "2.0.0", "description": "Add/get IPLD blocks containing dag-cbor with your Helia node", "license": "Apache-2.0 OR MIT", - "homepage": "https://github.com/ipfs/helia-dag-cbor/tree/main/packages/dag-cbor#readme", + "homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-cbor#readme", "repository": { "type": "git", - "url": "git+https://github.com/ipfs/helia-dag-cbor.git" + "url": "git+https://github.com/ipfs/helia.git" }, "bugs": { - "url": "https://github.com/ipfs/helia-dag-cbor/issues" + "url": "https://github.com/ipfs/helia/issues" }, "publishConfig": { "access": "public", @@ -148,7 +148,7 @@ }, "devDependencies": { "aegir": "^42.0.1", - "blockstore-core": "^4.0.1", - "interface-blockstore": "^5.0.0" + "blockstore-core": "^4.3.8", + "interface-blockstore": "^5.2.9" } } diff --git a/packages/dag-cbor/tsconfig.json b/packages/dag-cbor/tsconfig.json index 13a35996..4c0bdf77 100644 --- a/packages/dag-cbor/tsconfig.json +++ b/packages/dag-cbor/tsconfig.json @@ -6,5 +6,10 @@ "include": [ "src", "test" + ], + "references": [ + { + "path": "../interface" + } ] } diff --git a/packages/dag-json/README.md b/packages/dag-json/README.md index af4a4a11..64eb3857 100644 --- a/packages/dag-json/README.md +++ b/packages/dag-json/README.md @@ -8,8 +8,8 @@ [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) -[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia-dag-json.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-dag-json) -[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-dag-json/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia-dag-json/actions/workflows/js-test-and-release.yml?query=branch%3Amain) +[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia) +[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia/main.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia/actions/workflows/main.yml?query=branch%3Amain) > Add/get IPLD blocks containing dag-json with your Helia node @@ -52,7 +52,7 @@ Loading this module through a script tag will make it's exports available as `He # API Docs -- +- # License @@ -63,7 +63,7 @@ Licensed under either of # Contribute -Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia-dag-json/issues). +Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues). Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general. diff --git a/packages/dag-json/package.json b/packages/dag-json/package.json index 2aa0b512..dff3c6c8 100644 --- a/packages/dag-json/package.json +++ b/packages/dag-json/package.json @@ -3,13 +3,13 @@ "version": "2.0.0", "description": "Add/get IPLD blocks containing dag-json with your Helia node", "license": "Apache-2.0 OR MIT", - "homepage": "https://github.com/ipfs/helia-dag-json/tree/main/packages/dag-json#readme", + "homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-json#readme", "repository": { "type": "git", - "url": "git+https://github.com/ipfs/helia-dag-json.git" + "url": "git+https://github.com/ipfs/helia.git" }, "bugs": { - "url": "https://github.com/ipfs/helia-dag-json/issues" + "url": "https://github.com/ipfs/helia/issues" }, "publishConfig": { "access": "public", @@ -147,7 +147,7 @@ }, "devDependencies": { "aegir": "^42.0.1", - "blockstore-core": "^4.0.1", - "interface-blockstore": "^5.0.0" + "blockstore-core": "^4.3.8", + "interface-blockstore": "^5.2.9" } } diff --git a/packages/dag-json/tsconfig.json b/packages/dag-json/tsconfig.json index 13a35996..4c0bdf77 100644 --- a/packages/dag-json/tsconfig.json +++ b/packages/dag-json/tsconfig.json @@ -6,5 +6,10 @@ "include": [ "src", "test" + ], + "references": [ + { + "path": "../interface" + } ] } diff --git a/packages/helia/README.md b/packages/helia/README.md index 39305c14..2094da1c 100644 --- a/packages/helia/README.md +++ b/packages/helia/README.md @@ -30,13 +30,13 @@ const fs = unixfs(helia) fs.cat(CID.parse('bafyFoo')) ``` -## Install +# Install ```console $ npm i helia ``` -### Browser ` ``` -## API Docs +# API Docs - -## License +# License Licensed under either of - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / ) - MIT ([LICENSE-MIT](LICENSE-MIT) / ) -## Contribute +# Contribute Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues). diff --git a/packages/helia/package.json b/packages/helia/package.json index f0cee030..602b07a1 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -3,7 +3,7 @@ "version": "3.0.0", "description": "An implementation of IPFS in JavaScript", "license": "Apache-2.0 OR MIT", - "homepage": "https://github.com/ipfs/helia/tree/master/packages/helia#readme", + "homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme", "repository": { "type": "git", "url": "git+https://github.com/ipfs/helia.git" @@ -20,22 +20,6 @@ ], "type": "module", "types": "./dist/src/index.d.ts", - "typesVersions": { - "*": { - "*": [ - "*", - "dist/*", - "dist/src/*", - "dist/src/*/index" - ], - "src/*": [ - "*", - "dist/*", - "dist/src/*", - "dist/src/*/index" - ] - } - }, "files": [ "src", "dist", @@ -73,7 +57,7 @@ "@chainsafe/libp2p-gossipsub": "^11.0.0", "@chainsafe/libp2p-noise": "^14.0.0", "@chainsafe/libp2p-yamux": "^6.0.1", - "@helia/block-brokers": "^0.0.0", + "@helia/block-brokers": "~0.0.0", "@helia/delegated-routing-v1-http-api-client": "^1.1.0", "@helia/interface": "^3.0.0", "@ipld/dag-cbor": "^9.0.0", @@ -85,9 +69,9 @@ "@libp2p/dcutr": "^1.0.1", "@libp2p/identify": "^1.0.1", "@libp2p/interface": "^1.1.1", - "@libp2p/kad-dht": "^12.0.1", + "@libp2p/kad-dht": "^12.0.2", "@libp2p/keychain": "^4.0.2", - "@libp2p/logger": "^4.0.1", + "@libp2p/logger": "^4.0.4", "@libp2p/mdns": "^10.0.2", "@libp2p/mplex": "^10.0.2", "@libp2p/ping": "^1.0.1", @@ -98,24 +82,24 @@ "@libp2p/websockets": "^8.0.2", "@libp2p/webtransport": "^4.0.3", "blockstore-core": "^4.0.0", - "cborg": "^4.0.1", + "cborg": "^4.0.3", "datastore-core": "^9.0.0", - "interface-blockstore": "^5.0.0", - "interface-datastore": "^8.0.0", - "interface-store": "^5.0.1", + "interface-blockstore": "^5.2.7", + "interface-datastore": "^8.2.2", + "interface-store": "^5.1.5", "ipns": "^8.0.0", - "it-drain": "^3.0.1", + "it-drain": "^3.0.5", "libp2p": "^1.0.3", "mortice": "^3.0.1", "multiformats": "^13.0.0", "progress-events": "^1.0.0", - "uint8arrays": "^5.0.0" + "uint8arrays": "^5.0.1" }, "devDependencies": { "@multiformats/mafmt": "^12.1.5", "@multiformats/multiaddr": "^12.1.7", "@types/sinon": "^17.0.2", - "aegir": "^42.0.0", + "aegir": "^42.0.1", "delay": "^6.0.0", "it-all": "^3.0.4" }, diff --git a/packages/helia/tsconfig.json b/packages/helia/tsconfig.json index 4c0bdf77..b70ddfff 100644 --- a/packages/helia/tsconfig.json +++ b/packages/helia/tsconfig.json @@ -8,6 +8,9 @@ "test" ], "references": [ + { + "path": "../block-brokers" + }, { "path": "../interface" } diff --git a/packages/helia/typedoc.json b/packages/helia/typedoc.json index a2b60d38..f599dc72 100644 --- a/packages/helia/typedoc.json +++ b/packages/helia/typedoc.json @@ -1,8 +1,5 @@ { "entryPoints": [ - "./src/index.ts", - "./src/block-brokers/index.ts", - "./src/utils/default-hashers.ts" - ], - "includeVersion": true + "./src/index.ts" + ] } diff --git a/packages/interface/README.md b/packages/interface/README.md index a2bbbc28..895b1ecc 100644 --- a/packages/interface/README.md +++ b/packages/interface/README.md @@ -11,24 +11,24 @@ > The Helia API -## Install +# Install ```console $ npm i @helia/interface ``` -## API Docs +# API Docs - -## License +# License Licensed under either of - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / ) - MIT ([LICENSE-MIT](LICENSE-MIT) / ) -## Contribute +# Contribute Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues). diff --git a/packages/interface/package.json b/packages/interface/package.json index 2e15bb8b..32a9e872 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -3,7 +3,7 @@ "version": "3.0.0", "description": "The Helia API", "license": "Apache-2.0 OR MIT", - "homepage": "https://github.com/ipfs/helia/tree/master/packages/interface#readme", + "homepage": "https://github.com/ipfs/helia/tree/main/packages/interface#readme", "repository": { "type": "git", "url": "git+https://github.com/ipfs/helia.git" @@ -71,14 +71,14 @@ }, "dependencies": { "@libp2p/interface": "^1.1.1", - "interface-blockstore": "^5.0.0", - "interface-datastore": "^8.0.0", - "interface-store": "^5.0.1", + "interface-blockstore": "^5.2.7", + "interface-datastore": "^8.2.2", + "interface-store": "^5.1.5", "ipfs-bitswap": "^20.0.0", "multiformats": "^13.0.0", "progress-events": "^1.0.0" }, "devDependencies": { - "aegir": "^42.0.0" + "aegir": "^42.0.1" } } diff --git a/packages/interface/typedoc.json b/packages/interface/typedoc.json index 8e1641fc..7969f9cd 100644 --- a/packages/interface/typedoc.json +++ b/packages/interface/typedoc.json @@ -3,6 +3,5 @@ "./src/index.ts", "./src/blocks.ts", "./src/pins.ts" - ], - "includeVersion": true + ] } diff --git a/packages/interop/README.md b/packages/interop/README.md index d2b3bb29..11e98ba0 100644 --- a/packages/interop/README.md +++ b/packages/interop/README.md @@ -11,13 +11,13 @@ > Interop tests for Helia -## Install +# Install ```console $ npm i @helia/interop ``` -### Browser ` ``` -## License +# License Licensed under either of - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / ) - MIT ([LICENSE-MIT](LICENSE-MIT) / ) -## Contribute +# Contribute Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues). diff --git a/packages/interop/package.json b/packages/interop/package.json index a0e3d86d..7be0595d 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -3,7 +3,7 @@ "version": "2.0.0", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", - "homepage": "https://github.com/ipfs/helia/tree/master/packages/interop#readme", + "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme", "repository": { "type": "git", "url": "git+https://github.com/ipfs/helia.git" @@ -53,7 +53,7 @@ "test:electron-main": "aegir test -t electron-main" }, "devDependencies": { - "@helia/block-brokers": "^0.0.0", + "@helia/block-brokers": "~0.0.0", "@helia/car": "^2.0.0", "@helia/dag-cbor": "^2.0.0", "@helia/dag-json": "^2.0.0", @@ -72,7 +72,7 @@ "@libp2p/peer-id-factory": "^4.0.3", "@libp2p/websockets": "^8.0.1", "@multiformats/sha3": "^3.0.0", - "aegir": "^42.0.0", + "aegir": "^42.0.1", "helia": "^3.0.0", "ipfs-core-types": "^0.14.1", "ipfs-unixfs-importer": "^15.2.3", @@ -81,7 +81,7 @@ "it-drain": "^3.0.5", "it-last": "^3.0.4", "it-map": "^3.0.5", - "it-to-buffer": "^4.0.1", + "it-to-buffer": "^4.0.2", "kubo": "^0.25.0", "kubo-rpc-client": "^3.0.1", "multiformats": "^13.0.0", diff --git a/packages/interop/tsconfig.json b/packages/interop/tsconfig.json index 62bc88e3..a90aa280 100644 --- a/packages/interop/tsconfig.json +++ b/packages/interop/tsconfig.json @@ -8,6 +8,9 @@ "test" ], "references": [ + { + "path": "../block-brokers" + }, { "path": "../car" }, diff --git a/packages/ipns/README.md b/packages/ipns/README.md index 5819b723..2e1b2622 100644 --- a/packages/ipns/README.md +++ b/packages/ipns/README.md @@ -8,8 +8,8 @@ [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) -[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia-ipns.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-ipns) -[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-ipns/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia-ipns/actions/workflows/js-test-and-release.yml?query=branch%3Amain) +[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia) +[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia/main.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia/actions/workflows/main.yml?query=branch%3Amain) > An implementation of IPNS for Helia @@ -141,7 +141,7 @@ Loading this module through a script tag will make it's exports available as `He # API Docs -- +- # License @@ -152,7 +152,7 @@ Licensed under either of # Contribute -Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia-ipns/issues). +Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues). Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general. diff --git a/packages/ipns/package.json b/packages/ipns/package.json index 820165f9..2f53a693 100644 --- a/packages/ipns/package.json +++ b/packages/ipns/package.json @@ -3,13 +3,13 @@ "version": "4.0.0", "description": "An implementation of IPNS for Helia", "license": "Apache-2.0 OR MIT", - "homepage": "https://github.com/ipfs/helia-ipns/tree/main/packages/ipns#readme", + "homepage": "https://github.com/ipfs/helia/tree/main/packages/ipns#readme", "repository": { "type": "git", - "url": "git+https://github.com/ipfs/helia-ipns.git" + "url": "git+https://github.com/ipfs/helia.git" }, "bugs": { - "url": "https://github.com/ipfs/helia-ipns/issues" + "url": "https://github.com/ipfs/helia/issues" }, "publishConfig": { "access": "public", @@ -170,7 +170,7 @@ "dns-over-http-resolver": "^3.0.0", "dns-packet": "^5.6.0", "hashlru": "^2.3.0", - "interface-datastore": "^8.0.0", + "interface-datastore": "^8.2.2", "ipns": "^8.0.0", "is-ipfs": "^8.0.1", "multiformats": "^13.0.0", @@ -182,8 +182,8 @@ "@libp2p/peer-id-factory": "^4.0.3", "@types/dns-packet": "^5.6.4", "aegir": "^42.0.1", - "datastore-core": "^9.0.3", - "sinon": "^17.0.0", + "datastore-core": "^9.2.0", + "sinon": "^17.0.1", "sinon-ts": "^2.0.0" }, "browser": { diff --git a/packages/json/README.md b/packages/json/README.md index b05a5f0d..fa841821 100644 --- a/packages/json/README.md +++ b/packages/json/README.md @@ -8,8 +8,8 @@ [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) -[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia-json.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-json) -[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-json/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia-json/actions/workflows/js-test-and-release.yml?query=branch%3Amain) +[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia) +[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia/main.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia/actions/workflows/main.yml?query=branch%3Amain) > Add/get IPLD blocks containing json with your Helia node @@ -52,7 +52,7 @@ Loading this module through a script tag will make it's exports available as `He # API Docs -- +- # License @@ -63,7 +63,7 @@ Licensed under either of # Contribute -Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia-json/issues). +Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues). Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general. diff --git a/packages/json/package.json b/packages/json/package.json index 663bf6f0..f1a8ddcd 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -3,13 +3,13 @@ "version": "2.0.0", "description": "Add/get IPLD blocks containing json with your Helia node", "license": "Apache-2.0 OR MIT", - "homepage": "https://github.com/ipfs/helia-json/tree/main/packages/json#readme", + "homepage": "https://github.com/ipfs/helia/tree/main/packages/json#readme", "repository": { "type": "git", - "url": "git+https://github.com/ipfs/helia-json.git" + "url": "git+https://github.com/ipfs/helia.git" }, "bugs": { - "url": "https://github.com/ipfs/helia-json/issues" + "url": "https://github.com/ipfs/helia/issues" }, "publishConfig": { "access": "public", @@ -146,7 +146,7 @@ }, "devDependencies": { "aegir": "^42.0.1", - "blockstore-core": "^4.0.1", - "interface-blockstore": "^5.0.0" + "blockstore-core": "^4.3.8", + "interface-blockstore": "^5.2.9" } } diff --git a/packages/json/tsconfig.json b/packages/json/tsconfig.json index 13a35996..4c0bdf77 100644 --- a/packages/json/tsconfig.json +++ b/packages/json/tsconfig.json @@ -6,5 +6,10 @@ "include": [ "src", "test" + ], + "references": [ + { + "path": "../interface" + } ] } diff --git a/packages/mfs/README.md b/packages/mfs/README.md index 59a7d4e4..38c04d81 100644 --- a/packages/mfs/README.md +++ b/packages/mfs/README.md @@ -8,8 +8,8 @@ [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) -[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia-mfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-mfs) -[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-mfs/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia-mfs/actions/workflows/js-test-and-release.yml?query=branch%3Amain) +[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia) +[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia/main.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia/actions/workflows/main.yml?query=branch%3Amain) > A mutable filesystem powered by Helia @@ -58,7 +58,7 @@ Loading this module through a script tag will make it's exports available as `He # API Docs -- +- # License @@ -69,7 +69,7 @@ Licensed under either of # Contribute -Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia-mfs/issues). +Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues). Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general. diff --git a/packages/mfs/package.json b/packages/mfs/package.json index 10b878ef..c41c9563 100644 --- a/packages/mfs/package.json +++ b/packages/mfs/package.json @@ -3,13 +3,13 @@ "version": "2.0.0", "description": "A mutable filesystem powered by Helia", "license": "Apache-2.0 OR MIT", - "homepage": "https://github.com/ipfs/helia-mfs/tree/main/packages/mfs#readme", + "homepage": "https://github.com/ipfs/helia/tree/main/packages/mfs#readme", "repository": { "type": "git", - "url": "git+https://github.com/ipfs/helia-mfs.git" + "url": "git+https://github.com/ipfs/helia.git" }, "bugs": { - "url": "https://github.com/ipfs/helia-mfs/issues" + "url": "https://github.com/ipfs/helia/issues" }, "publishConfig": { "access": "public", @@ -152,15 +152,15 @@ "devDependencies": { "@ipld/dag-pb": "^4.0.7", "aegir": "^42.0.1", - "blockstore-core": "^4.0.1", + "blockstore-core": "^4.3.8", "datastore-core": "^9.2.0", "delay": "^6.0.0", "interface-blockstore": "^5.2.9", - "it-all": "^3.0.1", - "it-drain": "^3.0.1", + "it-all": "^3.0.4", + "it-drain": "^3.0.5", "it-first": "^3.0.1", "it-last": "^3.0.4", - "it-to-buffer": "^4.0.1", + "it-to-buffer": "^4.0.2", "uint8arrays": "^5.0.1" } } diff --git a/packages/mfs/tsconfig.json b/packages/mfs/tsconfig.json index 13a35996..83da5791 100644 --- a/packages/mfs/tsconfig.json +++ b/packages/mfs/tsconfig.json @@ -6,5 +6,13 @@ "include": [ "src", "test" + ], + "references": [ + { + "path": "../interface" + }, + { + "path": "../unixfs" + } ] } diff --git a/packages/strings/README.md b/packages/strings/README.md index f4a4beb9..df93290a 100644 --- a/packages/strings/README.md +++ b/packages/strings/README.md @@ -8,8 +8,8 @@ [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) -[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia-strings.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-strings) -[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-strings/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia-strings/actions/workflows/js-test-and-release.yml?query=branch%3Amain) +[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia) +[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia/main.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia/actions/workflows/main.yml?query=branch%3Amain) > Add/get IPLD blocks containing strings with your Helia node @@ -50,7 +50,7 @@ Loading this module through a script tag will make it's exports available as `He # API Docs -- +- # License @@ -61,7 +61,7 @@ Licensed under either of # Contribute -Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia-strings/issues). +Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues). Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general. diff --git a/packages/strings/package.json b/packages/strings/package.json index 0cdd5f7b..a8881582 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -3,13 +3,13 @@ "version": "2.0.0", "description": "Add/get IPLD blocks containing strings with your Helia node", "license": "Apache-2.0 OR MIT", - "homepage": "https://github.com/ipfs/helia-strings/tree/main/packages/strings#readme", + "homepage": "https://github.com/ipfs/helia/tree/main/packages/strings#readme", "repository": { "type": "git", - "url": "git+https://github.com/ipfs/helia-strings.git" + "url": "git+https://github.com/ipfs/helia.git" }, "bugs": { - "url": "https://github.com/ipfs/helia-strings/issues" + "url": "https://github.com/ipfs/helia/issues" }, "publishConfig": { "access": "public", @@ -149,7 +149,7 @@ }, "devDependencies": { "aegir": "^42.0.1", - "blockstore-core": "^4.0.1", - "interface-blockstore": "^5.0.0" + "blockstore-core": "^4.3.8", + "interface-blockstore": "^5.2.9" } } diff --git a/packages/strings/tsconfig.json b/packages/strings/tsconfig.json index 13a35996..4c0bdf77 100644 --- a/packages/strings/tsconfig.json +++ b/packages/strings/tsconfig.json @@ -6,5 +6,10 @@ "include": [ "src", "test" + ], + "references": [ + { + "path": "../interface" + } ] } diff --git a/packages/unixfs/README.md b/packages/unixfs/README.md index 8d640d46..b549e106 100644 --- a/packages/unixfs/README.md +++ b/packages/unixfs/README.md @@ -8,8 +8,8 @@ [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) -[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia-unixfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-unixfs) -[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-unixfs/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia-unixfs/actions/workflows/js-test-and-release.yml?query=branch%3Amain) +[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia) +[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia/main.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia/actions/workflows/main.yml?query=branch%3Amain) > A Helia-compatible wrapper for UnixFS @@ -72,7 +72,7 @@ Loading this module through a script tag will make it's exports available as `He # API Docs -- +- # License @@ -83,7 +83,7 @@ Licensed under either of # Contribute -Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia-unixfs/issues). +Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues). Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general. diff --git a/packages/unixfs/package.json b/packages/unixfs/package.json index 9cef82a1..1e89861c 100644 --- a/packages/unixfs/package.json +++ b/packages/unixfs/package.json @@ -3,13 +3,13 @@ "version": "2.0.0", "description": "A Helia-compatible wrapper for UnixFS", "license": "Apache-2.0 OR MIT", - "homepage": "https://github.com/ipfs/helia-unixfs/tree/main/packages/unixfs#readme", + "homepage": "https://github.com/ipfs/helia/tree/main/packages/unixfs#readme", "repository": { "type": "git", - "url": "git+https://github.com/ipfs/helia-unixfs.git" + "url": "git+https://github.com/ipfs/helia.git" }, "bugs": { - "url": "https://github.com/ipfs/helia-unixfs/issues" + "url": "https://github.com/ipfs/helia/issues" }, "publishConfig": { "access": "public", @@ -160,9 +160,9 @@ }, "dependencies": { "@helia/interface": "^3.0.0", - "@ipld/dag-pb": "^4.0.0", - "@libp2p/interface": "^1.0.2", - "@libp2p/logger": "^4.0.2", + "@ipld/dag-pb": "^4.0.3", + "@libp2p/interface": "^1.1.1", + "@libp2p/logger": "^4.0.4", "@multiformats/murmur3": "^2.1.2", "hamt-sharding": "^3.0.2", "ipfs-unixfs": "^11.0.0", @@ -179,14 +179,14 @@ }, "devDependencies": { "aegir": "^42.0.1", - "blockstore-core": "^4.0.1", + "blockstore-core": "^4.3.8", "delay": "^6.0.0", "interface-blockstore": "^5.2.9", "iso-url": "^1.2.1", - "it-all": "^3.0.1", - "it-drain": "^3.0.1", + "it-all": "^3.0.4", + "it-drain": "^3.0.5", "it-first": "^3.0.1", - "it-to-buffer": "^4.0.1", + "it-to-buffer": "^4.0.2", "wherearewe": "^2.0.1" }, "browser": { diff --git a/packages/unixfs/tsconfig.json b/packages/unixfs/tsconfig.json index 13a35996..4c0bdf77 100644 --- a/packages/unixfs/tsconfig.json +++ b/packages/unixfs/tsconfig.json @@ -6,5 +6,10 @@ "include": [ "src", "test" + ], + "references": [ + { + "path": "../interface" + } ] }