@nuxtjs/web-vitals
Advanced tools
Comparing version
@@ -5,2 +5,10 @@ # Changelog | ||
### [0.1.5](https://github.com/nuxt-community/web-vitals-module/compare/v0.1.4...v0.1.5) (2021-08-12) | ||
### Bug Fixes | ||
* correct url encoding for ga provider ([#26](https://github.com/nuxt-community/web-vitals-module/issues/26)) ([945b1cf](https://github.com/nuxt-community/web-vitals-module/commit/945b1cf33076f666259855958e75fde0d1721b5a)) | ||
* **ga:** use `ufo` to encode params (resolves [#25](https://github.com/nuxt-community/web-vitals-module/issues/25)) ([2b5d489](https://github.com/nuxt-community/web-vitals-module/commit/2b5d489b159389813d351099910c84b320510845)) | ||
### [0.1.4](https://github.com/nuxt-community/web-vitals-module/compare/v0.1.3...v0.1.4) (2021-02-25) | ||
@@ -7,0 +15,0 @@ |
@@ -6,2 +6,2 @@ declare function webVitalsModule(): void; | ||
export default webVitalsModule; | ||
export { webVitalsModule as default }; |
{ | ||
"name": "@nuxtjs/web-vitals", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Web Vitals for Nuxt.js", | ||
@@ -20,3 +20,8 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "./dist/index.js", | ||
"exports": { | ||
".": "./dist/index.cjs", | ||
"./*": "./*", | ||
"./dist/runtime/*": "./dist/runtime/*.mjs" | ||
}, | ||
"main": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts", | ||
@@ -27,3 +32,3 @@ "files": [ | ||
"scripts": { | ||
"build": "siroc build && mkdist --src src/runtime --dist dist/runtime", | ||
"build": "siroc build", | ||
"dev": "nuxt playground", | ||
@@ -36,14 +41,13 @@ "lint": "eslint --ext .ts .", | ||
"dependencies": { | ||
"defu": "^3.2.2", | ||
"web-vitals": "^1.1.0" | ||
"defu": "^5.0.0", | ||
"ufo": "^0.7.7", | ||
"web-vitals": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@nuxt/types": "latest", | ||
"@nuxt/typescript-build": "latest", | ||
"@nuxt/typescript-runtime": "latest", | ||
"@nuxtjs/eslint-config-typescript": "^5.0.0", | ||
"@nuxtjs/eslint-config-typescript": "latest", | ||
"babel-eslint": "latest", | ||
"eslint": "latest", | ||
"mkdist": "latest", | ||
"nuxt-edge": "^2.15.0-26889155.dd0eea40", | ||
"nuxt-edge": "latest", | ||
"nuxt-swc": "latest", | ||
"siroc": "latest", | ||
@@ -50,0 +54,0 @@ "standard-version": "latest", |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12333
3.86%9
-18.18%3
50%227
-2.99%1
Infinity%2
100%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
Updated
Updated