@undefineds.co/xpod 0.3.55 → 0.3.56
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@undefineds.co/xpod",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.56",
|
|
4
4
|
"description": "Xpod is an extended Community Solid Server, offering rich-feature, production-level Solid Pod and identity management.",
|
|
5
5
|
"repository": "https://github.com/undefinedsco/xpod",
|
|
6
6
|
"author": "developer@undefineds.co",
|
package/static/app/auth.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>Xpod</title>
|
|
7
|
-
<link rel="stylesheet" href="/app/assets/
|
|
7
|
+
<link rel="stylesheet" href="/app/assets/main.css">
|
|
8
8
|
<meta name="description" content="Your Personal Data Pod - Take control of your digital identity." />
|
|
9
9
|
<link rel="icon" href="/favicon.ico" />
|
|
10
10
|
</head>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>Xpod</title>
|
|
7
|
-
<link rel="stylesheet" href="/app/assets/
|
|
7
|
+
<link rel="stylesheet" href="/app/assets/main.css">
|
|
8
8
|
<meta name="description" content="Your Personal Data Pod - Take control of your digital identity." />
|
|
9
9
|
<link rel="icon" href="/favicon.ico" />
|
|
10
10
|
</head>
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>Xpod - Personal Messages Platform</title>
|
|
7
7
|
<meta name="description" content="Xpod is your personal messages platform with an AI secretary that never stops, knows your whole life, works for you—while guarding your privacy. All your messages in one place, always organized, always yours." />
|
|
8
|
-
<link rel="stylesheet" href="/app/assets/
|
|
8
|
+
<link rel="stylesheet" href="/app/assets/main.css">
|
|
9
9
|
<link rel="icon" href="/favicon.ico" />
|
|
10
10
|
</head>
|
|
11
11
|
<body class="bg-zinc-50 text-zinc-900 font-sans antialiased min-h-screen flex flex-col selection:bg-[#7C4DFF]/20">
|