Skip to content

Commit

Permalink
Release v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
molefrog committed Aug 21, 2024
1 parent 75d5e45 commit b40a6cb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 12 deletions.
24 changes: 18 additions & 6 deletions packages/wouter-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wouter-preact",
"version": "3.3.1",
"version": "3.3.2",
"description": "Minimalist-friendly ~1.5KB router for Preact",
"type": "module",
"keywords": [
Expand All @@ -12,7 +12,11 @@
"hooks",
"useLocation"
],
"files": ["esm", "types/**/*.d.ts", "types/*.d.ts"],
"files": [
"esm",
"types/**/*.d.ts",
"types/*.d.ts"
],
"main": "esm/index.js",
"exports": {
".": {
Expand All @@ -35,10 +39,18 @@
"types": "types/index.d.ts",
"typesVersions": {
">=4.1": {
"types/index.d.ts": ["types/index.d.ts"],
"use-browser-location": ["types/use-browser-location.d.ts"],
"use-hash-location": ["types/use-hash-location.d.ts"],
"memory-location": ["types/memory-location.d.ts"]
"types/index.d.ts": [
"types/index.d.ts"
],
"use-browser-location": [
"types/use-browser-location.d.ts"
],
"use-hash-location": [
"types/use-hash-location.d.ts"
],
"memory-location": [
"types/memory-location.d.ts"
]
}
},
"scripts": {
Expand Down
24 changes: 18 additions & 6 deletions packages/wouter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wouter",
"version": "3.3.1",
"version": "3.3.2",
"description": "Minimalist-friendly ~1.5KB router for React",
"type": "module",
"keywords": [
Expand All @@ -12,7 +12,11 @@
"hooks",
"useLocation"
],
"files": ["esm", "types/**/*.d.ts", "types/*.d.ts"],
"files": [
"esm",
"types/**/*.d.ts",
"types/*.d.ts"
],
"main": "esm/index.js",
"exports": {
".": {
Expand All @@ -35,10 +39,18 @@
"types": "types/index.d.ts",
"typesVersions": {
">=4.1": {
"types/index.d.ts": ["types/index.d.ts"],
"use-browser-location": ["types/use-browser-location.d.ts"],
"use-hash-location": ["types/use-hash-location.d.ts"],
"memory-location": ["types/memory-location.d.ts"]
"types/index.d.ts": [
"types/index.d.ts"
],
"use-browser-location": [
"types/use-browser-location.d.ts"
],
"use-hash-location": [
"types/use-hash-location.d.ts"
],
"memory-location": [
"types/memory-location.d.ts"
]
}
},
"scripts": {
Expand Down

0 comments on commit b40a6cb

Please sign in to comment.