@voidzero-dev/vitepress-theme 3.2.0 → 3.2.1
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": "@voidzero-dev/vitepress-theme",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "Shared VitePress theme for VoidZero projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -15,20 +15,12 @@
|
|
|
15
15
|
"*.css"
|
|
16
16
|
],
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@docsearch/css": "^4.3.2",
|
|
19
|
-
"@docsearch/js": "^4.3.2",
|
|
20
18
|
"vitepress": "^2.0.0-alpha.12",
|
|
21
19
|
"vue": "^3.5.0"
|
|
22
20
|
},
|
|
23
|
-
"peerDependenciesMeta": {
|
|
24
|
-
"@docsearch/css": {
|
|
25
|
-
"optional": true
|
|
26
|
-
},
|
|
27
|
-
"@docsearch/js": {
|
|
28
|
-
"optional": true
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
21
|
"dependencies": {
|
|
22
|
+
"@docsearch/css": "^4.3.2",
|
|
23
|
+
"@docsearch/js": "^4.3.2",
|
|
32
24
|
"@rive-app/canvas": "^2.31.6",
|
|
33
25
|
"@tailwindcss/typography": "^0.5.19",
|
|
34
26
|
"@tailwindcss/vite": "^4.1.18",
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
<p class="text-white/70 text-base max-w-[25rem] text-pretty">Node.js-compatible CJS and ESM module resolution
|
|
12
12
|
</p>
|
|
13
13
|
<ul class="checkmark-list">
|
|
14
|
-
<li>Behavior alignment with <code
|
|
15
|
-
|
|
14
|
+
<li>Behavior alignment with <code class="mx-1 outline-none bg-nickel/50 text-aqua">enhanced-resolve</code>
|
|
15
|
+
</li>
|
|
16
16
|
<li>28x faster than <code class="mx-1 outline-none bg-nickel/50 text-aqua">enhanced-resolve</code>
|
|
17
|
-
<li>Highly customizable</li>
|
|
18
17
|
</li>
|
|
18
|
+
<li>Highly customizable</li>
|
|
19
19
|
</ul>
|
|
20
20
|
<a href="/docs/guide/usage/resolver" class="button w-fit mt-6">Usage Guide</a>
|
|
21
21
|
</div>
|