From fa5f6b1e8e66d7e5933f38b181cc15c5044b2bf9 Mon Sep 17 00:00:00 2001 From: Alexey Taktarov Date: Thu, 20 Jun 2024 12:03:59 +0200 Subject: [PATCH] v3.2.1 --- packages/wouter-preact/package.json | 24 ++++++------------------ packages/wouter/package.json | 24 ++++++------------------ 2 files changed, 12 insertions(+), 36 deletions(-) diff --git a/packages/wouter-preact/package.json b/packages/wouter-preact/package.json index 273be1c..c11ca83 100644 --- a/packages/wouter-preact/package.json +++ b/packages/wouter-preact/package.json @@ -1,6 +1,6 @@ { "name": "wouter-preact", - "version": "3.2.0", + "version": "3.2.1", "description": "Minimalist-friendly ~1.5KB router for Preact", "type": "module", "keywords": [ @@ -12,11 +12,7 @@ "hooks", "useLocation" ], - "files": [ - "esm", - "types/**/*.d.ts", - "types/*.d.ts" - ], + "files": ["esm", "types/**/*.d.ts", "types/*.d.ts"], "main": "esm/index.js", "exports": { ".": { @@ -39,18 +35,10 @@ "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": { diff --git a/packages/wouter/package.json b/packages/wouter/package.json index 03a568c..ffea496 100644 --- a/packages/wouter/package.json +++ b/packages/wouter/package.json @@ -1,6 +1,6 @@ { "name": "wouter", - "version": "3.2.0", + "version": "3.2.1", "description": "Minimalist-friendly ~1.5KB router for React", "type": "module", "keywords": [ @@ -12,11 +12,7 @@ "hooks", "useLocation" ], - "files": [ - "esm", - "types/**/*.d.ts", - "types/*.d.ts" - ], + "files": ["esm", "types/**/*.d.ts", "types/*.d.ts"], "main": "esm/index.js", "exports": { ".": { @@ -39,18 +35,10 @@ "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": {