From d0e800761f1a9490eee9d7700e3e9eaf8ea49f5f Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 18 Dec 2024 18:47:56 +0100 Subject: [PATCH] bump to holochain 0.4.0 --- Cargo.lock | 4 ++-- Cargo.toml | 6 +++--- cli/package.json | 4 ++-- .../group/zomes/coordinator/profiles/Cargo.toml | 2 +- dnas/group/zomes/integrity/profiles/Cargo.toml | 2 +- example/ui/package.json | 2 +- iframes/applet-iframe/package.json | 2 +- libs/api/package.json | 2 +- libs/attachments/package.json | 2 +- libs/elements/package.json | 2 +- moss.config.json | 2 +- package.json | 4 ++-- shared/group-client/package.json | 2 +- shared/tool-library-client/package.json | 2 +- shared/types/package.json | 2 +- shared/utils/package.json | 2 +- tests/package.json | 2 +- wdocker/package.json | 2 +- yarn.lock | 17 ++++++++++++++++- 19 files changed, 39 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80f8c038..f5717464 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2387,7 +2387,7 @@ dependencies = [ [[package]] name = "hc_zome_profiles_coordinator" version = "0.2.0" -source = "git+https://github.com/holochain-open-dev/profiles?rev=b79351b56c9825ea2e886aca8c3208e6a9919434#b79351b56c9825ea2e886aca8c3208e6a9919434" +source = "git+https://github.com/holochain-open-dev/profiles?rev=075ac741dea13f54d1883fab01638c3f5e914f9a#075ac741dea13f54d1883fab01638c3f5e914f9a" dependencies = [ "derive_more", "hc_zome_profiles_integrity", @@ -2398,7 +2398,7 @@ dependencies = [ [[package]] name = "hc_zome_profiles_integrity" version = "0.2.0" -source = "git+https://github.com/holochain-open-dev/profiles?rev=b79351b56c9825ea2e886aca8c3208e6a9919434#b79351b56c9825ea2e886aca8c3208e6a9919434" +source = "git+https://github.com/holochain-open-dev/profiles?rev=075ac741dea13f54d1883fab01638c3f5e914f9a#075ac741dea13f54d1883fab01638c3f5e914f9a" dependencies = [ "derive_more", "hdi", diff --git a/Cargo.toml b/Cargo.toml index e4a31118..77963b64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,9 @@ lto = true [workspace.dependencies] -hdi = { version = "0.5.0-rc.1" } -hdk = { version = "0.4.0-rc.1" } -holochain = { version = "0.4.0-rc.2" } +hdi = { version = "0.5.0" } +hdk = { version = "0.4.0" } +holochain = { version = "0.4.0" } serde = "1" diff --git a/cli/package.json b/cli/package.json index 1b2691c5..47117f83 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@theweave/cli", - "version": "0.13.0-epsilon.1", + "version": "0.13.0-rc.0", "description": "CLI to run Tools for the Weave in development mode", "license": "CAL-1.0", "repository": { @@ -21,7 +21,7 @@ "@holochain-open-dev/profiles": "0.400.0-rc.0", "@holochain-open-dev/stores": "0.400.0-rc.0", "@holochain-open-dev/utils": "0.400.0-rc.0", - "@holochain/client": "0.18.0-rc.1", + "@holochain/client": "0.18.0", "@lightningrodlabs/we-rust-utils": "0.400.0-rc.0", "@matthme/electron-updater": "6.3.0-alpha.1", "@msgpack/msgpack": "^2.8.0", diff --git a/dnas/group/zomes/coordinator/profiles/Cargo.toml b/dnas/group/zomes/coordinator/profiles/Cargo.toml index 6a485d9e..af26ebc8 100644 --- a/dnas/group/zomes/coordinator/profiles/Cargo.toml +++ b/dnas/group/zomes/coordinator/profiles/Cargo.toml @@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"] name = "profiles_coordinator" [dependencies] -hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", rev = "b79351b56c9825ea2e886aca8c3208e6a9919434" } +hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", rev = "075ac741dea13f54d1883fab01638c3f5e914f9a" } diff --git a/dnas/group/zomes/integrity/profiles/Cargo.toml b/dnas/group/zomes/integrity/profiles/Cargo.toml index 4b2b1715..c63139ed 100644 --- a/dnas/group/zomes/integrity/profiles/Cargo.toml +++ b/dnas/group/zomes/integrity/profiles/Cargo.toml @@ -10,4 +10,4 @@ name = "profiles_integrity" [dependencies] serde = "1" derive_more = "0" -hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", rev = "b79351b56c9825ea2e886aca8c3208e6a9919434" } +hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", rev = "075ac741dea13f54d1883fab01638c3f5e914f9a" } diff --git a/example/ui/package.json b/example/ui/package.json index f71e739a..9e60b2f3 100644 --- a/example/ui/package.json +++ b/example/ui/package.json @@ -18,7 +18,7 @@ "@holochain-open-dev/profiles": "0.400.0-rc.0", "@holochain-open-dev/stores": "0.400.0-rc.0", "@holochain-open-dev/utils": "0.400.0-rc.0", - "@holochain/client": "0.18.0-rc.1", + "@holochain/client": "0.18.0", "@theweave/api": "0.4.0-alpha.0", "@theweave/elements": "*", "@theweave/attachments": "*", diff --git a/iframes/applet-iframe/package.json b/iframes/applet-iframe/package.json index 633db9f3..c6e17fd3 100644 --- a/iframes/applet-iframe/package.json +++ b/iframes/applet-iframe/package.json @@ -8,7 +8,7 @@ "@holochain-open-dev/profiles": "0.400.0-rc.0", "@holochain-open-dev/utils": "0.400.0-rc.0", "@holochain-open-dev/stores": "0.400.0-rc.0", - "@holochain/client": "0.18.0-rc.1", + "@holochain/client": "0.18.0", "@theweave/api": "0.4.0-alpha.0", "@theweave/utils": "0.3.0-alpha.0", "inline-module": "^0.6.1" diff --git a/libs/api/package.json b/libs/api/package.json index 5d8e265d..63b150dc 100644 --- a/libs/api/package.json +++ b/libs/api/package.json @@ -26,7 +26,7 @@ "type": "module", "dependencies": { "@holochain-open-dev/profiles": "0.400.0-rc.0", - "@holochain/client": "0.18.0-rc.1", + "@holochain/client": "0.18.0", "@msgpack/msgpack": "^2.8.0", "js-base64": "^3.7.2" }, diff --git a/libs/attachments/package.json b/libs/attachments/package.json index 96347523..df25fdb4 100644 --- a/libs/attachments/package.json +++ b/libs/attachments/package.json @@ -21,7 +21,7 @@ "@holochain-open-dev/profiles": "0.400.0-rc.0", "@holochain-open-dev/stores": "0.400.0-rc.0", "@holochain-open-dev/utils": "0.400.0-rc.0", - "@holochain/client": "0.18.0-rc.1", + "@holochain/client": "0.18.0", "@theweave/api": "0.4.0-alpha.0", "@theweave/elements": "*", "@lit/context": "^1.0.1", diff --git a/libs/elements/package.json b/libs/elements/package.json index 053636ea..817bb511 100644 --- a/libs/elements/package.json +++ b/libs/elements/package.json @@ -25,7 +25,7 @@ "@holochain-open-dev/profiles": "0.400.0-rc.0", "@holochain-open-dev/stores": "0.400.0-rc.0", "@holochain-open-dev/utils": "0.400.0-rc.0", - "@holochain/client": "0.18.0-rc.1", + "@holochain/client": "0.18.0", "@theweave/api": "0.4.0-alpha.0", "@lit/context": "^1.0.1", "@lit/localize": "^0.12.0", diff --git a/moss.config.json b/moss.config.json index f8786dd2..92e9bbac 100644 --- a/moss.config.json +++ b/moss.config.json @@ -9,7 +9,7 @@ } }, "hc": { - "version": "0.4.0-rc.2", + "version": "0.4.0", "sha256": { "x86_64-unknown-linux-gnu": "ec1b3153e7ac3878a6b431c2f539b33988c27c9eec512d2eb56e2e4fa27035a7", "x86_64-pc-windows-msvc.exe": "4437369e509a1f8e671ec894a39ca11771f6e58e3ac174ce8cdccf9d53976516", diff --git a/package.json b/package.json index a1d66ad6..8a312c30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "org.lightningrodlabs.moss-0.13", - "version": "0.13.0-delta.0", + "version": "0.13.0-rc.0", "private": true, "description": "Moss (0.13)", "main": "./out/main/index.js", @@ -73,7 +73,7 @@ "@holochain-open-dev/profiles": "0.400.0-rc.0", "@holochain-open-dev/stores": "0.400.0-rc.0", "@holochain-open-dev/utils": "0.400.0-rc.0", - "@holochain/client": "0.18.0-rc.1", + "@holochain/client": "0.18.0", "@theweave/api": "0.4.0-alpha.0", "@theweave/moss-types": "0.3.0-alpha.0", "@theweave/utils": "file:./shared/utils", diff --git a/shared/group-client/package.json b/shared/group-client/package.json index 854952d5..aacc9096 100644 --- a/shared/group-client/package.json +++ b/shared/group-client/package.json @@ -17,7 +17,7 @@ }, "type": "module", "dependencies": { - "@holochain/client": "0.18.0-rc.1", + "@holochain/client": "0.18.0", "@holochain-open-dev/utils": "0.400.0-rc.0", "@msgpack/msgpack": "^2.7.2", "@theweave/api": "0.4.0-alpha.0" diff --git a/shared/tool-library-client/package.json b/shared/tool-library-client/package.json index 5405bd74..caeeaa1d 100644 --- a/shared/tool-library-client/package.json +++ b/shared/tool-library-client/package.json @@ -17,7 +17,7 @@ }, "type": "module", "dependencies": { - "@holochain/client": "0.18.0-rc.1", + "@holochain/client": "0.18.0", "@holochain-open-dev/utils": "0.400.0-rc.0" }, "devDependencies": { diff --git a/shared/types/package.json b/shared/types/package.json index c21f1404..73ff9544 100644 --- a/shared/types/package.json +++ b/shared/types/package.json @@ -17,7 +17,7 @@ }, "type": "module", "dependencies": { - "@holochain/client": "0.18.0-rc.1", + "@holochain/client": "0.18.0", "@theweave/api": "0.4.0-alpha.0", "@sinclair/typebox": "0.33.12" }, diff --git a/shared/utils/package.json b/shared/utils/package.json index eb0fad7a..d42b0577 100644 --- a/shared/utils/package.json +++ b/shared/utils/package.json @@ -17,7 +17,7 @@ }, "type": "module", "dependencies": { - "@holochain/client": "0.18.0-rc.1", + "@holochain/client": "0.18.0", "@theweave/api": "0.4.0-alpha.0", "@theweave/moss-types": "0.3.0-alpha.0", "@msgpack/msgpack": "^2.7.2", diff --git a/tests/package.json b/tests/package.json index b07573b0..75340c9f 100644 --- a/tests/package.json +++ b/tests/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@msgpack/msgpack": "^2.8.0", - "@holochain/client": "0.18.0-rc.1", + "@holochain/client": "0.18.0", "@holochain/tryorama": "0.17.0-rc.0", "@holochain-open-dev/utils": "0.400.0-rc.0", "@theweave/group-client": "*", diff --git a/wdocker/package.json b/wdocker/package.json index 0e80e33a..cca38740 100644 --- a/wdocker/package.json +++ b/wdocker/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@folder/xdg": "4.0.1", - "@holochain/client": "0.18.0-rc.1", + "@holochain/client": "0.18.0", "@inquirer/prompts": "6.0.1", "@lightningrodlabs/we-rust-utils": "0.400.0-rc.1", "@msgpack/msgpack": "^2.8.0", diff --git a/yarn.lock b/yarn.lock index 12fd0e1d..3dd6b9c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1640,6 +1640,21 @@ resolved "https://registry.yarnpkg.com/@holochain-playground/cli/-/cli-0.1.1.tgz#a5deb207dd3362cf7ab45070f0bc3cb8f12d9602" integrity sha512-JbapAe+uBaec52rTePjdlP0mq3zQhJG/hrdbCd+eecZLA3cXWEGgISR5YwLtx6udN+0ghCDH4U6KILjPiwWZMg== +"@holochain/client@0.18.0": + version "0.18.0" + resolved "https://registry.yarnpkg.com/@holochain/client/-/client-0.18.0.tgz#cf9f3d20711c3bd8e31b847a8c42292959186380" + integrity sha512-I+YIJ2ZeDS8HeUdRvV1Ti9O8m3YPHti8mpUoqg9GZ0A77y+3NIihsB1X8vQBRBFKwNUyZ14U/ZgWQ8/2Y0/T5w== + dependencies: + "@bitgo/blake2b" "^3.2.4" + "@holochain/serialization" "^0.1.0-beta-rc.3" + "@msgpack/msgpack" "^2.8.0" + emittery "^1.0.1" + isomorphic-ws "^5.0.0" + js-base64 "^3.7.5" + libsodium-wrappers "^0.7.13" + lodash-es "^4.17.21" + ws "^8.14.2" + "@holochain/client@0.18.0-dev.13": version "0.18.0-dev.13" resolved "https://registry.yarnpkg.com/@holochain/client/-/client-0.18.0-dev.13.tgz#83fb64201613e0c9e9c0f33c5103f2139d4ba86d" @@ -3204,7 +3219,7 @@ "@theweave/utils@file:./shared/utils", "@theweave/utils@file:shared/utils": version "0.3.0-alpha.1" dependencies: - "@holochain/client" "0.18.0-rc.1" + "@holochain/client" "0.18.0" "@msgpack/msgpack" "^2.7.2" "@theweave/api" "0.4.0-alpha.0" "@theweave/moss-types" "0.3.0-alpha.0"