Compare commits

...
3 changed files with 7 additions and 2 deletions
+6
View File
@@ -1,5 +1,11 @@
# @vintl/nuxt
## 1.1.3
### Patch Changes
- 25b5acf: Don't require additionalImports to be a non-empty array
## 1.1.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vintl/nuxt",
"version": "1.1.2",
"version": "1.1.3",
"description": "Nuxt Module for VIntl integration",
"keywords": [
"i18n",
@@ -68,7 +68,6 @@ export const localeDescriptorSchema = t
.describe(
'List of additional side-effect only imports (like polyfill data)',
)
.nonempty()
.optional(),
/**