@markuplint/i18n
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -12,3 +12,3 @@ export declare type Primitive = string | number | boolean; | ||
private static _singleton; | ||
static create(localeSet: LocaleSet | null): Promise<I18n>; | ||
static create(localeSet: LocaleSet | null): I18n; | ||
localeSet: LocaleSet | null; | ||
@@ -15,0 +15,0 @@ private constructor(); |
@@ -8,3 +8,3 @@ "use strict"; | ||
} | ||
static async create(localeSet) { | ||
static create(localeSet) { | ||
if (!I18n._singleton) { | ||
@@ -11,0 +11,0 @@ I18n._singleton = new I18n(localeSet); |
{ | ||
"name": "@markuplint/i18n", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "HTML parser for markuplint", | ||
@@ -18,3 +18,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "a7fbdff7d01567d5a184e440a6f12f66f710fb54" | ||
"gitHead": "46a4a218a03ff25750386d3d6d7e184bbef8b046" | ||
} |
Sorry, the diff of this file is not supported yet
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
156958