From b40a6cbcefe7657fb0151b9d69708b045ab0ec2f Mon Sep 17 00:00:00 2001 From: Alexey Taktarov Date: Wed, 21 Aug 2024 11:08:04 +0200 Subject: [PATCH] Release v3.3.2 --- packages/wouter-preact/package.json | 24 ++++++++++++++++++------ packages/wouter/package.json | 24 ++++++++++++++++++------ 2 files changed, 36 insertions(+), 12 deletions(-) diff --git a/packages/wouter-preact/package.json b/packages/wouter-preact/package.json index deff3e3..6478973 100644 --- a/packages/wouter-preact/package.json +++ b/packages/wouter-preact/package.json @@ -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": [ @@ -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": { ".": { @@ -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": { diff --git a/packages/wouter/package.json b/packages/wouter/package.json index 4d933d2..299c437 100644 --- a/packages/wouter/package.json +++ b/packages/wouter/package.json @@ -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": [ @@ -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": { ".": { @@ -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": {