Skip to content

Commit

Permalink
0.0.107
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Oct 26, 2024
1 parent 8b220a0 commit 1ac2c07
Show file tree
Hide file tree
Showing 3 changed files with 5 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-foundation/perception-app",
"version": "0.0.106",
"version": "0.0.107",
"description": "Your second memory.",
"homepage": "https://deep.foundation/",
"author": {
Expand Down
3 changes: 3 additions & 0 deletions imports/requires.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ import dynamic from 'next/dynamic';

import * as ws from 'ws';

import * as cosmwasmStargate from '@cosmjs/cosmwasm-stargate';

// import * as helia from 'helia';
// import * as unixfs from '@helia/unixfs';
// import * as cid from 'multiformats/cid';
Expand Down Expand Up @@ -155,5 +157,6 @@ export const requires: any = {
'@vercel/sdk': import('@vercel/sdk'),
'@openrouter/ai-sdk-provider': import('@openrouter/ai-sdk-provider'),
'ai': import('ai'),
'@cosmjs/cosmwasm-stargate': cosmwasmStargate,
};

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.106",
"version": "0.0.107",
"description": "",
"license": "Unlicense",
"main": "./bin/server.js",
Expand Down

0 comments on commit 1ac2c07

Please sign in to comment.