File tree 4 files changed +317
-313
lines changed
4 files changed +317
-313
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elizaos/plugin-autonome" ,
3
- "version" : " 0.1.7-alpha.1 " ,
3
+ "version" : " 0.1.7" ,
4
4
"main" : " dist/index.js" ,
5
5
"type" : " module" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ export default {
95
95
creationMethod : 2 ,
96
96
envList : { } ,
97
97
templateId : "Eliza" ,
98
+ } ;
98
99
99
100
const sendPostRequest = async ( ) => {
100
101
try {
@@ -169,4 +170,5 @@ export default {
169
170
} ,
170
171
] ,
171
172
] as ActionExample [ ] [ ] ,
172
- } as Action ;
173
+ } satisfies Action ;
174
+
Original file line number Diff line number Diff line change @@ -15,15 +15,5 @@ export default defineConfig({
15
15
"https" ,
16
16
"http" ,
17
17
"agentkeepalive" ,
18
- "safe-buffer" ,
19
- "base-x" ,
20
- "bs58" ,
21
- "borsh" ,
22
- "@solana/buffer-layout" ,
23
- "stream" ,
24
- "buffer" ,
25
- "querystring" ,
26
- "amqplib" ,
27
- // Add other modules you want to externalize
28
18
] ,
29
19
} ) ;
You can’t perform that action at this time.
0 commit comments