File tree Expand file tree Collapse file tree 2 files changed +36
-12
lines changed Expand file tree Collapse file tree 2 files changed +36
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wouter-preact" ,
3
- "version" : " 3.3.1 " ,
3
+ "version" : " 3.3.2 " ,
4
4
"description" : " Minimalist-friendly ~1.5KB router for Preact" ,
5
5
"type" : " module" ,
6
6
"keywords" : [
12
12
" hooks" ,
13
13
" useLocation"
14
14
],
15
- "files" : [" esm" , " types/**/*.d.ts" , " types/*.d.ts" ],
15
+ "files" : [
16
+ " esm" ,
17
+ " types/**/*.d.ts" ,
18
+ " types/*.d.ts"
19
+ ],
16
20
"main" : " esm/index.js" ,
17
21
"exports" : {
18
22
"." : {
35
39
"types" : " types/index.d.ts" ,
36
40
"typesVersions" : {
37
41
">=4.1" : {
38
- "types/index.d.ts" : [" types/index.d.ts" ],
39
- "use-browser-location" : [" types/use-browser-location.d.ts" ],
40
- "use-hash-location" : [" types/use-hash-location.d.ts" ],
41
- "memory-location" : [" types/memory-location.d.ts" ]
42
+ "types/index.d.ts" : [
43
+ " types/index.d.ts"
44
+ ],
45
+ "use-browser-location" : [
46
+ " types/use-browser-location.d.ts"
47
+ ],
48
+ "use-hash-location" : [
49
+ " types/use-hash-location.d.ts"
50
+ ],
51
+ "memory-location" : [
52
+ " types/memory-location.d.ts"
53
+ ]
42
54
}
43
55
},
44
56
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wouter" ,
3
- "version" : " 3.3.1 " ,
3
+ "version" : " 3.3.2 " ,
4
4
"description" : " Minimalist-friendly ~1.5KB router for React" ,
5
5
"type" : " module" ,
6
6
"keywords" : [
12
12
" hooks" ,
13
13
" useLocation"
14
14
],
15
- "files" : [" esm" , " types/**/*.d.ts" , " types/*.d.ts" ],
15
+ "files" : [
16
+ " esm" ,
17
+ " types/**/*.d.ts" ,
18
+ " types/*.d.ts"
19
+ ],
16
20
"main" : " esm/index.js" ,
17
21
"exports" : {
18
22
"." : {
35
39
"types" : " types/index.d.ts" ,
36
40
"typesVersions" : {
37
41
">=4.1" : {
38
- "types/index.d.ts" : [" types/index.d.ts" ],
39
- "use-browser-location" : [" types/use-browser-location.d.ts" ],
40
- "use-hash-location" : [" types/use-hash-location.d.ts" ],
41
- "memory-location" : [" types/memory-location.d.ts" ]
42
+ "types/index.d.ts" : [
43
+ " types/index.d.ts"
44
+ ],
45
+ "use-browser-location" : [
46
+ " types/use-browser-location.d.ts"
47
+ ],
48
+ "use-hash-location" : [
49
+ " types/use-hash-location.d.ts"
50
+ ],
51
+ "memory-location" : [
52
+ " types/memory-location.d.ts"
53
+ ]
42
54
}
43
55
},
44
56
"scripts" : {
You can’t perform that action at this time.
0 commit comments