@cloudflare/intl-core
Advanced tools
Comparing version 1.0.15 to 1.1.0
@@ -6,3 +6,14 @@ # Change Log | ||
<a name="1.0.15"></a> | ||
<a name="1.1.0"></a> | ||
# [1.1.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/intl-core@1.0.15...@cloudflare/intl-core@1.1.0) (2018-10-25) | ||
### Features | ||
* **framework-core:** UI-1438 test cmd for framework-core ([132a932](http://stash.cfops.it:7999/fe/stratus/commits/132a932)) | ||
<a name="1.0.15"></a> | ||
## [1.0.15](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/intl-core@1.0.14...@cloudflare/intl-core@1.0.15) (2018-10-24) | ||
@@ -15,3 +26,3 @@ | ||
<a name="1.0.14"></a> | ||
<a name="1.0.14"></a> | ||
## [1.0.14](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/intl-core@1.0.13...@cloudflare/intl-core@1.0.14) (2018-10-19) | ||
@@ -18,0 +29,0 @@ |
{ | ||
"name": "@cloudflare/intl-core", | ||
"description": "", | ||
"version": "1.0.15", | ||
"version": "1.1.0", | ||
"types": "./src", | ||
@@ -15,3 +15,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@cloudflare/util-markdown": "^1.0.13", | ||
"@cloudflare/util-markdown": "^1.1.0", | ||
"@types/lodash": "4.14.117", | ||
@@ -27,3 +27,6 @@ "lodash": "2.4.2", | ||
"scripts": { | ||
"size": "size-limit" | ||
"size": "size-limit", | ||
"test": "framework-core test", | ||
"test-cov": "framework-core test --coverage", | ||
"test-watch": "framework-core test --watch" | ||
}, | ||
@@ -30,0 +33,0 @@ "size-limit": [ |
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
31494