svelte-vitals 0.38.0 → 0.40.0

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 (2) hide show
  1. package/dist/bin.js +1 -0
  2. package/package.json +2 -2
package/dist/bin.js CHANGED
@@ -1823,6 +1823,7 @@ async function main() {
1823
1823
  minHealth,
1824
1824
  selectApp
1825
1825
  });
1826
+ await new Promise((resolve) => process.stdout.write("", resolve));
1826
1827
  process.exit(code);
1827
1828
  }
1828
1829
  void main();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-vitals",
3
- "version": "0.38.0",
3
+ "version": "0.40.0",
4
4
  "description": "A SvelteKit SEO checker — not a runtime Web Vitals reporter. Static analysis of your routes' head metadata.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -45,7 +45,7 @@
45
45
  "mri": "^1.2.0",
46
46
  "svelte": "^5.56.8",
47
47
  "tinyglobby": "^0.2.17",
48
- "@svelte-vitals/core": "0.33.0"
48
+ "@svelte-vitals/core": "0.35.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/estree": "^1.0.9",