File tree 3 files changed +4
-9
lines changed
3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 24
24
"i18n-text/no-en" : " off" ,
25
25
"github/no-then" : " off" ,
26
26
"@typescript-eslint/no-explicit-any" : " off" ,
27
- "@typescript-eslint/no-unused-vars" : [
28
- " warn" ,
29
- {
30
- "argsIgnorePattern" : " ^_" ,
31
- "varsIgnorePattern" : " ^_" ,
32
- "caughtErrorsIgnorePattern" : " ^_"
33
- }
27
+ "@typescript-eslint/no-unused-vars" : " off"
28
+
34
29
]
35
30
},
36
31
"settings" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @octomind/octomind-mcp" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"description" : " an mcp server for the octomind platform" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"packageManager" :
" [email protected] +sha512.139cab068fdf0b751268179ac5f909b5be72afb4a75c513d1905d151befc8977b593d3cf8671ed83d4d6637c5c94b98ffbce108125de4a5a27a31233601a99de" ,
Original file line number Diff line number Diff line change 1
1
// Generated by genversion.
2
- export const version = "1.0.4 " ;
2
+ export const version = "1.0.5 " ;
You can’t perform that action at this time.
0 commit comments