Skip to content

Commit fd72587

Browse files
committed
chore: update repository loc
1 parent 109b452 commit fd72587

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

CHANGELOG.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -2,74 +2,74 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
### [0.1.10](https://github.com/nuxt-community/web-vitals-module/compare/v0.1.9...v0.1.10) (2022-07-26)
5+
### [0.1.10](https://github.com/nuxt-modules/web-vitals/compare/v0.1.9...v0.1.10) (2022-07-26)
66

77

88
### Bug Fixes
99

10-
* resolve `ufo` path absolutely ([#51](https://github.com/nuxt-community/web-vitals-module/issues/51)) ([31e54ef](https://github.com/nuxt-community/web-vitals-module/commit/31e54ef803ed3b76c9559f9f11233f1afa29e6e5))
10+
* resolve `ufo` path absolutely ([#51](https://github.com/nuxt-modules/web-vitals/issues/51)) ([31e54ef](https://github.com/nuxt-modules/web-vitals/commit/31e54ef803ed3b76c9559f9f11233f1afa29e6e5))
1111

12-
### [0.1.9](https://github.com/nuxt-community/web-vitals-module/compare/v0.1.8...v0.1.9) (2022-07-26)
12+
### [0.1.9](https://github.com/nuxt-modules/web-vitals/compare/v0.1.8...v0.1.9) (2022-07-26)
1313

1414

1515
### Bug Fixes
1616

17-
* handle nuxt 3 and vue-router 4x api ([#49](https://github.com/nuxt-community/web-vitals-module/issues/49)) ([a1ac506](https://github.com/nuxt-community/web-vitals-module/commit/a1ac506c050c857ef3820845abd567dc76834d86))
17+
* handle nuxt 3 and vue-router 4x api ([#49](https://github.com/nuxt-modules/web-vitals/issues/49)) ([a1ac506](https://github.com/nuxt-modules/web-vitals/commit/a1ac506c050c857ef3820845abd567dc76834d86))
1818

19-
### [0.1.8](https://github.com/nuxt-community/web-vitals-module/compare/v0.1.7...v0.1.8) (2021-08-24)
19+
### [0.1.8](https://github.com/nuxt-modules/web-vitals/compare/v0.1.7...v0.1.8) (2021-08-24)
2020

2121

2222
### Bug Fixes
2323

24-
* switch to .js context for resolving relative imports ([#32](https://github.com/nuxt-community/web-vitals-module/issues/32)) ([158d63f](https://github.com/nuxt-community/web-vitals-module/commit/158d63f29f97db14cc0076dcff256d127a2db5ea))
24+
* switch to .js context for resolving relative imports ([#32](https://github.com/nuxt-modules/web-vitals/issues/32)) ([158d63f](https://github.com/nuxt-modules/web-vitals/commit/158d63f29f97db14cc0076dcff256d127a2db5ea))
2525

26-
### [0.1.7](https://github.com/nuxt-community/web-vitals-module/compare/v0.1.6...v0.1.7) (2021-08-12)
26+
### [0.1.7](https://github.com/nuxt-modules/web-vitals/compare/v0.1.6...v0.1.7) (2021-08-12)
2727

2828

2929
### Bug Fixes
3030

31-
* de-default web-vitals import ([ac169af](https://github.com/nuxt-community/web-vitals-module/commit/ac169afaa248bf419b7fc30894e1f93c8f4e9910))
31+
* de-default web-vitals import ([ac169af](https://github.com/nuxt-modules/web-vitals/commit/ac169afaa248bf419b7fc30894e1f93c8f4e9910))
3232

33-
### [0.1.6](https://github.com/nuxt-community/web-vitals-module/compare/v0.1.5...v0.1.6) (2021-08-12)
33+
### [0.1.6](https://github.com/nuxt-modules/web-vitals/compare/v0.1.5...v0.1.6) (2021-08-12)
3434

3535

3636
### Bug Fixes
3737

38-
* add esm workaround for nuxt < 2.16 ([42840cc](https://github.com/nuxt-community/web-vitals-module/commit/42840ccddbe9ff449c95ca8a9d8297f8a68b6b71))
39-
* use .mjs for vitals.client ([e52e73c](https://github.com/nuxt-community/web-vitals-module/commit/e52e73c8f23face06439652c5a38d5168b53ab0c))
38+
* add esm workaround for nuxt < 2.16 ([42840cc](https://github.com/nuxt-modules/web-vitals/commit/42840ccddbe9ff449c95ca8a9d8297f8a68b6b71))
39+
* use .mjs for vitals.client ([e52e73c](https://github.com/nuxt-modules/web-vitals/commit/e52e73c8f23face06439652c5a38d5168b53ab0c))
4040

41-
### [0.1.5](https://github.com/nuxt-community/web-vitals-module/compare/v0.1.4...v0.1.5) (2021-08-12)
41+
### [0.1.5](https://github.com/nuxt-modules/web-vitals/compare/v0.1.4...v0.1.5) (2021-08-12)
4242

4343

4444
### Bug Fixes
4545

46-
* 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))
47-
* **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))
46+
* correct url encoding for ga provider ([#26](https://github.com/nuxt-modules/web-vitals/issues/26)) ([945b1cf](https://github.com/nuxt-modules/web-vitals/commit/945b1cf33076f666259855958e75fde0d1721b5a))
47+
* **ga:** use `ufo` to encode params (resolves [#25](https://github.com/nuxt-modules/web-vitals/issues/25)) ([2b5d489](https://github.com/nuxt-modules/web-vitals/commit/2b5d489b159389813d351099910c84b320510845))
4848

49-
### [0.1.4](https://github.com/nuxt-community/web-vitals-module/compare/v0.1.3...v0.1.4) (2021-02-25)
49+
### [0.1.4](https://github.com/nuxt-modules/web-vitals/compare/v0.1.3...v0.1.4) (2021-02-25)
5050

5151

5252
### Bug Fixes
5353

54-
* **utils:** remove send debug log (resolves [#18](https://github.com/nuxt-community/web-vitals-module/issues/18)) ([d2eabad](https://github.com/nuxt-community/web-vitals-module/commit/d2eabadb33690e1f4472ae37c4351a7747d66b69))
54+
* **utils:** remove send debug log (resolves [#18](https://github.com/nuxt-modules/web-vitals/issues/18)) ([d2eabad](https://github.com/nuxt-modules/web-vitals/commit/d2eabadb33690e1f4472ae37c4351a7747d66b69))
5555

56-
### [0.1.3](https://github.com/nuxt-community/web-vitals-module/compare/v0.1.2...v0.1.3) (2021-02-04)
56+
### [0.1.3](https://github.com/nuxt-modules/web-vitals/compare/v0.1.2...v0.1.3) (2021-02-04)
5757

5858

5959
### Bug Fixes
6060

61-
* **vercel:** dsn typo ([95c4d42](https://github.com/nuxt-community/web-vitals-module/commit/95c4d42082f7d31e17a7bf0edb4a88789fd611c7))
61+
* **vercel:** dsn typo ([95c4d42](https://github.com/nuxt-modules/web-vitals/commit/95c4d42082f7d31e17a7bf0edb4a88789fd611c7))
6262

63-
### [0.1.2](https://github.com/nuxt-community/web-vitals-module/compare/v0.1.1...v0.1.2) (2021-02-04)
63+
### [0.1.2](https://github.com/nuxt-modules/web-vitals/compare/v0.1.1...v0.1.2) (2021-02-04)
6464

6565

6666
### Features
6767

68-
* auto switch to log in dev if debug enabled and no provider set ([f38ea59](https://github.com/nuxt-community/web-vitals-module/commit/f38ea596a70223d1859383fac175dca11288e31a))
68+
* auto switch to log in dev if debug enabled and no provider set ([f38ea59](https://github.com/nuxt-modules/web-vitals/commit/f38ea596a70223d1859383fac175dca11288e31a))
6969

70-
### [0.1.1](https://github.com/nuxt-community/web-vitals-module/compare/v0.1.0...v0.1.1) (2021-02-04)
70+
### [0.1.1](https://github.com/nuxt-modules/web-vitals/compare/v0.1.0...v0.1.1) (2021-02-04)
7171

7272

7373
### Bug Fixes
7474

75-
* early return if no provider is set ([08c25e8](https://github.com/nuxt-community/web-vitals-module/commit/08c25e809239564df9213986cb709256f445739c))
75+
* early return if no provider is set ([08c25e8](https://github.com/nuxt-modules/web-vitals/commit/08c25e809239564df9213986cb709256f445739c))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lcp",
1616
"ttfb"
1717
],
18-
"repository": "nuxt-community/web-vitals-module",
18+
"repository": "nuxt-modules/web-vitals",
1919
"license": "MIT",
2020
"exports": {
2121
".": "./dist/index.js",

0 commit comments

Comments
 (0)