@cloudflare/intl-core
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.4.1](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/intl-core@1.4.0...@cloudflare/intl-core@1.4.1) (2019-12-15) | ||
**Note:** Version bump only for package @cloudflare/intl-core | ||
# [1.4.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/intl-core@1.2.4...@cloudflare/intl-core@1.4.0) (2019-11-20) | ||
@@ -8,0 +16,0 @@ |
@@ -8,3 +8,3 @@ import { TranslationPrepareResult } from './prepare'; | ||
export interface IPhrases { | ||
[key: string]: string; | ||
[key: string]: string | IPhrases; | ||
} | ||
@@ -11,0 +11,0 @@ export declare type TPhrasesModule = (IPhrases & { |
{ | ||
"name": "@cloudflare/intl-core", | ||
"description": "", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"types": "./dist/index.d.ts", | ||
@@ -32,3 +32,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "2c7116804e9d7e6f2e005ee4d7aa37829d2624a3" | ||
"gitHead": "84c40b8b41bbb3466ff0aea883bad1170b10508e" | ||
} |
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
46312