itty-router 2.4.7 → 2.4.8

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/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -428,19 +428,19 @@ This trick allows methods (e.g. "get", "post") to by defined dynamically by the
428
428
  **drastically** reducing boilerplate.
429
429
 
430
430
  [twitter-image]:https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fitty-router
431
- [logo-image]:https://user-images.githubusercontent.com/865416/79531114-fa0d8200-8036-11ea-824d-70d84164b00a.png
431
+ [logo-image]:https://user-images.githubusercontent.com/865416/146679767-16be95b4-5dd7-4bcf-aed7-b8aa8c828f48.png
432
432
  [gzip-image]:https://img.shields.io/bundlephobia/minzip/itty-router
433
433
  [gzip-url]:https://bundlephobia.com/result?p=itty-router
434
434
  [issues-image]:https://img.shields.io/github/issues/kwhitley/itty-router
435
435
  [issues-url]:https://github.com/kwhitley/itty-router/issues
436
436
  [npm-image]:https://img.shields.io/npm/v/itty-router.svg
437
437
  [npm-url]:http://npmjs.org/package/itty-router
438
- [travis-image]:https://travis-ci.org/kwhitley/itty-router.svg?branch=v1.x
438
+ [travis-image]:https://app.travis-ci.com/kwhitley/itty-router.svg?branch=v2.x
439
439
  [travis-url]:https://travis-ci.org/kwhitley/itty-router
440
440
  [david-image]:https://david-dm.org/kwhitley/itty-router/status.svg
441
441
  [david-url]:https://david-dm.org/kwhitley/itty-router
442
- [coveralls-image]:https://coveralls.io/repos/github/kwhitley/itty-router/badge.svg?branch=v1.x
443
- [coveralls-url]:https://coveralls.io/github/kwhitley/itty-router?branch=v1.x
442
+ [coveralls-image]:https://coveralls.io/repos/github/kwhitley/itty-router/badge.svg?branch=v2.x
443
+ [coveralls-url]:https://coveralls.io/github/kwhitley/itty-router?branch=v2.x
444
444
  [itty-homepage]:https://itty-router.dev
445
445
  [discord-image]:https://img.shields.io/discord/832353585802903572
446
446
  [discord-url]:https://discord.com/channels/832353585802903572
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itty-router",
3
- "version": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "description": "Tiny, zero-dependency router with route param and query parsing - built for Cloudflare Workers, but works everywhere!",
5
5
  "main": "./dist/itty-router.min.js",
6
6
  "types": "./dist/itty-router.d.ts",