diff options
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/web-vitals/CHANGELOG.md | 7 | ||||
-rw-r--r-- | packages/integrations/web-vitals/package.json | 16 |
2 files changed, 15 insertions, 8 deletions
diff --git a/packages/integrations/web-vitals/CHANGELOG.md b/packages/integrations/web-vitals/CHANGELOG.md new file mode 100644 index 000000000..23945307b --- /dev/null +++ b/packages/integrations/web-vitals/CHANGELOG.md @@ -0,0 +1,7 @@ +# @astrojs/web-vitals + +## 0.1.0 + +### Minor Changes + +- [#10883](https://github.com/withastro/astro/pull/10883) [`a37d76a`](https://github.com/withastro/astro/commit/a37d76a42ac00697be3acd575f3f7163129ea75c) Thanks [@delucis](https://github.com/delucis)! - Adds a new web-vitals integration powered by Astro DB diff --git a/packages/integrations/web-vitals/package.json b/packages/integrations/web-vitals/package.json index 1719f423e..dde7c502b 100644 --- a/packages/integrations/web-vitals/package.json +++ b/packages/integrations/web-vitals/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/web-vitals", "description": "Track your website’s performance with Astro DB", - "version": "0.0.0", + "version": "0.1.0", "type": "module", "author": "withastro", "license": "MIT", @@ -31,18 +31,18 @@ "dev": "astro-scripts dev \"src/**/*.ts\"", "test": "astro-scripts test --timeout 50000 \"test/**/*.test.js\"" }, - "dependencies": { - "web-vitals": "^3.5.2" - }, + "dependencies": { + "web-vitals": "^3.5.2" + }, "peerDependencies": { "@astrojs/db": "^0.11.0" }, - "devDependencies": { - "@astrojs/db": "workspace:*", - "astro": "workspace:*", + "devDependencies": { + "@astrojs/db": "workspace:*", + "astro": "workspace:*", "astro-scripts": "workspace:*", "linkedom": "^0.16.11" - }, + }, "publishConfig": { "provenance": true } |