diff --git a/Cargo.lock b/Cargo.lock index d2ede13..96d5b8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3236,7 +3236,7 @@ checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" [[package]] name = "nextgraph" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" dependencies = [ "async-once-cell", "async-std", @@ -3264,7 +3264,7 @@ dependencies = [ [[package]] name = "ng-app" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" dependencies = [ "async-std", "nextgraph", @@ -3289,7 +3289,7 @@ dependencies = [ [[package]] name = "ng-async-tungstenite" version = "0.22.2" -source = "git+https://git.nextgraph.org/NextGraph/async-tungstenite.git?branch=nextgraph#13de4e36436cdfcb0d2cbe7d21995ff4072faf30" +source = "git+https://git.nextgraph.org/NextGraph/async-tungstenite.git?branch=nextgraph#84fcc9e457f7686afcec0e6068819f482c0afa8c" dependencies = [ "async-native-tls", "async-std", @@ -3302,7 +3302,7 @@ dependencies = [ [[package]] name = "ng-broker" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" dependencies = [ "async-std", "async-trait", @@ -3328,7 +3328,7 @@ dependencies = [ [[package]] name = "ng-client-ws" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" dependencies = [ "async-std", "async-trait", @@ -3347,7 +3347,7 @@ dependencies = [ [[package]] name = "ng-net" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" dependencies = [ "async-recursion", "async-std", @@ -3378,7 +3378,7 @@ dependencies = [ [[package]] name = "ng-oxigraph" -version = "0.4.0-alpha.7-ngalpha" +version = "0.4.0-alpha.8-ngalpha" dependencies = [ "base64-url", "codspeed-criterion-compat", @@ -3402,14 +3402,14 @@ dependencies = [ "serde", "sha1", "sha2 0.10.8", - "siphasher 1.0.1", + "siphasher 0.3.10", "thiserror", "zstd", ] [[package]] name = "ng-repo" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" dependencies = [ "base64-url", "blake3", @@ -3444,7 +3444,7 @@ dependencies = [ [[package]] name = "ng-rocksdb" version = "0.21.0-ngpreview.7" -source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#a56d4082b0286c691d9004b34b9248f28a6f74f0" +source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#0861351ab34188cb2ed71ee865f463d80019b165" dependencies = [ "bindgen", "bzip2-sys", @@ -3485,7 +3485,7 @@ dependencies = [ [[package]] name = "ng-sdk-python" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" dependencies = [ "async-std", "nextgraph", @@ -3497,7 +3497,7 @@ dependencies = [ [[package]] name = "ng-storage-rocksdb" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" dependencies = [ "ng-repo", "ng-rocksdb", @@ -3525,7 +3525,7 @@ dependencies = [ [[package]] name = "ng-verifier" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" dependencies = [ "async-std", "async-trait", @@ -3550,7 +3550,7 @@ dependencies = [ [[package]] name = "ng-wallet" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" dependencies = [ "aes-gcm-siv", "argon2", @@ -3596,7 +3596,7 @@ dependencies = [ [[package]] name = "ngaccount" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" dependencies = [ "anyhow", "duration-str", @@ -3614,7 +3614,7 @@ dependencies = [ [[package]] name = "ngapp" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" dependencies = [ "base64-url", "bytes", @@ -3634,7 +3634,7 @@ dependencies = [ [[package]] name = "ngcli" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" dependencies = [ "async-std", "blake3", @@ -3654,7 +3654,7 @@ dependencies = [ [[package]] name = "ngd" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" dependencies = [ "addr", "async-std", @@ -3674,7 +3674,7 @@ dependencies = [ [[package]] name = "ngnet" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" dependencies = [ "anyhow", "duration-str", diff --git a/Cargo.toml b/Cargo.toml index 88fbb89..817e36f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ members = [ default-members = [ "nextgraph", "ngcli", "ngd" ] [workspace.package] -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" edition = "2021" rust-version = "1.74.0" license = "MIT/Apache-2.0" diff --git a/helpers/ngaccount/Cargo.toml b/helpers/ngaccount/Cargo.toml index 501bd45..4ac27c3 100644 --- a/helpers/ngaccount/Cargo.toml +++ b/helpers/ngaccount/Cargo.toml @@ -23,6 +23,6 @@ log = "0.4" env_logger = "0.10" anyhow = "1.0.71" duration-str = "0.7.1" -ng-repo = { path = "../../ng-repo", version = "0.1.1-alpha", features = ["server_log_output"] } -ng-net = { path = "../../ng-net", version = "0.1.1-alpha" } -ng-client-ws = { path = "../../ng-client-ws", version = "0.1.1-alpha" } \ No newline at end of file +ng-repo = { path = "../../ng-repo", version = "0.1.1-alpha.2", features = ["server_log_output"] } +ng-net = { path = "../../ng-net", version = "0.1.1-alpha.2" } +ng-client-ws = { path = "../../ng-client-ws", version = "0.1.1-alpha.2" } \ No newline at end of file diff --git a/helpers/ngnet/Cargo.toml b/helpers/ngnet/Cargo.toml index 23cc2f0..cb51039 100644 --- a/helpers/ngnet/Cargo.toml +++ b/helpers/ngnet/Cargo.toml @@ -23,6 +23,6 @@ log = "0.4" env_logger = "0.10" anyhow = "1.0.71" duration-str = "0.7.1" -ng-repo = { path = "../../ng-repo", version = "0.1.1-alpha", features = ["server_log_output"] } -ng-net = { path = "../../ng-net", version = "0.1.1-alpha" } -ng-client-ws = { path = "../../ng-client-ws", version = "0.1.1-alpha" } \ No newline at end of file +ng-repo = { path = "../../ng-repo", version = "0.1.1-alpha.2", features = ["server_log_output"] } +ng-net = { path = "../../ng-net", version = "0.1.1-alpha.2" } +ng-client-ws = { path = "../../ng-client-ws", version = "0.1.1-alpha.2" } \ No newline at end of file diff --git a/nextgraph/Cargo.toml b/nextgraph/Cargo.toml index 5ab8c57..1c273f5 100644 --- a/nextgraph/Cargo.toml +++ b/nextgraph/Cargo.toml @@ -2,7 +2,7 @@ name = "nextgraph" description = "NextGraph client library. Nextgraph is a decentralized, secure and local-first web 3.0 ecosystem based on Semantic Web and CRDTs" categories = ["asynchronous","text-editors","web-programming","development-tools","database-implementations"] -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" edition.workspace = true license.workspace = true authors.workspace = true @@ -32,14 +32,14 @@ whoami = "1.5.1" qrcode = { version = "0.14.1", default-features = false, features = ["svg"] } svg2pdf = { version = "0.11.0", default-features = false } pdf-writer = "0.10.0" -ng-repo = { path = "../ng-repo", version = "0.1.1-alpha" } -ng-net = { path = "../ng-net", version = "0.1.1-alpha" } -ng-wallet = { path = "../ng-wallet", version = "0.1.1-alpha" } -ng-client-ws = { path = "../ng-client-ws", version = "0.1.1-alpha" } -ng-verifier = { path = "../ng-verifier", version = "0.1.1-alpha" } +ng-repo = { path = "../ng-repo", version = "0.1.1-alpha.2" } +ng-net = { path = "../ng-net", version = "0.1.1-alpha.2" } +ng-wallet = { path = "../ng-wallet", version = "0.1.1-alpha.2" } +ng-client-ws = { path = "../ng-client-ws", version = "0.1.1-alpha.2" } +ng-verifier = { path = "../ng-verifier", version = "0.1.1-alpha.2" } [target.'cfg(all(not(target_family = "wasm"),not(docsrs)))'.dependencies] -ng-storage-rocksdb = { path = "../ng-storage-rocksdb", version = "0.1.1-alpha" } +ng-storage-rocksdb = { path = "../ng-storage-rocksdb", version = "0.1.1-alpha.2" } [[example]] name = "in_memory" diff --git a/nextgraph/README.md b/nextgraph/README.md index 3b337c7..808f68f 100644 --- a/nextgraph/README.md +++ b/nextgraph/README.md @@ -44,7 +44,7 @@ A tokio-based version (as a feature) might be available in the future. ```toml [dependencies] -nextgraph = "0.1.1-alpha" +nextgraph = "0.1.1-alpha.2" async-std = "1.12.0" ``` diff --git a/ng-app/package.json b/ng-app/package.json index eedfaf5..eeca364 100644 --- a/ng-app/package.json +++ b/ng-app/package.json @@ -1,7 +1,7 @@ { "name": "@nextgraph-monorepo/ng-app", "private": true, - "version": "0.1.1-alpha", + "version": "0.1.1-alpha.2", "type": "module", "scripts": { "dev": "shx cp index-native.html index.html && vite", diff --git a/ng-broker/Cargo.toml b/ng-broker/Cargo.toml index 920c580..d75237e 100644 --- a/ng-broker/Cargo.toml +++ b/ng-broker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ng-broker" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" description = "Broker library of NextGraph, a decentralized, secure and local-first web 3.0 ecosystem based on Semantic Web and CRDTs" edition.workspace = true license.workspace = true @@ -26,11 +26,11 @@ async-trait = "0.1.64" rust-embed= { version = "6.7.0", features=["include-exclude"] } ng-async-tungstenite = { version = "0.22.2", git = "https://git.nextgraph.org/NextGraph/async-tungstenite.git", branch = "nextgraph", features = ["async-std-runtime"] } blake3 = "1.3.1" -ng-repo = { path = "../ng-repo", version = "0.1.1-alpha" } -ng-net = { path = "../ng-net", version = "0.1.1-alpha" } -ng-client-ws = { path = "../ng-client-ws", version = "0.1.1-alpha" } -ng-verifier = { path = "../ng-verifier", version = "0.1.1-alpha" } -ng-storage-rocksdb = { path = "../ng-storage-rocksdb", version = "0.1.1-alpha" } +ng-repo = { path = "../ng-repo", version = "0.1.1-alpha.2" } +ng-net = { path = "../ng-net", version = "0.1.1-alpha.2" } +ng-client-ws = { path = "../ng-client-ws", version = "0.1.1-alpha.2" } +ng-verifier = { path = "../ng-verifier", version = "0.1.1-alpha.2" } +ng-storage-rocksdb = { path = "../ng-storage-rocksdb", version = "0.1.1-alpha.2" } urlencoding = "2.1.3" [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] diff --git a/ng-client-ws/Cargo.toml b/ng-client-ws/Cargo.toml index cb9ecaa..78acaff 100644 --- a/ng-client-ws/Cargo.toml +++ b/ng-client-ws/Cargo.toml @@ -18,8 +18,8 @@ either = "1.8.1" futures = "0.3.24" async-trait = "0.1.64" async-std = { version = "1.12.0", features = ["attributes","unstable"] } -ng-repo = { path = "../ng-repo", version = "0.1.1-alpha" } -ng-net = { path = "../ng-net", version = "0.1.1-alpha" } +ng-repo = { path = "../ng-repo", version = "0.1.1-alpha.2" } +ng-net = { path = "../ng-net", version = "0.1.1-alpha.2" } [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "0.2.88" diff --git a/ng-net/Cargo.toml b/ng-net/Cargo.toml index 4cf0d3d..b753dc7 100644 --- a/ng-net/Cargo.toml +++ b/ng-net/Cargo.toml @@ -37,7 +37,7 @@ regex = "1.8.4" base64-url = "2.0.0" web-time = "0.2.0" time = "0.3.41" -ng-repo = { path = "../ng-repo", version = "0.1.1-alpha" } +ng-repo = { path = "../ng-repo", version = "0.1.1-alpha.2" } reqwest = { version = "0.11.18", features = ["json","native-tls-vendored"] } [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] diff --git a/ng-oxigraph/Cargo.toml b/ng-oxigraph/Cargo.toml index eef3edf..6c7be04 100644 --- a/ng-oxigraph/Cargo.toml +++ b/ng-oxigraph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ng-oxigraph" -version = "0.4.0-alpha.7-ngalpha" +version = "0.4.0-alpha.8-ngalpha" authors = ["Tpt ", "Niko PLP "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -46,7 +46,7 @@ quick-xml = ">=0.29, <0.32" memchr = "2.5" peg = "0.8" base64-url = "2.0.0" -ng-repo = { path = "../ng-repo", version = "0.1.1-alpha" } +ng-repo = { path = "../ng-repo", version = "0.1.1-alpha.2" } [target.'cfg(all(not(target_family = "wasm"),not(docsrs)))'.dependencies] libc = "0.2" diff --git a/ng-storage-rocksdb/Cargo.toml b/ng-storage-rocksdb/Cargo.toml index d85d38a..6206f06 100644 --- a/ng-storage-rocksdb/Cargo.toml +++ b/ng-storage-rocksdb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ng-storage-rocksdb" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" description = "Stores based on RocksDB for NextGraph" edition.workspace = true license.workspace = true @@ -14,7 +14,7 @@ build = "build.rs" [dependencies] serde_bare = "0.5.0" -ng-repo = { path = "../ng-repo", version = "0.1.1-alpha" } +ng-repo = { path = "../ng-repo", version = "0.1.1-alpha.2" } [target.'cfg(all(not(target_arch = "wasm32"),not(docsrs)))'.dependencies.ng-rocksdb] git = "https://git.nextgraph.org/NextGraph/rust-rocksdb.git" diff --git a/ng-verifier/Cargo.toml b/ng-verifier/Cargo.toml index c6783bc..66aa587 100644 --- a/ng-verifier/Cargo.toml +++ b/ng-verifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ng-verifier" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" description = "Verifier library of NextGraph" edition.workspace = true license.workspace = true @@ -33,16 +33,16 @@ async-std = { version = "1.12.0", features = [ "attributes", "unstable" ] } automerge = "0.5.11" yrs = "0.19.2" sbbf-rs-safe = "0.3.2" -ng-repo = { path = "../ng-repo", version = "0.1.1-alpha" } -ng-net = { path = "../ng-net", version = "0.1.1-alpha" } -ng-oxigraph = { path = "../ng-oxigraph", version = "0.4.0-alpha.7-ngalpha" } +ng-repo = { path = "../ng-repo", version = "0.1.1-alpha.2" } +ng-net = { path = "../ng-net", version = "0.1.1-alpha.2" } +ng-oxigraph = { path = "../ng-oxigraph", version = "0.4.0-alpha.8-ngalpha" } [target.'cfg(target_family = "wasm")'.dependencies] -ng-oxigraph = { path = "../ng-oxigraph", version = "0.4.0-alpha.7-ngalpha", features = ["js"] } +ng-oxigraph = { path = "../ng-oxigraph", version = "0.4.0-alpha.8-ngalpha", features = ["js"] } [target.'cfg(all(not(target_family = "wasm"),not(docsrs)))'.dependencies] -ng-storage-rocksdb = { path = "../ng-storage-rocksdb", version = "0.1.1-alpha" } +ng-storage-rocksdb = { path = "../ng-storage-rocksdb", version = "0.1.1-alpha.2" } getrandom = "0.2.7" [dev-dependencies] -ng-repo = { path = "../ng-repo", version = "0.1.1-alpha", features = ["testing"] } \ No newline at end of file +ng-repo = { path = "../ng-repo", version = "0.1.1-alpha.2", features = ["testing"] } \ No newline at end of file diff --git a/ng-wallet/Cargo.toml b/ng-wallet/Cargo.toml index 804d6a3..3d80b38 100644 --- a/ng-wallet/Cargo.toml +++ b/ng-wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ng-wallet" -version = "0.1.1-alpha" +version = "0.1.1-alpha.2" description = "Wallet library of NextGraph. keeps the secret keys of all identities of the user in a safe wallet. NextGraph is a decentralized, secure and local-first web 3.0 ecosystem based on Semantic Web and CRDTs" categories = ["authentication"] edition.workspace = true @@ -32,10 +32,10 @@ chacha20poly1305 = "0.10.1" #{version = "0.10.1", features = ["heapless","getrandom"] } image = "0.24.6" web-time = "0.2.0" -ng-repo = { path = "../ng-repo", version = "0.1.1-alpha" } -ng-net = { path = "../ng-net", version = "0.1.1-alpha" } -ng-verifier = { path = "../ng-verifier", version = "0.1.1-alpha" } +ng-repo = { path = "../ng-repo", version = "0.1.1-alpha.2" } +ng-net = { path = "../ng-net", version = "0.1.1-alpha.2" } +ng-verifier = { path = "../ng-verifier", version = "0.1.1-alpha.2" } [dev-dependencies] -ng-repo = { path = "../ng-repo", version = "0.1.1-alpha", features = ["testing"] } -ng-verifier = { path = "../ng-verifier", version = "0.1.1-alpha", features = ["testing"] } \ No newline at end of file +ng-repo = { path = "../ng-repo", version = "0.1.1-alpha.2", features = ["testing"] } +ng-verifier = { path = "../ng-verifier", version = "0.1.1-alpha.2", features = ["testing"] } \ No newline at end of file diff --git a/ngcli/Cargo.toml b/ngcli/Cargo.toml index 4370238..345c4dd 100644 --- a/ngcli/Cargo.toml +++ b/ngcli/Cargo.toml @@ -26,7 +26,7 @@ duration-str = "0.7.1" clap = { version = "4.3.5", features = ["env","string","cargo"] } log = "0.4" env_logger = "0.10" -ng-repo = { path = "../ng-repo", version = "0.1.1-alpha", features = ["server_log_output"] } -ng-net = { path = "../ng-net", version = "0.1.1-alpha" } -ng-client-ws = { path = "../ng-client-ws", version = "0.1.1-alpha" } +ng-repo = { path = "../ng-repo", version = "0.1.1-alpha.2", features = ["server_log_output"] } +ng-net = { path = "../ng-net", version = "0.1.1-alpha.2" } +ng-client-ws = { path = "../ng-client-ws", version = "0.1.1-alpha.2" } ng-async-tungstenite = { version = "0.22.2", git = "https://git.nextgraph.org/NextGraph/async-tungstenite.git", branch = "nextgraph", features = ["async-std-runtime", "async-native-tls"] } \ No newline at end of file diff --git a/ngd/Cargo.toml b/ngd/Cargo.toml index 3698d1e..62f1c95 100644 --- a/ngd/Cargo.toml +++ b/ngd/Cargo.toml @@ -28,9 +28,9 @@ lazy_static = "1.4.0" log = "0.4" env_logger = "0.10" clap = { version = "4.3.21", features = ["derive","env","string"] } -ng-repo = { path = "../ng-repo", version = "0.1.1-alpha", features = ["server_log_output"] } -ng-net = { path = "../ng-net", version = "0.1.1-alpha" } -ng-broker = { path = "../ng-broker", version = "0.1.1-alpha" } +ng-repo = { path = "../ng-repo", version = "0.1.1-alpha.2", features = ["server_log_output"] } +ng-net = { path = "../ng-net", version = "0.1.1-alpha.2" } +ng-broker = { path = "../ng-broker", version = "0.1.1-alpha.2" }