diff --git a/packages/agent-explore/src/plugins/community.ts b/packages/agent-explore/src/plugins/community.ts index 75a702e..37f5dd7 100644 --- a/packages/agent-explore/src/plugins/community.ts +++ b/packages/agent-explore/src/plugins/community.ts @@ -4,7 +4,7 @@ export const communityPlugins: IAgentExplorerPlugin[] = [ { "config": { "url": "github://veramolabs/agent-explorer-plugin-brainshare", - "commitId": "0b028375c2379c8f4039f2f99a303d082b80a099", + "commitId": "64c28a4f84785d44d4a73305d5d0c5216af4e518", "enabled": true }, "name": "Brain share", diff --git a/scripts/update-community-plugins.js b/scripts/update-community-plugins.js index f612987..c6a0ece 100644 --- a/scripts/update-community-plugins.js +++ b/scripts/update-community-plugins.js @@ -1,5 +1,5 @@ -const { execSync } = require('child_process'); -const fs = require('fs') +import { execSync } from 'child_process'; +import fs from 'fs'; const plugins = [ { repo: 'veramolabs/agent-explorer-plugin-brainshare', diff --git a/scripts/upload-docs.js b/scripts/upload-docs.js index bc3f2cb..44b1770 100644 --- a/scripts/upload-docs.js +++ b/scripts/upload-docs.js @@ -131,8 +131,7 @@ const createPost = async (did, post, title) => { // create post for each file for (const file of updatedFiles) { - console.log({file}) - // const hash = await createPost(process.env.AUTHOR_DID, file.content, file.title) + const hash = await createPost(process.env.AUTHOR_DID, file.content, file.title) // file['hash'] = hash }