@eliumhq/elium-i18n
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@eliumhq/elium-i18n", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"engines": { | ||
"node": ">=9", | ||
"npm": "^4.0.0" | ||
}, | ||
"bin": { | ||
}, | ||
"bin": { | ||
"elium-i18n": "bin/elium-i18n" | ||
@@ -19,16 +19,16 @@ }, | ||
"babylon": "^6.18.0", | ||
"colors": "^1.2.1", | ||
"commander": "^2.15.1", | ||
"gettext-parser": "^1.3.1", | ||
"colors": "^1.3.1", | ||
"commander": "^2.16.0", | ||
"gettext-parser": "^2.0.0", | ||
"htmlclean": "^3.0.8" | ||
}, | ||
"devDependencies": { | ||
"@eliumhq/eslint-config-elium": "^1.1.6", | ||
"eslint": "^4.19.1", | ||
"@eliumhq/eslint-config-elium": "^2.0.1", | ||
"eslint": "^5.2.0", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"eslint-plugin-node": "^6.0.1", | ||
"eslint-plugin-promise": "^3.7.0", | ||
"eslint-plugin-import": "^2.13.0", | ||
"eslint-plugin-node": "^7.0.1", | ||
"eslint-plugin-promise": "^3.8.0", | ||
"eslint-plugin-standard": "^3.1.0" | ||
} | ||
} |
@@ -99,3 +99,4 @@ const fs = require('fs') | ||
'dynamicImport', | ||
'objectRestSpread' | ||
'objectRestSpread', | ||
'asyncGenerators' | ||
] | ||
@@ -102,0 +103,0 @@ }) |
Sorry, the diff of this file is not supported yet
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
56424
340
+ Addedcore-util-is@1.0.3(transitive)
+ Addedgettext-parser@2.1.0(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
- Removedgettext-parser@1.4.0(transitive)
Updatedcolors@^1.3.1
Updatedcommander@^2.16.0
Updatedgettext-parser@^2.0.0