@peerbit/server 4.1.1 → 4.1.3
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/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/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
|
Binary file
|
|
Binary file
|
package/lib/ui/favicon.ico
CHANGED
|
Binary file
|
package/lib/ui/index.html
CHANGED
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="utf-8" />
|
|
6
|
-
<link rel="icon" href="
|
|
6
|
+
<link rel="icon" href="/assets/favicon-2404a6c9.ico" />
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
8
8
|
<meta name="theme-color" content="#000000" />
|
|
9
9
|
<meta name="description" content="Peerbit node" />
|
|
10
|
-
<link rel="apple-touch-icon" href="/
|
|
10
|
+
<link rel="apple-touch-icon" href="/public/logo192.png" />
|
|
11
11
|
<!--
|
|
12
12
|
manifest.json provides metadata used when your web app is installed on a
|
|
13
13
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
|
14
14
|
-->
|
|
15
|
-
<link rel="manifest" href="data:application/json;base64,
|
|
15
|
+
<link rel="manifest" href="data:application/json;base64,ewoJInNob3J0X25hbWUiOiAiUGVlcmJpdCBub2RlIiwKCSJuYW1lIjogIlBlZXJiaXQgbm9kZSIsCgkiaWNvbnMiOiBbCgkJewoJCQkic3JjIjogImZhdmljb24uaWNvIiwKCQkJInNpemVzIjogIjMyeDMyIDI0eDI0IDE2eDE2IiwKCQkJInR5cGUiOiAiaW1hZ2UveC1pY29uIgoJCX0sCgkJewoJCQkic3JjIjogIi9hbmRyb2lkLWNocm9tZS0xOTJ4MTkyLnBuZyIsCgkJCSJzaXplcyI6ICIxOTJ4MTkyIiwKCQkJInR5cGUiOiAiaW1hZ2UvcG5nIgoJCX0sCgkJewoJCQkic3JjIjogIi9hbmRyb2lkLWNocm9tZS01MTJ4NTEyLnBuZyIsCgkJCSJzaXplcyI6ICI1MTJ4NTEyIiwKCQkJInR5cGUiOiAiaW1hZ2UvcG5nIgoJCX0KCV0sCgkic3RhcnRfdXJsIjogIi4iLAoJImRpc3BsYXkiOiAic3RhbmRhbG9uZSIsCgkidGhlbWVfY29sb3IiOiAiIzAwMDAwMCIsCgkiYmFja2dyb3VuZF9jb2xvciI6ICIjZmZmZmZmIgp9Cg==" />
|
|
16
16
|
<!--
|
|
17
17
|
Notice the use of in the tags above.
|
|
18
18
|
It will be replaced with the URL of the `public` folder during the build.
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
Learn how to configure a non-root public URL by running `npm run build`.
|
|
24
24
|
-->
|
|
25
25
|
<title>Peerbit</title>
|
|
26
|
-
<script type="module" crossorigin src="/assets/index-
|
|
26
|
+
<script type="module" crossorigin src="/assets/index-376d3a86.js"></script>
|
|
27
27
|
<link rel="stylesheet" href="/assets/index-5265c558.css">
|
|
28
28
|
</head>
|
|
29
29
|
|
package/lib/ui/manifest.json
CHANGED
|
@@ -4,18 +4,18 @@
|
|
|
4
4
|
"icons": [
|
|
5
5
|
{
|
|
6
6
|
"src": "favicon.ico",
|
|
7
|
-
"sizes": "
|
|
7
|
+
"sizes": "32x32 24x24 16x16",
|
|
8
8
|
"type": "image/x-icon"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
"src": "
|
|
12
|
-
"
|
|
13
|
-
"
|
|
11
|
+
"src": "/android-chrome-192x192.png",
|
|
12
|
+
"sizes": "192x192",
|
|
13
|
+
"type": "image/png"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"src": "
|
|
17
|
-
"
|
|
18
|
-
"
|
|
16
|
+
"src": "/android-chrome-512x512.png",
|
|
17
|
+
"sizes": "512x512",
|
|
18
|
+
"type": "image/png"
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
21
|
"start_url": ".",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peerbit/server",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"author": "dao.xyz",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@peerbit/test-lib": "^0.0.1",
|
|
58
|
-
"@peerbit/test-utils": "1.0.
|
|
58
|
+
"@peerbit/test-utils": "1.0.32",
|
|
59
59
|
"@types/tmp": "^0.2.3",
|
|
60
60
|
"@types/yargs": "^17.0.24",
|
|
61
61
|
"aws-sdk": "^2.1259.0",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@dao-xyz/libp2p-noise": "^13.0.1",
|
|
66
66
|
"axios": "^1.4.0",
|
|
67
67
|
"chalk": "^5.3.0",
|
|
68
|
-
"peerbit": "2.0.
|
|
68
|
+
"peerbit": "2.0.14",
|
|
69
69
|
"tar-stream": "^3.1.6",
|
|
70
70
|
"tmp": "^0.2.1",
|
|
71
71
|
"tty-table": "^4.2.1",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"@aws-sdk/client-ec2": "^3.390.0",
|
|
77
77
|
"@aws-sdk/client-route-53": "^3.391.0"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "1a57e60b02b5ea1c0c743871a92404a0115ed683"
|
|
80
80
|
}
|
|
Binary file
|
package/lib/ui/favicon-128.png
DELETED
|
Binary file
|
package/lib/ui/favicon-16.png
DELETED
|
Binary file
|
package/lib/ui/favicon-256.png
DELETED
|
Binary file
|
package/lib/ui/favicon-32.png
DELETED
|
Binary file
|
package/lib/ui/favicon-48.png
DELETED
|
Binary file
|
package/lib/ui/favicon-96.png
DELETED
|
Binary file
|
package/lib/ui/logo192.png
DELETED
|
Binary file
|
package/lib/ui/logo512.png
DELETED
|
Binary file
|