Skip to content

Commit 6466998

Browse files
committed
0.0.7-dev.9
1 parent 15077b3 commit 6466998

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deep-foundation/deepmemo-app",
3-
"version": "0.0.7-dev.8",
3+
"version": "0.0.7-dev.9",
44
"description": "",
55
"license": "Unlicense",
66
"main": "./bin/server.js",
@@ -37,7 +37,7 @@
3737
"@capacitor/geolocation": "^5.0.7",
3838
"@deep-foundation/deepcase": "^0.0.121",
3939
"@deep-foundation/deeplinks": "^0.0.343",
40-
"@deep-foundation/deepmemo-imports": "^0.0.12",
40+
"@deep-foundation/deepmemo-imports": "^0.0.13",
4141
"@solid-primitives/geolocation": "^1.4.14",
4242
"axios-hooks": "^5.0.2",
4343
"base64-blob": "^1.4.1",

pages/index.tsx

+6-2
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,17 @@ const InstallerView = React.memo(function InstallerView({}: {}) {
164164
@deep-foundation/chatgpt-azure-templates
165165
</ListItem>
166166
<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
169169
</ListItem>
170170
<ListItem>
171171
<ListIcon as={installer?.['@deep-foundation/semantic']?.length ? CheckCircleIcon : WarningIcon} color={installer?.['@deep-foundation/semantic']?.length ? 'green.500' : 'red.500'} />
172172
@deep-foundation/semantic
173173
</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>
174178
<ListItem>
175179
<ListIcon as={installer?.installed ? CheckCircleIcon : WarningIcon} color={installer?.installed ? 'green.500' : 'red.500'} />
176180
installed

0 commit comments

Comments
 (0)