From 87234cb4dabf2684eac251b20259d2c1cc080cbd Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 4 Feb 2025 14:57:18 +0100 Subject: [PATCH] chore(package): export `utils` --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index f0401e23..251ca37b 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,10 @@ "types": "./vue-plugin.d.ts" }, "./runtime/*": "./dist/runtime/*", + "./utils/*": { + "types": "./dist/runtime/utils/*.d.ts", + "import": "./dist/runtime/utils/*.js" + }, "./locale": { "types": "./dist/runtime/locale/index.d.ts", "import": "./dist/runtime/locale/index.js"