From 0a081f109ff6782eaaaeb28a483ea283e9d14ca7 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 f0401e230e..251ca37b6c 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"