Skip to content

Commit

Permalink
upgrade working externally but not in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LeosPrograms committed Sep 3, 2024
1 parent fd43b2d commit 28bd05c
Show file tree
Hide file tree
Showing 30 changed files with 1,405 additions and 1,283 deletions.
112 changes: 53 additions & 59 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib/hdk_semantic_indexes/rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* @since 2021-10-01
*/
use chrono::{DateTime, Utc};
extern crate holochain_serialized_bytes;

use holochain_serialized_bytes::prelude::*;
pub use hdk_uuid_types::{DnaAddressable, EntryHash, ActionHash};
pub use hdk_rpc_errors::{OtherCellResult, CrossCellError};
Expand Down
3 changes: 2 additions & 1 deletion lib/vf_measurement/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
* @package hREA
* @since 2019-05-09
*/
extern crate holochain_serialized_bytes;

use holochain_serialized_bytes::prelude::*;
use vf_attributes_hdk::UnitId;
use hdk_records::{RecordAPIResult, DataIntegrityError};
use hdk::prelude::*;

#[derive(Debug, Clone)]
pub struct Unit {
Expand Down
1 change: 0 additions & 1 deletion modules/graphql-client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

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

import bindSchema, {
autoConnect,
Expand Down
4 changes: 2 additions & 2 deletions modules/graphql-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leosprograms/graphql-client-holochain",
"version": "0.6.6",
"version": "0.6.12",
"description": "ValueFlows GraphQLClient configurations, providing pluggable backend datasources for different distributed, federated and client/server infrastructure.",
"type": "module",
"main": "build/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@leosprograms/vf-graphql-holochain": "latest",
"@holochain/client": "=0.17.0-dev.9",
"@holochain/client": "^0.18.0-dev.0",
"@apollo/link-schema": "^2.0.0-beta.3",
"tslib": "^2.0.0"
},
Expand Down
Loading

0 comments on commit 28bd05c

Please sign in to comment.