ilib-assemble
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "ilib-assemble", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "./src/index.mjs", | ||
"type": "module", | ||
"bin": { | ||
@@ -66,4 +67,4 @@ "ilib-assemble": "./src/index.mjs", | ||
"dependencies": { | ||
"ilib-common": "^1.1.1", | ||
"ilib-locale": "^1.2.1", | ||
"ilib-common": "^1.1.2", | ||
"ilib-locale": "^1.2.2", | ||
"json5": "^2.2.1", | ||
@@ -70,0 +71,0 @@ "options-parser": "^0.4.0" |
@@ -180,2 +180,6 @@ # ilib-assemble | ||
### v1.1.2 | ||
- work with the hybrid commonjs/ESM modules | ||
### v1.1.1 | ||
@@ -201,2 +205,2 @@ | ||
- Code to replace the ilib-webpack-loader and ilib-webpack-plugin by | ||
performing the same task, but outside of webpack. | ||
performing the same task, but outside of webpack. |
Sorry, the diff of this file is not supported yet
38149
205
Yes
446
Updatedilib-common@^1.1.2
Updatedilib-locale@^1.2.2