File tree 3 files changed +17
-13
lines changed
3 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @deep-foundation/deepmemo-app" ,
3
- "version" : " 0.0.7-dev.8 " ,
3
+ "version" : " 0.0.7-dev.9 " ,
4
4
"description" : " " ,
5
5
"license" : " Unlicense" ,
6
6
"main" : " ./bin/server.js" ,
37
37
"@capacitor/geolocation" : " ^5.0.7" ,
38
38
"@deep-foundation/deepcase" : " ^0.0.121" ,
39
39
"@deep-foundation/deeplinks" : " ^0.0.343" ,
40
- "@deep-foundation/deepmemo-imports" : " ^0.0.12 " ,
40
+ "@deep-foundation/deepmemo-imports" : " ^0.0.13 " ,
41
41
"@solid-primitives/geolocation" : " ^1.4.14" ,
42
42
"axios-hooks" : " ^5.0.2" ,
43
43
"base64-blob" : " ^1.4.1" ,
Original file line number Diff line number Diff line change @@ -164,13 +164,17 @@ const InstallerView = React.memo(function InstallerView({}: {}) {
164
164
@deep-foundation/chatgpt-azure-templates
165
165
</ ListItem >
166
166
< ListItem >
167
- < ListIcon as = { installer ?. [ '@deep-foundation/deepmemo-links ' ] ?. length ? CheckCircleIcon : WarningIcon } color = { installer ?. [ '@deep-foundation/deepmemo-links ' ] ?. length ? 'green.500' : 'red.500' } />
168
- @deep-foundation/deepmemo-links
167
+ < ListIcon as = { installer ?. [ '@deep-foundation/telegram-bot ' ] ?. length ? CheckCircleIcon : WarningIcon } color = { installer ?. [ '@deep-foundation/telegram-bot ' ] ?. length ? 'green.500' : 'red.500' } />
168
+ @deep-foundation/telegram-bot
169
169
</ ListItem >
170
170
< ListItem >
171
171
< ListIcon as = { installer ?. [ '@deep-foundation/semantic' ] ?. length ? CheckCircleIcon : WarningIcon } color = { installer ?. [ '@deep-foundation/semantic' ] ?. length ? 'green.500' : 'red.500' } />
172
172
@deep-foundation/semantic
173
173
</ ListItem >
174
+ < ListItem >
175
+ < ListIcon as = { installer ?. [ '@deep-foundation/deepmemo-links' ] ?. length ? CheckCircleIcon : WarningIcon } color = { installer ?. [ '@deep-foundation/deepmemo-links' ] ?. length ? 'green.500' : 'red.500' } />
176
+ @deep-foundation/deepmemo-links
177
+ </ ListItem >
174
178
< ListItem >
175
179
< ListIcon as = { installer ?. installed ? CheckCircleIcon : WarningIcon } color = { installer ?. installed ? 'green.500' : 'red.500' } />
176
180
installed
You can’t perform that action at this time.
0 commit comments