Skip to content

Commit 28bd05c

Browse files
committed
upgrade working externally but not in tests
1 parent fd43b2d commit 28bd05c

File tree

30 files changed

+1405
-1283
lines changed

30 files changed

+1405
-1283
lines changed

flake.lock

+53-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/hdk_semantic_indexes/rpc/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* @since 2021-10-01
77
*/
88
use chrono::{DateTime, Utc};
9+
extern crate holochain_serialized_bytes;
10+
911
use holochain_serialized_bytes::prelude::*;
1012
pub use hdk_uuid_types::{DnaAddressable, EntryHash, ActionHash};
1113
pub use hdk_rpc_errors::{OtherCellResult, CrossCellError};

lib/vf_measurement/src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
* @package hREA
55
* @since 2019-05-09
66
*/
7+
extern crate holochain_serialized_bytes;
8+
79
use holochain_serialized_bytes::prelude::*;
810
use vf_attributes_hdk::UnitId;
911
use hdk_records::{RecordAPIResult, DataIntegrityError};
10-
use hdk::prelude::*;
1112

1213
#[derive(Debug, Clone)]
1314
pub struct Unit {

modules/graphql-client/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import { ApolloClient, InMemoryCache, NormalizedCacheObject } from '@apollo/client/core/index.js'
99
import { SchemaLink } from '@apollo/link-schema'
10-
import { AppAgentClient } from '@holochain/client'
1110

1211
import bindSchema, {
1312
autoConnect,

modules/graphql-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leosprograms/graphql-client-holochain",
3-
"version": "0.6.6",
3+
"version": "0.6.12",
44
"description": "ValueFlows GraphQLClient configurations, providing pluggable backend datasources for different distributed, federated and client/server infrastructure.",
55
"type": "module",
66
"main": "build/index.js",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@leosprograms/vf-graphql-holochain": "latest",
39-
"@holochain/client": "=0.17.0-dev.9",
39+
"@holochain/client": "^0.18.0-dev.0",
4040
"@apollo/link-schema": "^2.0.0-beta.3",
4141
"tslib": "^2.0.0"
4242
},

0 commit comments

Comments
 (0)