@ckeditor/ckeditor5-dev-utils
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -11,3 +11,4 @@ /** | ||
findOriginalStrings: require( './findoriginalstrings' ), | ||
parsePoFileContent: require( './parsepofilecontent' ) | ||
createDicitionaryFromPoFileContent: require( './createdictionaryfrompofilecontent' ), | ||
cleanPoFileContent: require( './cleanpofilecontent' ) | ||
}; |
@@ -10,3 +10,3 @@ /** | ||
const fs = require( 'fs' ); | ||
const parsePoFileContent = require( './parsepofilecontent' ); | ||
const createDicitionaryFromPoFileContent = require( './createdictionaryfrompofilecontent' ); | ||
const acorn = require( 'acorn' ); | ||
@@ -100,3 +100,3 @@ const walk = require( 'acorn/dist/walk' ); | ||
const poFileContent = fs.readFileSync( pathToPoFile, 'utf-8' ); | ||
const parsedTranslationFile = parsePoFileContent( poFileContent ); | ||
const parsedTranslationFile = createDicitionaryFromPoFileContent( poFileContent ); | ||
@@ -103,0 +103,0 @@ for ( const translationKey in parsedTranslationFile ) { |
{ | ||
"name": "@ckeditor/ckeditor5-dev-utils", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "Utils for CKEditor 5 development tools packages.", | ||
@@ -12,4 +12,4 @@ "keywords": [], | ||
"fs-extra": "^0.30.0", | ||
"gettext-parser": "^1.2.2", | ||
"gulp-util": "^3.0.7", | ||
"pofile": "^1.0.5", | ||
"shelljs": "^0.7.4", | ||
@@ -16,0 +16,0 @@ "through2": "^2.0.1" |
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
84857
24
2169
+ Addedpofile@^1.0.5
+ Addedpofile@1.1.4(transitive)
- Removedgettext-parser@^1.2.2
- Removedencoding@0.1.13(transitive)
- Removedgettext-parser@1.4.0(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsafer-buffer@2.1.2(transitive)