Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Jul 12, 2024
1 parent 023c583 commit e663a45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deep-memo",
"version": "0.0.4",
"version": "0.0.6",
"description": "Your second memory.",
"homepage": "https://deep.foundation/",
"author": {
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/perception-app",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"license": "Unlicense",
"main": "./bin/server.js",
Expand Down
1 change: 1 addition & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export function Status() {

export const StatusWithDeep = memo(function StatusWithDeep() {
const deep = useDeep();
// @ts-ignore
const status = deep?.client?.useApolloNetworkStatus();
console.log('status', status);
return <>
Expand Down

0 comments on commit e663a45

Please sign in to comment.