Compare commits

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