Skip to content

Commit

Permalink
0.0.528
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 16, 2024
1 parent a11110d commit a34b1d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions imports/cyber.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ import str2Buff from '@stdlib/buffer-from-string';
const moduleLog = debug.extend('cyberclient');
import {
SubscriptionI,
ObserverI,
Observer,
AsyncSerialParams, SerialOperation, SerialOperationType, Table,
DeepClientOptionsI, DeepClientResult, DeepClientPackageSelector, DeepClientPackageContain, DeepClientLinkId, DeepClientStartItem, DeepClientPathItem,
DeepClientOptions, DeepClientResult, DeepClientPackageSelector, DeepClientPackageContain, DeepClientLinkId, DeepClientStartItem, DeepClientPathItem,
_serialize, _ids, _boolExpFields, pathToWhere, serializeWhere, serializeQuery, parseJwt,
DeepClient, DeepClientAuthResult, DeepClientGuestOptions, DeepClientInstance,
DeepClientJWTOptions, Exp, GUEST, InsertObjects, JWT, ReadOptions, UpdateValue, WHOISME, WriteOptions, useAuthNode, useDeepNamespace, useDeepSubscription, useDeepQuery, Options,
Expand Down Expand Up @@ -162,10 +162,12 @@ export async function generateCyberDeepClient(options: {
export interface CyberDeepClientInstance<L extends Link<Id> = Link<Id>> extends DeepClientInstance<L> {
}

export interface CyberDeepClientOptions<L extends Link<Id>> extends DeepClientOptionsI<L> {
export interface CyberDeepClientOptions<L extends Link<Id>> extends DeepClientOptions<L> {
cyberClient: CyberClient;
config: CONFIG;
helia: Helia;
minilinks?: MinilinkCollection<any, Link<Id>>;
namespace?: string;
}

const deepToCyberHash = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/deeplinks",
"version": "0.0.527",
"version": "0.0.528",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit a34b1d6

Please sign in to comment.