Skip to content

Commit 5a2848b

Browse files
committed
updates to holochain 0.4.0-rc and moss 0.13
1 parent 345beea commit 5a2848b

File tree

22 files changed

+2683
-2257
lines changed

22 files changed

+2683
-2257
lines changed

Cargo.lock

Lines changed: 927 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ opt-level = "z"
99
opt-level = "z"
1010

1111
[workspace.dependencies]
12-
hdi = "0.4.1"
13-
hdk = "0.3.1"
12+
hdi = "0.5.0-rc"
13+
hdk = "0.4.0-rc"
1414
serde = "1"
15-
holochain = "0.3.1"
15+
holochain = "0.4.0-rc"

applet/demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import "@holochain-open-dev/profiles/dist/elements/profiles-context.js";
3131
import "@holochain-open-dev/profiles/dist/elements/profile-prompt.js";
3232
import { ProfilesZomeMock } from "@holochain-open-dev/profiles/dist/mocks.js";
33-
import { weServicesMock } from "@lightningrodlabs/we-applet/dist/mocks.js";
33+
import { weServicesMock } from "@theweave/api/dist/mocks.js";
3434

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

applet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@holochain-syn/core": "^0.6.0",
2020
"@holochain/client": "^0.16.0",
2121
"@lightningrodlabs/notebooks": "0.0.1",
22-
"@lightningrodlabs/we-applet": "^0.8.0",
22+
"@theweave/api": "^0.8.0",
2323
"@lightningrodlabs/attachments": "^0.2.0",
2424
"@lit-labs/context": "^0.2.0",
2525
"@lit/localize": "^0.11.4",

applet/src/cross-applet-main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
GroupProfile,
2323
WeServices,
2424
weServicesContext,
25-
} from "@lightningrodlabs/we-applet";
25+
} from "@theweave/api";
2626
import { consume } from "@lit-labs/context";
2727
import { CellType } from "@holochain/client";
2828

applet/src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ import {
1919
CrossAppletViews,
2020
WeApplet,
2121
WeServices,
22-
} from "@lightningrodlabs/we-applet";
22+
} from "@theweave/api";
2323

2424
import "@lightningrodlabs/notebooks/dist/elements/all-notes.js";
2525
import "@lightningrodlabs/notebooks/dist/elements/column-header.js";
2626
import "@lightningrodlabs/notebooks/dist/elements/markdown-note.js";
2727
import "@holochain-open-dev/profiles/dist/elements/profiles-context.js";
28-
import "@lightningrodlabs/we-applet/dist/elements/we-services-context.js";
29-
import "@lightningrodlabs/we-applet/dist/elements/hrl-link.js";
28+
import "@theweave/api/dist/elements/we-services-context.js";
29+
import "@theweave/api/dist/elements/hrl-link.js";
3030
import "@lightningrodlabs/attachments/dist/elements/attachments-context.js";
3131
import "@lightningrodlabs/attachments/dist/elements/attachments-bar.js";
3232
import {

dnas/notebooks/zomes/coordinator/profiles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
99
name = "profiles"
1010

1111
[dependencies]
12-
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.1" }
12+
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "main-0.4" }

dnas/notebooks/zomes/coordinator/syn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ name = "syn"
1010
[dependencies]
1111
derive_more = "0"
1212

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

dnas/notebooks/zomes/integrity/profiles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
99
name = "profiles_integrity"
1010

1111
[dependencies]
12-
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.1" }
12+
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "main-0.4" }

dnas/notebooks/zomes/integrity/syn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ name = "syn_integrity"
1111
derive_more = "0"
1212
serde = "1"
1313

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

0 commit comments

Comments
 (0)