@peerbit/server 4.1.0 → 4.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/esm/cli.js +1 -1
- package/lib/ui/android-chrome-192x192.png +0 -0
- package/lib/ui/android-chrome-512x512.png +0 -0
- package/lib/ui/assets/favicon-2404a6c9.ico +0 -0
- package/lib/ui/assets/{index-878b5ffe.js → index-376d3a86.js} +2 -2
- package/lib/ui/favicon-16x16.png +0 -0
- package/lib/ui/favicon-32x32.png +0 -0
- package/lib/ui/favicon.ico +0 -0
- package/lib/ui/index.html +4 -4
- package/lib/ui/manifest.json +7 -7
- package/package.json +4 -4
- package/src/cli.ts +1 -1
- package/lib/ui/assets/logo192-5b1fb15f.png +0 -0
- package/lib/ui/favicon-128.png +0 -0
- package/lib/ui/favicon-16.png +0 -0
- package/lib/ui/favicon-256.png +0 -0
- package/lib/ui/favicon-32.png +0 -0
- package/lib/ui/favicon-48.png +0 -0
- package/lib/ui/favicon-96.png +0 -0
- package/lib/ui/logo192.png +0 -0
- package/lib/ui/logo512.png +0 -0
package/lib/esm/cli.js
CHANGED
|
@@ -945,7 +945,7 @@ export const cli = async (args) => {
|
|
|
945
945
|
}
|
|
946
946
|
for (const api of apis) {
|
|
947
947
|
const newPrograms = await api.api.dependency.install(installCommand);
|
|
948
|
-
api.log(`New
|
|
948
|
+
api.log(`New variants available (${newPrograms.length}):`);
|
|
949
949
|
newPrograms.forEach((p) => {
|
|
950
950
|
api.log(chalk.green(p));
|
|
951
951
|
});
|
|
Binary file
|
|
Binary file
|
|
Binary file
|