@herberttn/bytenode-webpack-plugin
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -0,1 +1,8 @@ | ||
## [1.2.4](https://github.com/herberttn/bytenode-webpack-plugin/compare/v1.2.3...v1.2.4) (2021-04-23) | ||
### Bug Fixes | ||
* misplaced dependency ([3e564b3](https://github.com/herberttn/bytenode-webpack-plugin/commit/3e564b34a72826871d9f47d71aba7235108c3b13)) | ||
## [1.2.3](https://github.com/herberttn/bytenode-webpack-plugin/compare/v1.2.2...v1.2.3) (2021-04-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@herberttn/bytenode-webpack-plugin", | ||
"description": "Compile JavaScript into bytecode using bytenode", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"license": "MIT", | ||
@@ -27,2 +27,3 @@ "repository": { | ||
"bytenode": "^1.2.2", | ||
"slash": "3.0.0", | ||
"webpack-virtual-modules": "^0.4.2" | ||
@@ -47,3 +48,2 @@ }, | ||
"semantic-release": "17.4.2", | ||
"slash": "3.0.0", | ||
"ts-jest": "26.5.4", | ||
@@ -50,0 +50,0 @@ "ts-node": "9.1.1", |
38361
18
4
+ Addedslash@3.0.0
+ Addedbytenode@1.5.6(transitive)
+ Addedslash@3.0.0(transitive)
- Removedbytenode@1.5.7(transitive)