vite-plugin-i18n-ally
Advanced tools
Comparing version 5.2.7 to 5.2.8
{ | ||
"name": "vite-plugin-i18n-ally", | ||
"version": "5.2.7", | ||
"version": "5.2.8", | ||
"description": "Vite plugin for automatic lazy loading of i18n resources", | ||
@@ -39,9 +39,9 @@ "type": "module", | ||
}, | ||
"./*": "./*" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"*.d.ts" | ||
] | ||
"./client/*": { | ||
"types": "./dist/client/*.d.ts", | ||
"import": "./dist/client/*.js" | ||
}, | ||
"./*": { | ||
"types": "./dist/*.d.ts", | ||
"import": "./dist/*.js" | ||
} | ||
@@ -95,3 +95,3 @@ }, | ||
"vitest-e2e": "^0.0.10", | ||
"vite-plugin-i18n-ally": "5.2.7" | ||
"vite-plugin-i18n-ally": "5.2.8" | ||
}, | ||
@@ -98,0 +98,0 @@ "simple-git-hooks": { |
181081