File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 66
66
"@elizaos/plugin-icp" : " workspace:*" ,
67
67
"@elizaos/plugin-initia" : " workspace:*" ,
68
68
"@elizaos/plugin-image-generation" : " workspace:*" ,
69
- "@elizaos/plugin-intiface" : " workspace:*" ,
70
69
"@elizaos/plugin-lens-network" : " workspace:*" ,
71
- "@elizaos/plugin-letzai" : " workspace:*" ,
72
70
"@elizaos/plugin-lit" : " workspace:*" ,
73
71
"@elizaos/plugin-massa" : " workspace:*" ,
74
72
"@elizaos/plugin-mind-network" : " workspace:*" ,
Original file line number Diff line number Diff line change 55
55
"@polkadot/types-codec" : " 10.13.1" ,
56
56
"@polkadot/keyring" : " 12.6.2" ,
57
57
"@ai-sdk/provider" : " 1.0.6" ,
58
- "@ai-sdk/provider-utils" : " 2.1.2 " ,
58
+ "@ai-sdk/provider-utils" : " 2.1.6 " ,
59
59
"cookie" : " 0.7.0" ,
60
60
"bs58" : " 5.0.0" ,
61
61
"@coral-xyz/anchor" : " 0.28.0"
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ export function parseJSONObjectFromText(
152
152
} catch ( e ) {
153
153
console . error ( "Error parsing JSON:" , e ) ;
154
154
console . error ( "Text is not JSON" , text ) ;
155
- return extractAttributes ( parsingText ) ;
155
+ return extractAttributes ( text ) ;
156
156
}
157
157
} else {
158
158
const objectPattern = / { [ \s \S ] * ?} / ;
@@ -165,7 +165,7 @@ export function parseJSONObjectFromText(
165
165
} catch ( e ) {
166
166
console . error ( "Error parsing JSON:" , e ) ;
167
167
console . error ( "Text is not JSON" , text ) ;
168
- return extractAttributes ( parsingText ) ;
168
+ return extractAttributes ( text ) ;
169
169
}
170
170
}
171
171
}
You can’t perform that action at this time.
0 commit comments