Skip to content

Commit

Permalink
0.0.497
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 12, 2024
1 parent 261f944 commit 4925490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions imports/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ export interface DeepClientInstance<L extends Link<Id> = Link<Id>> {

deep: DeepClientInstance<L>;
DeepClient: typeof DeepClient;
gql: typeof gql;

apolloClient: IApolloClient<any>;
minilinks: MinilinksResult<L>;
Expand Down Expand Up @@ -884,6 +885,7 @@ export class DeepClient<L extends Link<Id> = Link<Id>> implements DeepClientInst

deep: DeepClientInstance<L>;
DeepClient = DeepClient;
gql: typeof gql = gql;

client: IApolloClient<any>;
apolloClient: IApolloClient<any>;
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.496",
"version": "0.0.497",
"license": "Unlicense",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 4925490

Please sign in to comment.