astro-font-loader 0.3.1 → 0.3.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.
Files changed (1) hide show
  1. package/package.json +6 -2
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "astro-font-loader",
3
- "description": "Loads fonts into astro build artifacts from custom fonts packages",
3
+ "description": "Astro integration for loading fonts into build artifacts with configurable output paths and media query-based conditional preloading.",
4
4
  "author": "Mikey Sleevi <development@frogman.simplelogin.com>",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
- "version": "0.3.1",
7
+ "version": "0.3.2",
8
8
  "engines": {
9
9
  "node": ">=18.0.0"
10
10
  },
@@ -28,7 +28,11 @@
28
28
  "astro-component",
29
29
  "astro-loader",
30
30
  "astro",
31
+ "font",
31
32
  "fonts",
33
+ "optimization",
34
+ "perf",
35
+ "performance",
32
36
  "plugin"
33
37
  ],
34
38
  "homepage": "https://github.com/iveelsm/astro-font-loader#readme",