@herberttn/bytenode-webpack-plugin
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -0,1 +1,8 @@ | ||
## [1.2.2](https://github.com/herberttn/bytenode-webpack-plugin/compare/v1.2.1...v1.2.2) (2021-04-10) | ||
### Bug Fixes | ||
* bump bytenode to fix bytenode/bytenode[#122](https://github.com/herberttn/bytenode-webpack-plugin/issues/122) ([e7de4eb](https://github.com/herberttn/bytenode-webpack-plugin/commit/e7de4eb2c3c84ae05992339cd98e0e90062a1352)) | ||
## [1.2.1](https://github.com/herberttn/bytenode-webpack-plugin/compare/v1.2.0...v1.2.1) (2021-04-04) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@herberttn/bytenode-webpack-plugin", | ||
"description": "Compile JavaScript into bytecode using bytenode", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
@@ -22,7 +22,7 @@ "repository": { | ||
"release": "semantic-release", | ||
"test": "jest --config jest.config.ts --coverage --detectOpenHandles", | ||
"test": "jest --config jest.config.ts --detectOpenHandles", | ||
"test:watch": "npm run test -- --watch" | ||
}, | ||
"dependencies": { | ||
"bytenode": "^1.2.1", | ||
"bytenode": "^1.2.2", | ||
"webpack-virtual-modules": "^0.4.2" | ||
@@ -29,0 +29,0 @@ }, |
@@ -5,10 +5,13 @@ @herberttn/bytenode-webpack-plugin | ||
[![ci][badge-workflow-ci]][badge-workflow-ci-link] | ||
[![coveralls][badge-coveralls]][badge-coveralls-link] | ||
[![npm][badge-npm]][badge-npm-link] | ||
[![license][badge-license]][badge-license-link] | ||
[badge-npm]: https://img.shields.io/npm/v/@herberttn/bytenode-webpack-plugin | ||
[badge-coveralls]: https://img.shields.io/coveralls/github/herberttn/bytenode-webpack-plugin?logo=coveralls&style=flat-square | ||
[badge-coveralls-link]: https://coveralls.io/github/herberttn/bytenode-webpack-plugin | ||
[badge-license]: https://img.shields.io/github/license/herberttn/bytenode-webpack-plugin?style=flat-square | ||
[badge-license-link]: LICENSE | ||
[badge-npm]: https://img.shields.io/npm/v/@herberttn/bytenode-webpack-plugin?logo=npm&style=flat-square | ||
[badge-npm-link]: https://www.npmjs.com/package/@herberttn/bytenode-webpack-plugin | ||
[badge-license]: https://img.shields.io/github/license/herberttn/bytenode-webpack-plugin | ||
[badge-license-link]: LICENSE | ||
[badge-workflow-ci]: https://github.com/herberttn/bytenode-webpack-plugin/actions/workflows/ci.yml/badge.svg?branch=main&event=push | ||
[badge-workflow-ci]: https://img.shields.io/github/workflow/status/herberttn/bytenode-webpack-plugin/ci?label=ci&logo=github&style=flat-square | ||
[badge-workflow-ci-link]: https://github.com/herberttn/bytenode-webpack-plugin/actions/workflows/ci.yml | ||
@@ -15,0 +18,0 @@ |
35582
111
+ Addedobject-inspect@1.13.3(transitive)
- Removedobject-inspect@1.13.4(transitive)
Updatedbytenode@^1.2.2