@cloudflare/intl-core
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.6.1](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/intl-core@1.6.0...@cloudflare/intl-core@1.6.1) (2020-12-02) | ||
**Note:** Version bump only for package @cloudflare/intl-core | ||
# [1.6.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/intl-core@1.5.1...@cloudflare/intl-core@1.6.0) (2020-06-19) | ||
@@ -8,0 +16,0 @@ |
@@ -1,13 +0,1 @@ | ||
/// <reference types="lodash/common/common" /> | ||
/// <reference types="lodash/common/array" /> | ||
/// <reference types="lodash/common/collection" /> | ||
/// <reference types="lodash/common/date" /> | ||
/// <reference types="lodash/common/function" /> | ||
/// <reference types="lodash/common/lang" /> | ||
/// <reference types="lodash/common/math" /> | ||
/// <reference types="lodash/common/number" /> | ||
/// <reference types="lodash/common/object" /> | ||
/// <reference types="lodash/common/seq" /> | ||
/// <reference types="lodash/common/string" /> | ||
/// <reference types="lodash/common/util" /> | ||
import Polyglot from 'node-polyglot'; | ||
@@ -14,0 +2,0 @@ import { SupportedLocales, IPhrases } from './types'; |
@@ -13,2 +13,3 @@ import { TranslationPrepareResult } from './prepare'; | ||
es_PE = "es-PE", | ||
it_IT = "it-IT", | ||
ko_KR = "ko-KR", | ||
@@ -15,0 +16,0 @@ pt_BR = "pt-BR", |
@@ -15,2 +15,3 @@ export var SupportedLocales; // A Locale is the string actually used in the frontend, like 'en-US' | ||
SupportedLocales["es_PE"] = "es-PE"; | ||
SupportedLocales["it_IT"] = "it-IT"; | ||
SupportedLocales["ko_KR"] = "ko-KR"; | ||
@@ -17,0 +18,0 @@ SupportedLocales["pt_BR"] = "pt-BR"; |
@@ -23,2 +23,3 @@ "use strict"; | ||
SupportedLocales["es_PE"] = "es-PE"; | ||
SupportedLocales["it_IT"] = "it-IT"; | ||
SupportedLocales["ko_KR"] = "ko-KR"; | ||
@@ -25,0 +26,0 @@ SupportedLocales["pt_BR"] = "pt-BR"; |
{ | ||
"name": "@cloudflare/intl-core", | ||
"description": "", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"types": "./dist/index.d.ts", | ||
@@ -36,3 +36,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "b91f4a5b251fbcef98f58cde131a10344dc3cb96" | ||
"gitHead": "d4dbb01fd44aafd0f38625f49b56f08a9506a57d" | ||
} |
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
52359
929