@proj-airi/unocss-preset-fonts 0.8.0-beta.4 → 0.8.0-beta.6
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/.turbo/turbo-build.log +2 -2
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @proj-airi/unocss-preset-fonts@0.8.0-beta.
|
|
2
|
+
> @proj-airi/unocss-preset-fonts@0.8.0-beta.6 build /home/runner/work/airi/airi/packages/unocss-preset-fonts
|
|
3
3
|
> tsdown
|
|
4
4
|
|
|
5
5
|
[34mℹ[39m tsdown [2mv0.17.4[22m powered by rolldown [2mv1.0.0-beta.53[22m
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
[34mℹ[39m [2mdist/[22mindex.mjs.map [2m1.28 kB[22m [2m│ gzip: 0.55 kB[22m
|
|
12
12
|
[34mℹ[39m [2mdist/[22m[32m[1mindex.d.mts[22m[39m [2m0.22 kB[22m [2m│ gzip: 0.18 kB[22m
|
|
13
13
|
[34mℹ[39m 3 files, total: 2.32 kB
|
|
14
|
-
[32m✔[39m Build complete in [
|
|
14
|
+
[32m✔[39m Build complete in [32m7350ms[39m
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proj-airi/unocss-preset-fonts",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.8.0-beta.
|
|
4
|
+
"version": "0.8.0-beta.6",
|
|
5
5
|
"description": "Fonts that are not included by Google Fonts, FontSource but open-source used by Project AIRI",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Moeru AI Project AIRI Team",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"@unocss/preset-web-fonts": ">=66"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@proj-airi/font-
|
|
30
|
-
"@proj-airi/font-
|
|
31
|
-
"@proj-airi/font-
|
|
29
|
+
"@proj-airi/font-departure-mono": "^0.8.0-beta.6",
|
|
30
|
+
"@proj-airi/font-xiaolai": "^0.8.0-beta.6",
|
|
31
|
+
"@proj-airi/font-cjkfonts-allseto": "^0.8.0-beta.6"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"dev": "pnpm run build",
|