ilib-assemble
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "ilib-assemble", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"main": "./src/index.mjs", | ||
@@ -66,4 +66,4 @@ "bin": { | ||
"dependencies": { | ||
"ilib-common": "^1.0.3", | ||
"ilib-locale": "^1.1.1", | ||
"ilib-common": "^1.1.0", | ||
"ilib-locale": "^1.2.0", | ||
"json5": "^2.2.1", | ||
@@ -70,0 +70,0 @@ "options-parser": "^0.4.0" |
@@ -180,2 +180,14 @@ # ilib-assemble | ||
### v1.1.0 | ||
- added the ability to add a nodule to the list of modules to include the locale | ||
data for. This is often used to include the locale data of the current | ||
package for testing. | ||
- added the ability to get the list of locales to process from a json file | ||
- locale data in js files now get output as a function that returns the data. That | ||
way you don't need any babel plugins to process exported const values. | ||
(ie. you don't need babel-plugin-transform-add-module-exports) | ||
- only resolve paths to modules when they are module references. That is, they are | ||
not relative to the current dir nor are they absolute paths | ||
### v1.0.0 | ||
@@ -182,0 +194,0 @@ |
Sorry, the diff of this file is not supported yet
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
38006
446
196
Updatedilib-common@^1.1.0
Updatedilib-locale@^1.2.0