@ckeditor/ckeditor5-dev-utils
Advanced tools
Comparing version 5.0.0 to 6.0.0
Changelog | ||
========= | ||
## [6.0.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-utils@5.0.0...@ckeditor/ckeditor5-dev-utils@6.0.0) (2017-11-30) | ||
### Features | ||
* `TranslationService` v2. Closes [ckeditor/ckeditor5#666](https://github.com/ckeditor/ckeditor5/issues/666). Closes [ckeditor/ckeditor5#624](https://github.com/ckeditor/ckeditor5/issues/624). ([ee2a1d2](https://github.com/ckeditor/ckeditor5-dev/commit/ee2a1d2)) | ||
## [5.0.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-utils@4.0.2...@ckeditor/ckeditor5-dev-utils@5.0.0) (2017-11-13) | ||
@@ -5,0 +12,0 @@ |
@@ -9,3 +9,4 @@ /** | ||
module.exports = { | ||
TranslationService: require( './translationservice' ), | ||
MultipleLanguageTranslationService: require( './multiplelanguagetranslationservice' ), | ||
SingleLanguageTranslationService: require( './singlelanguagetranslationservice' ), | ||
findOriginalStrings: require( './findoriginalstrings' ), | ||
@@ -12,0 +13,0 @@ createDictionaryFromPoFileContent: require( './createdictionaryfrompofilecontent' ), |
{ | ||
"name": "@ckeditor/ckeditor5-dev-utils", | ||
"version": "5.0.0", | ||
"version": "6.0.0", | ||
"description": "Utils for CKEditor 5 development tools packages.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -8,5 +8,4 @@ /** | ||
const chai = require( 'chai' ); | ||
const { expect } = require( 'chai' ); | ||
const sinon = require( 'sinon' ); | ||
const expect = chai.expect; | ||
const proxyquire = require( 'proxyquire' ); | ||
@@ -13,0 +12,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
134991
42
3475
34