vue3-gettext
Advanced tools
Comparing version 3.0.0-beta.3 to 3.0.0-beta.4
@@ -88,12 +88,12 @@ import * as vue from 'vue'; | ||
declare type TranslateComponent = typeof Component; | ||
declare type TranslateDirective = ReturnType<typeof directive>; | ||
declare type Message = string | string[]; | ||
declare type MessageContext = { | ||
type TranslateComponent = typeof Component; | ||
type TranslateDirective = ReturnType<typeof directive>; | ||
type Message = string | string[]; | ||
type MessageContext = { | ||
[context: string]: Message; | ||
}; | ||
declare type LanguageData = { | ||
type LanguageData = { | ||
[messageId: string]: Message | MessageContext; | ||
}; | ||
declare type Translations = { | ||
type Translations = { | ||
[language: string]: LanguageData; | ||
@@ -122,3 +122,3 @@ }; | ||
} | ||
declare type Language = UnwrapRef<{ | ||
type Language = UnwrapRef<{ | ||
available: GetTextOptions["availableLanguages"]; | ||
@@ -125,0 +125,0 @@ muted: GetTextOptions["mutedLanguages"]; |
{ | ||
"name": "vue3-gettext", | ||
"version": "3.0.0-beta.3", | ||
"version": "3.0.0-beta.4", | ||
"description": "Translate Vue 3 applications with gettext", | ||
@@ -56,3 +56,3 @@ "homepage": "https://jshmrtn.github.io/vue3-gettext/", | ||
"command-line-args": "^5.2.1", | ||
"cosmiconfig": "^7.0.1", | ||
"cosmiconfig": "^9.0.0", | ||
"gettext-extractor": "^3.6.2", | ||
@@ -59,0 +59,0 @@ "glob": "^7.2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108538
+ Added@types/node@22.9.3(transitive)
+ Addedargparse@2.0.1(transitive)
+ Addedcosmiconfig@9.0.0(transitive)
+ Addedenv-paths@2.2.1(transitive)
+ Addedjs-yaml@4.1.0(transitive)
+ Addedmagic-string@0.30.13(transitive)
+ Addednanoid@3.3.7(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@types/node@22.10.0(transitive)
- Removed@types/parse-json@4.0.2(transitive)
- Removedcosmiconfig@7.1.0(transitive)
- Removedmagic-string@0.30.14(transitive)
- Removednanoid@3.3.8(transitive)
- Removedpath-type@4.0.0(transitive)
- Removedundici-types@6.20.0(transitive)
- Removedyaml@1.10.2(transitive)
Updatedcosmiconfig@^9.0.0