Compare commits

..
4 changed files with 21 additions and 6 deletions
+16
View File
@@ -1,5 +1,21 @@
# @vintl/nuxt
## 1.1.4
### Patch Changes
- 8f4ca76: Fix compatibility with newer versions of Nuxt
It seems that TypeScript has a trouble identifying similar types from different packages, which caused it to disregard any types from VIntl.
Now that the `@nuxt/schema` is moved to `devDependencies` (since it's used for types only anyway), and doesn't have to strictly match the version, this should be fixed.
## 1.1.3
### Patch Changes
- 25b5acf: Don't require additionalImports to be a non-empty array
## 1.1.2
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@vintl/nuxt",
"version": "1.1.2",
"version": "1.1.4",
"description": "Nuxt Module for VIntl integration",
"keywords": [
"i18n",
@@ -40,6 +40,7 @@
},
"devDependencies": {
"@nuxt/module-builder": "^0.3.0",
"@nuxt/schema": "^3.4.2",
"@types/hash-sum": "^1.0.0",
"@types/node": "^18.15.12",
"@unhead/vue": "^1.1.26",
@@ -51,7 +52,6 @@
"dependencies": {
"@formatjs/intl": "^2.7.1",
"@nuxt/kit": "^3.4.2",
"@nuxt/schema": "^3.4.2",
"@vintl/unplugin": "^1.2.1",
"@vintl/vintl": "^4.1.2",
"astring": "^1.8.4",
@@ -68,7 +68,6 @@ export const localeDescriptorSchema = t
.describe(
'List of additional side-effect only imports (like polyfill data)',
)
.nonempty()
.optional(),
/**
+3 -3
View File
@@ -101,9 +101,6 @@ importers:
'@nuxt/kit':
specifier: ^3.4.2
version: 3.4.2(esbuild@0.17.17)(rollup@3.20.7)
'@nuxt/schema':
specifier: ^3.4.2
version: 3.4.2(rollup@3.20.7)
'@vintl/unplugin':
specifier: ^1.2.1
version: 1.2.1(rollup@3.20.7)(webpack@5.80.0)
@@ -135,6 +132,9 @@ importers:
'@nuxt/module-builder':
specifier: ^0.3.0
version: 0.3.0
'@nuxt/schema':
specifier: ^3.4.2
version: 3.4.2(rollup@3.20.7)
'@types/hash-sum':
specifier: ^1.0.0
version: 1.0.0