diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ad7bf14cf..a8fff045e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,12 +1,12 @@ { - "rust/noosphere-cli": "0.15.3", - "rust/noosphere-collections": "0.6.6", - "rust/noosphere-core": "0.17.2", - "rust/noosphere-into": "0.11.3", - "rust/noosphere-ns": "0.11.3", - "rust/noosphere-storage": "0.9.2", - "rust/noosphere": "0.15.3", - "rust/noosphere-ipfs": "0.8.3", - "rust/noosphere-gateway": "0.10.2", + "rust/noosphere-cli": "0.15.4", + "rust/noosphere-collections": "0.6.7", + "rust/noosphere-core": "0.17.3", + "rust/noosphere-into": "0.11.4", + "rust/noosphere-ns": "0.11.4", + "rust/noosphere-storage": "0.9.3", + "rust/noosphere": "0.15.4", + "rust/noosphere-ipfs": "0.8.4", + "rust/noosphere-gateway": "0.10.3", "rust/noosphere-common": "0.1.2" } \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 24ff7f323..72d126124 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3384,7 +3384,7 @@ dependencies = [ [[package]] name = "noosphere" -version = "0.15.3" +version = "0.15.4" dependencies = [ "anyhow", "async-stream", @@ -3432,7 +3432,7 @@ dependencies = [ [[package]] name = "noosphere-cli" -version = "0.15.3" +version = "0.15.4" dependencies = [ "anyhow", "async-trait", @@ -3473,7 +3473,7 @@ dependencies = [ [[package]] name = "noosphere-collections" -version = "0.6.6" +version = "0.6.7" dependencies = [ "anyhow", "async-recursion", @@ -3514,7 +3514,7 @@ dependencies = [ [[package]] name = "noosphere-core" -version = "0.17.2" +version = "0.17.3" dependencies = [ "anyhow", "async-once-cell", @@ -3570,7 +3570,7 @@ dependencies = [ [[package]] name = "noosphere-gateway" -version = "0.10.2" +version = "0.10.3" dependencies = [ "anyhow", "async-stream", @@ -3607,7 +3607,7 @@ dependencies = [ [[package]] name = "noosphere-into" -version = "0.11.3" +version = "0.11.4" dependencies = [ "anyhow", "async-compat", @@ -3637,7 +3637,7 @@ dependencies = [ [[package]] name = "noosphere-ipfs" -version = "0.8.3" +version = "0.8.4" dependencies = [ "anyhow", "async-compat", @@ -3668,7 +3668,7 @@ dependencies = [ [[package]] name = "noosphere-ns" -version = "0.11.3" +version = "0.11.4" dependencies = [ "anyhow", "async-trait", @@ -3703,7 +3703,7 @@ dependencies = [ [[package]] name = "noosphere-storage" -version = "0.9.2" +version = "0.9.3" dependencies = [ "anyhow", "async-stream", diff --git a/rust/noosphere-cli/CHANGELOG.md b/rust/noosphere-cli/CHANGELOG.md index e5c37b7ec..5362925ca 100644 --- a/rust/noosphere-cli/CHANGELOG.md +++ b/rust/noosphere-cli/CHANGELOG.md @@ -204,6 +204,15 @@ * noosphere-ns bumped from 0.11.0 to 0.11.1 * noosphere bumped from 0.15.0 to 0.15.1 +* The following workspace dependencies were updated + * dependencies + * noosphere-ipfs bumped from 0.8.3 to 0.8.4 + * noosphere-core bumped from 0.17.2 to 0.17.3 + * noosphere-storage bumped from 0.9.2 to 0.9.3 + * noosphere-gateway bumped from 0.10.2 to 0.10.3 + * noosphere-ns bumped from 0.11.3 to 0.11.4 + * noosphere bumped from 0.15.3 to 0.15.4 + ## [0.15.3](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-cli-v0.15.2...noosphere-cli-v0.15.3) (2023-10-12) diff --git a/rust/noosphere-cli/Cargo.toml b/rust/noosphere-cli/Cargo.toml index 90a216c61..45d3f807a 100644 --- a/rust/noosphere-cli/Cargo.toml +++ b/rust/noosphere-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-cli" -version = "0.15.3" +version = "0.15.4" edition = "2021" description = "Reference client and pedagogical tool to demonstrate the principles of the Noosphere protocol" keywords = ["cli", "sync", "noosphere", "p2p", "ucan"] @@ -46,12 +46,12 @@ mime_guess = "^2" witty-phrase-generator = "~0.2" globset = "~0.4" -noosphere-ipfs = { version = "0.8.3", path = "../noosphere-ipfs" } -noosphere-core = { version = "0.17.2", path = "../noosphere-core" } -noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } -noosphere-gateway = { version = "0.10.2", path = "../noosphere-gateway" } -noosphere-ns = { version = "0.11.3", path = "../noosphere-ns", optional = true } -noosphere = { version = "0.15.3", path = "../noosphere" } +noosphere-ipfs = { version = "0.8.4", path = "../noosphere-ipfs" } +noosphere-core = { version = "0.17.3", path = "../noosphere-core" } +noosphere-storage = { version = "0.9.3", path = "../noosphere-storage" } +noosphere-gateway = { version = "0.10.3", path = "../noosphere-gateway" } +noosphere-ns = { version = "0.11.4", path = "../noosphere-ns", optional = true } +noosphere = { version = "0.15.4", path = "../noosphere" } ucan = { workspace = true } ucan-key-support = { workspace = true } cid = { workspace = true } diff --git a/rust/noosphere-collections/CHANGELOG.md b/rust/noosphere-collections/CHANGELOG.md index 317bbfa4e..32e336cef 100644 --- a/rust/noosphere-collections/CHANGELOG.md +++ b/rust/noosphere-collections/CHANGELOG.md @@ -36,6 +36,10 @@ * dependencies * noosphere-storage bumped from 0.9.1 to 0.9.2 +* The following workspace dependencies were updated + * dependencies + * noosphere-storage bumped from 0.9.2 to 0.9.3 + ## [0.6.5](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-collections-v0.6.4...noosphere-collections-v0.6.5) (2023-10-06) diff --git a/rust/noosphere-collections/Cargo.toml b/rust/noosphere-collections/Cargo.toml index 1d0c1aac5..0d4c2ae1f 100644 --- a/rust/noosphere-collections/Cargo.toml +++ b/rust/noosphere-collections/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-collections" -version = "0.6.6" +version = "0.6.7" edition = "2021" description = "Collection data types that are needed by an efficient implementation of Noosphere's IPLD data structures" keywords = ["hamt", "ipld", "noosphere", "p2p", "async"] @@ -27,7 +27,7 @@ byteorder = "^1.5" async-recursion = { workspace = true } libipld-core = { workspace = true } libipld-cbor = { workspace = true } -noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } +noosphere-storage = { version = "0.9.3", path = "../noosphere-storage" } tokio = { workspace = true, features = ["sync", "io-util"] } tokio-stream = { workspace = true } diff --git a/rust/noosphere-core/CHANGELOG.md b/rust/noosphere-core/CHANGELOG.md index d9ac67288..29dc8a142 100644 --- a/rust/noosphere-core/CHANGELOG.md +++ b/rust/noosphere-core/CHANGELOG.md @@ -10,6 +10,26 @@ * noosphere-storage bumped from 0.7.0 to 0.7.1 * noosphere-collections bumped from 0.6.0 to 0.6.1 +## [0.17.3](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-core-v0.17.2...noosphere-core-v0.17.3) (2023-11-01) + + +### Features + +* Periodic syndication checks to IPFS Kubo ([#685](https://github.com/subconsciousnetwork/noosphere/issues/685)) ([b5640b2](https://github.com/subconsciousnetwork/noosphere/commit/b5640b2e23ad7bfc522a03d0b1731e372425afa8)) + + +### Bug Fixes + +* Recovery only uses latest version of sphere ([#703](https://github.com/subconsciousnetwork/noosphere/issues/703)) ([500bd69](https://github.com/subconsciousnetwork/noosphere/commit/500bd69509b21e7f8c13b178f1de05168b2386d3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-storage bumped from 0.9.2 to 0.9.3 + * noosphere-collections bumped from 0.6.6 to 0.6.7 + ## [0.17.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-core-v0.17.1...noosphere-core-v0.17.2) (2023-10-12) diff --git a/rust/noosphere-core/Cargo.toml b/rust/noosphere-core/Cargo.toml index e9ff2fd80..bcd2cba57 100644 --- a/rust/noosphere-core/Cargo.toml +++ b/rust/noosphere-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-core" -version = "0.17.2" +version = "0.17.3" edition = "2021" description = "Core data types of the Rust Noosphere implementation" keywords = ["hamt", "ipld", "noosphere", "p2p", "async"] @@ -59,8 +59,8 @@ strum_macros = { workspace = true } tokio-util = { workspace = true, features = ["io"] } noosphere-common = { version = "0.1.2", path = "../noosphere-common" } -noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } -noosphere-collections = { version = "0.6.6", path = "../noosphere-collections" } +noosphere-storage = { version = "0.9.3", path = "../noosphere-storage" } +noosphere-collections = { version = "0.6.7", path = "../noosphere-collections" } ucan = { workspace = true } ucan-key-support = { workspace = true } diff --git a/rust/noosphere-gateway/CHANGELOG.md b/rust/noosphere-gateway/CHANGELOG.md index b2b2e3688..85b69c2bd 100644 --- a/rust/noosphere-gateway/CHANGELOG.md +++ b/rust/noosphere-gateway/CHANGELOG.md @@ -105,6 +105,30 @@ * dependencies * noosphere-ns bumped from 0.9.3 to 0.9.4 +## [0.10.3](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.10.2...noosphere-gateway-v0.10.3) (2023-11-01) + + +### Features + +* Periodic syndication checks to IPFS Kubo ([#685](https://github.com/subconsciousnetwork/noosphere/issues/685)) ([b5640b2](https://github.com/subconsciousnetwork/noosphere/commit/b5640b2e23ad7bfc522a03d0b1731e372425afa8)) + + +### Bug Fixes + +* Recovery only uses latest version of sphere ([#703](https://github.com/subconsciousnetwork/noosphere/issues/703)) ([500bd69](https://github.com/subconsciousnetwork/noosphere/commit/500bd69509b21e7f8c13b178f1de05168b2386d3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-ipfs bumped from 0.8.3 to 0.8.4 + * noosphere-core bumped from 0.17.2 to 0.17.3 + * noosphere-ns bumped from 0.11.3 to 0.11.4 + * noosphere-storage bumped from 0.9.2 to 0.9.3 + * dev-dependencies + * noosphere-core bumped from 0.17.2 to 0.17.3 + ## [0.10.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.10.1...noosphere-gateway-v0.10.2) (2023-10-12) diff --git a/rust/noosphere-gateway/Cargo.toml b/rust/noosphere-gateway/Cargo.toml index 002b1693e..68cb8db05 100644 --- a/rust/noosphere-gateway/Cargo.toml +++ b/rust/noosphere-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-gateway" -version = "0.10.2" +version = "0.10.3" edition = "2021" description = "A geist on the network that enables user spheres to discover each other" keywords = ["http", "geist", "noosphere", "p2p", "ucan"] @@ -24,7 +24,7 @@ tracing = { workspace = true } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] reqwest = { workspace = true } noosphere-common = { version = "0.1.2", path = "../noosphere-common", features = ["helpers"] } -noosphere-core = { version = "0.17.2", path = "../noosphere-core", features = ["helpers"] } +noosphere-core = { version = "0.17.3", path = "../noosphere-core", features = ["helpers"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] anyhow = { workspace = true } @@ -46,10 +46,10 @@ async-stream = { workspace = true } url = { workspace = true, features = ["serde"] } mime_guess = "^2" -noosphere-ipfs = { version = "0.8.3", path = "../noosphere-ipfs" } -noosphere-core = { version = "0.17.2", path = "../noosphere-core" } -noosphere-ns = { version = "0.11.3", path = "../noosphere-ns" } -noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } +noosphere-ipfs = { version = "0.8.4", path = "../noosphere-ipfs" } +noosphere-core = { version = "0.17.3", path = "../noosphere-core" } +noosphere-ns = { version = "0.11.4", path = "../noosphere-ns" } +noosphere-storage = { version = "0.9.3", path = "../noosphere-storage" } noosphere-common = { version = "0.1.2", path = "../noosphere-common" } ucan = { workspace = true } ucan-key-support = { workspace = true } diff --git a/rust/noosphere-into/CHANGELOG.md b/rust/noosphere-into/CHANGELOG.md index 9b3f7a04f..bd554721f 100644 --- a/rust/noosphere-into/CHANGELOG.md +++ b/rust/noosphere-into/CHANGELOG.md @@ -155,6 +155,13 @@ * dev-dependencies * noosphere-core bumped from 0.17.1 to 0.17.2 +* The following workspace dependencies were updated + * dependencies + * noosphere-core bumped from 0.17.2 to 0.17.3 + * noosphere-storage bumped from 0.9.2 to 0.9.3 + * dev-dependencies + * noosphere-core bumped from 0.17.2 to 0.17.3 + ## [0.11.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-into-v0.11.1...noosphere-into-v0.11.2) (2023-10-06) diff --git a/rust/noosphere-into/Cargo.toml b/rust/noosphere-into/Cargo.toml index 2a6229543..cd2129e73 100644 --- a/rust/noosphere-into/Cargo.toml +++ b/rust/noosphere-into/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-into" -version = "0.11.3" +version = "0.11.4" edition = "2021" description = "Transformations of Noosphere content into various target formats" keywords = ["html", "ipld", "noosphere", "subtext", "transcode"] @@ -17,8 +17,8 @@ homepage = "https://github.com/subconsciousnetwork/noosphere" readme = "README.md" [dependencies] -noosphere-core = { version = "0.17.2", path = "../noosphere-core" } -noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } +noosphere-core = { version = "0.17.3", path = "../noosphere-core" } +noosphere-storage = { version = "0.9.3", path = "../noosphere-storage" } subtext = { version = "0.3.2", features = ["stream"] } async-trait = "~0.1" url = { workspace = true } @@ -43,7 +43,7 @@ ucan = { workspace = true } ucan-key-support = { workspace = true } [dev-dependencies] -noosphere-core = { version = "0.17.2", path = "../noosphere-core", features = ["helpers"] } +noosphere-core = { version = "0.17.3", path = "../noosphere-core", features = ["helpers"] } wasm-bindgen-test = { workspace = true } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] diff --git a/rust/noosphere-ipfs/CHANGELOG.md b/rust/noosphere-ipfs/CHANGELOG.md index 63af1c07d..526273de1 100644 --- a/rust/noosphere-ipfs/CHANGELOG.md +++ b/rust/noosphere-ipfs/CHANGELOG.md @@ -58,6 +58,12 @@ * dev-dependencies * noosphere-core bumped from 0.16.0 to 0.17.0 +* The following workspace dependencies were updated + * dependencies + * noosphere-storage bumped from 0.9.2 to 0.9.3 + * dev-dependencies + * noosphere-core bumped from 0.17.2 to 0.17.3 + ## [0.8.3](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ipfs-v0.8.2...noosphere-ipfs-v0.8.3) (2023-10-12) diff --git a/rust/noosphere-ipfs/Cargo.toml b/rust/noosphere-ipfs/Cargo.toml index 3ebfcdb73..e92048c8b 100644 --- a/rust/noosphere-ipfs/Cargo.toml +++ b/rust/noosphere-ipfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-ipfs" -version = "0.8.3" +version = "0.8.4" edition = "2021" description = "An interface for an IPFS client." keywords = [ @@ -39,7 +39,7 @@ tokio = { workspace = true, features = ["io-util"] } tokio-stream = { workspace = true } tracing = { workspace = true } url = { workspace = true, features = [ "serde" ] } -noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } +noosphere-storage = { version = "0.9.3", path = "../noosphere-storage" } noosphere-common = { version = "0.1.2", path = "../noosphere-common" } ucan = { workspace = true, optional = true } @@ -54,4 +54,4 @@ iroh-car = { workspace = true } libipld-cbor = { workspace = true } libipld-json = { workspace = true } multihash = { workspace = true } -noosphere-core = { version = "0.17.2", path = "../noosphere-core" } +noosphere-core = { version = "0.17.3", path = "../noosphere-core" } diff --git a/rust/noosphere-ns/CHANGELOG.md b/rust/noosphere-ns/CHANGELOG.md index 765ba0ee1..d89432ae0 100644 --- a/rust/noosphere-ns/CHANGELOG.md +++ b/rust/noosphere-ns/CHANGELOG.md @@ -128,6 +128,13 @@ * noosphere bumped from 0.15.2 to 0.15.3 * noosphere-ipfs bumped from 0.8.2 to 0.8.3 +* The following workspace dependencies were updated + * dependencies + * noosphere-storage bumped from 0.9.2 to 0.9.3 + * noosphere-core bumped from 0.17.2 to 0.17.3 + * noosphere bumped from 0.15.3 to 0.15.4 + * noosphere-ipfs bumped from 0.8.3 to 0.8.4 + ## [0.11.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ns-v0.10.2...noosphere-ns-v0.11.0) (2023-09-19) diff --git a/rust/noosphere-ns/Cargo.toml b/rust/noosphere-ns/Cargo.toml index d480cfe4e..0ca585421 100644 --- a/rust/noosphere-ns/Cargo.toml +++ b/rust/noosphere-ns/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-ns" -version = "0.11.3" +version = "0.11.4" edition = "2021" description = "A P2P name system for Noosphere" keywords = [ @@ -36,15 +36,15 @@ async-trait = "~0.1" ucan = { workspace = true } ucan-key-support = { workspace = true } tokio = { workspace = true, features = ["io-util", "io-std", "sync", "macros", "rt", "rt-multi-thread"] } -noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } -noosphere-core = { version = "0.17.2", path = "../noosphere-core" } +noosphere-storage = { version = "0.9.3", path = "../noosphere-storage" } +noosphere-core = { version = "0.17.3", path = "../noosphere-core" } noosphere-common = { version = "0.1.2", path = "../noosphere-common" } libp2p = { version = "0.51.3", default-features = false, features = [ "ed25519", "identify", "dns", "kad", "macros", "noise", "serde", "tcp", "tokio", "yamux" ] } void = { workspace = true } # noosphere_ns::bin -noosphere = { version = "0.15.3", path = "../noosphere", optional = true } -noosphere-ipfs = { version = "0.8.3", path = "../noosphere-ipfs", optional = true } +noosphere = { version = "0.15.4", path = "../noosphere", optional = true } +noosphere-ipfs = { version = "0.8.4", path = "../noosphere-ipfs", optional = true } clap = { version = "^4.4", features = ["derive"], optional = true } home = { version = "~0.5", optional = true } toml = { version = "~0.8", optional = true } diff --git a/rust/noosphere-storage/CHANGELOG.md b/rust/noosphere-storage/CHANGELOG.md index 90dcb64c0..a0b7e086b 100644 --- a/rust/noosphere-storage/CHANGELOG.md +++ b/rust/noosphere-storage/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.3](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-storage-v0.9.2...noosphere-storage-v0.9.3) (2023-11-01) + + +### Features + +* Periodic syndication checks to IPFS Kubo ([#685](https://github.com/subconsciousnetwork/noosphere/issues/685)) ([b5640b2](https://github.com/subconsciousnetwork/noosphere/commit/b5640b2e23ad7bfc522a03d0b1731e372425afa8)) + ## [0.9.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-storage-v0.9.1...noosphere-storage-v0.9.2) (2023-10-12) diff --git a/rust/noosphere-storage/Cargo.toml b/rust/noosphere-storage/Cargo.toml index b47f66c7f..bd6ff87bf 100644 --- a/rust/noosphere-storage/Cargo.toml +++ b/rust/noosphere-storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-storage" -version = "0.9.2" +version = "0.9.3" edition = "2021" description = "Pluggable backing storage for the Rust Noosphere implementation" keywords = ["storage", "noosphere", "sled", "ipld", "indexeddb"] diff --git a/rust/noosphere/CHANGELOG.md b/rust/noosphere/CHANGELOG.md index 08823dc86..e922ee638 100644 --- a/rust/noosphere/CHANGELOG.md +++ b/rust/noosphere/CHANGELOG.md @@ -93,6 +93,30 @@ * noosphere-core bumped from 0.17.0 to 0.17.1 * noosphere-common bumped from 0.1.0 to 0.1.1 +## [0.15.4](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-v0.15.3...noosphere-v0.15.4) (2023-11-01) + + +### Features + +* Periodic syndication checks to IPFS Kubo ([#685](https://github.com/subconsciousnetwork/noosphere/issues/685)) ([b5640b2](https://github.com/subconsciousnetwork/noosphere/commit/b5640b2e23ad7bfc522a03d0b1731e372425afa8)) + + +### Bug Fixes + +* Recovery only uses latest version of sphere ([#703](https://github.com/subconsciousnetwork/noosphere/issues/703)) ([500bd69](https://github.com/subconsciousnetwork/noosphere/commit/500bd69509b21e7f8c13b178f1de05168b2386d3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-core bumped from 0.17.2 to 0.17.3 + * noosphere-storage bumped from 0.9.2 to 0.9.3 + * noosphere-ipfs bumped from 0.8.3 to 0.8.4 + * noosphere-into bumped from 0.11.3 to 0.11.4 + * dev-dependencies + * noosphere-core bumped from 0.17.2 to 0.17.3 + ## [0.15.3](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-v0.15.2...noosphere-v0.15.3) (2023-10-12) diff --git a/rust/noosphere/Cargo.toml b/rust/noosphere/Cargo.toml index 525e4269d..3e9b1f49e 100644 --- a/rust/noosphere/Cargo.toml +++ b/rust/noosphere/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere" -version = "0.15.3" +version = "0.15.4" edition = "2021" description = "A high-level package for dealing with accessing the Noosphere" keywords = ["noosphere"] @@ -42,9 +42,9 @@ libipld-core = { workspace = true } libipld-cbor = { workspace = true } bytes = "^1" -noosphere-core = { version = "0.17.2", path = "../noosphere-core" } -noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } -noosphere-ipfs = { version = "0.8.3", path = "../noosphere-ipfs", optional = true } +noosphere-core = { version = "0.17.3", path = "../noosphere-core" } +noosphere-storage = { version = "0.9.3", path = "../noosphere-storage" } +noosphere-ipfs = { version = "0.8.4", path = "../noosphere-ipfs", optional = true } ucan = { workspace = true } ucan-key-support = { workspace = true } @@ -53,7 +53,7 @@ libipld-core = { workspace = true } rand = { workspace = true } serde_json = { workspace = true } -noosphere-core = { version = "0.17.2", path = "../noosphere-core", features = ["helpers"] } +noosphere-core = { version = "0.17.3", path = "../noosphere-core", features = ["helpers"] } noosphere-common = { version = "0.1.2", path = "../noosphere-common", features = ["helpers"] } [target.'cfg(target_arch = "wasm32")'.dependencies] @@ -64,7 +64,7 @@ rexie = { version = "~0.5" } wasm-bindgen = { workspace = true } wasm-bindgen-futures = { workspace = true } js-sys = { workspace = true } -noosphere-into = { version = "0.11.3", path = "../noosphere-into" } +noosphere-into = { version = "0.11.4", path = "../noosphere-into" } [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] workspace = true