@typeroute/router 0.7.0 โ†’ 0.8.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/README.md +4 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,25 +9,19 @@
9
9
  <div align="center">
10
10
  <a href="https://www.npmjs.com/package/@typeroute/router">
11
11
  <img
12
- src="https://img.shields.io/npm/v/@typeroute/router?style=flat-square&color=0B0D0F&labelColor=0B0D0F"
12
+ src="https://img.shields.io/npm/v/%40typeroute%2Frouter?style=flat-square&color=0B0D0F&labelColor=0B0D0F"
13
13
  alt="npm version"
14
14
  />
15
15
  </a>
16
16
  <a href="https://www.npmjs.com/package/@typeroute/router">
17
17
  <img
18
- src="https://img.badgesize.io/https://unpkg.com/waymark/dist/index.js?compression=gzip&label=gzip&style=flat-square&color=0B0D0F&labelColor=0B0D0F"
18
+ src="https://img.badgesize.io/https://cdn.jsdelivr.net/npm/@typeroute/router/dist/index.js?compression=gzip&label=gzip&style=flat-square&color=0B0D0F&labelColor=0B0D0F"
19
19
  alt="gzip size"
20
20
  />
21
21
  </a>
22
- <a href="https://www.npmjs.com/package/@typeroute/router">
23
- <img
24
- src="https://img.shields.io/npm/dm/@typeroute/router?style=flat-square&color=0B0D0F&labelColor=0B0D0F"
25
- alt="downloads"
26
- />
27
- </a>
28
22
  <a href="https://github.com/strblr/typeroute/blob/master/LICENSE">
29
23
  <img
30
- src="https://img.shields.io/npm/l/@typeroute/router?style=flat-square&color=0B0D0F&labelColor=0B0D0F"
24
+ src="https://img.shields.io/npm/l/%40typeroute%2Frouter?style=flat-square&color=0B0D0F&labelColor=0B0D0F"
31
25
  alt="license"
32
26
  />
33
27
  </a>
@@ -40,7 +34,7 @@
40
34
  </div>
41
35
 
42
36
  <p align="center">
43
- ๐Ÿ“– <a href="https://typeroute.com">Documentation</a> ยท ๐ŸŽฎ <a href="https://stackblitz.com/edit/typeroute-demo?file=src%2Fapp.tsx">Live playground</a>
37
+ ๐Ÿ“– <a href="https://typeroute.com">typeroute.com</a> ยท ๐ŸŽฎ <a href="https://stackblitz.com/edit/typeroute-demo?file=src%2Fapp.tsx">Live playground</a>
44
38
  </p>
45
39
 
46
40
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeroute/router",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "license": "MIT",
5
5
  "author": "strblr",
6
6
  "description": "Type-safe React router that just works - simple setup, full autocomplete, 4kB gzipped",