Skip to content

Commit

Permalink
updates to holochain 0.4.0-rc and moss 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Oct 15, 2024
1 parent 345beea commit 5a2848b
Show file tree
Hide file tree
Showing 22 changed files with 2,683 additions and 2,257 deletions.
1,049 changes: 927 additions & 122 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ opt-level = "z"
opt-level = "z"

[workspace.dependencies]
hdi = "0.4.1"
hdk = "0.3.1"
hdi = "0.5.0-rc"
hdk = "0.4.0-rc"
serde = "1"
holochain = "0.3.1"
holochain = "0.4.0-rc"
2 changes: 1 addition & 1 deletion applet/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import "@holochain-open-dev/profiles/dist/elements/profiles-context.js";
import "@holochain-open-dev/profiles/dist/elements/profile-prompt.js";
import { ProfilesZomeMock } from "@holochain-open-dev/profiles/dist/mocks.js";
import { weServicesMock } from "@lightningrodlabs/we-applet/dist/mocks.js";
import { weServicesMock } from "@theweave/api/dist/mocks.js";

import Applet from "../src/index.ts";

Expand Down
2 changes: 1 addition & 1 deletion applet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@holochain-syn/core": "^0.6.0",
"@holochain/client": "^0.16.0",
"@lightningrodlabs/notebooks": "0.0.1",
"@lightningrodlabs/we-applet": "^0.8.0",
"@theweave/api": "^0.8.0",
"@lightningrodlabs/attachments": "^0.2.0",
"@lit-labs/context": "^0.2.0",
"@lit/localize": "^0.11.4",
Expand Down
2 changes: 1 addition & 1 deletion applet/src/cross-applet-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
GroupProfile,
WeServices,
weServicesContext,
} from "@lightningrodlabs/we-applet";
} from "@theweave/api";
import { consume } from "@lit-labs/context";
import { CellType } from "@holochain/client";

Expand Down
6 changes: 3 additions & 3 deletions applet/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ import {
CrossAppletViews,
WeApplet,
WeServices,
} from "@lightningrodlabs/we-applet";
} from "@theweave/api";

import "@lightningrodlabs/notebooks/dist/elements/all-notes.js";
import "@lightningrodlabs/notebooks/dist/elements/column-header.js";
import "@lightningrodlabs/notebooks/dist/elements/markdown-note.js";
import "@holochain-open-dev/profiles/dist/elements/profiles-context.js";
import "@lightningrodlabs/we-applet/dist/elements/we-services-context.js";
import "@lightningrodlabs/we-applet/dist/elements/hrl-link.js";
import "@theweave/api/dist/elements/we-services-context.js";
import "@theweave/api/dist/elements/hrl-link.js";
import "@lightningrodlabs/attachments/dist/elements/attachments-context.js";
import "@lightningrodlabs/attachments/dist/elements/attachments-bar.js";
import {
Expand Down
2 changes: 1 addition & 1 deletion dnas/notebooks/zomes/coordinator/profiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
name = "profiles"

[dependencies]
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.1" }
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "main-0.4" }
2 changes: 1 addition & 1 deletion dnas/notebooks/zomes/coordinator/syn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ name = "syn"
[dependencies]
derive_more = "0"

hc_zome_syn_coordinator = { git = "https://github.com/holochain/syn", branch = "for-hdk-v0.3.1" }
hc_zome_syn_coordinator = { git = "https://github.com/holochain/syn", branch = "main-0.4" }
2 changes: 1 addition & 1 deletion dnas/notebooks/zomes/integrity/profiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
name = "profiles_integrity"

[dependencies]
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.1" }
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "main-0.4" }
2 changes: 1 addition & 1 deletion dnas/notebooks/zomes/integrity/syn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ name = "syn_integrity"
derive_more = "0"
serde = "1"

hc_zome_syn_integrity = { git = "https://github.com/holochain/syn", branch = "for-hdk-v0.3.1" }
hc_zome_syn_integrity = { git = "https://github.com/holochain/syn", branch = "main-0.4" }
Loading

0 comments on commit 5a2848b

Please sign in to comment.