Skip to content

Commit

Permalink
update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsop committed Aug 7, 2024
1 parent f5d0f4c commit ce3f39d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@ Any import statements within this particular file will not be re-written.
- 0.1.13 Pre-commit lint, format test and github action to test again. ✅
- 0.1.14 Expose ready-made transformer to relief the user from having to pass in the jestConfig object. ✅
- 0.1.15 Performance improvements ✅
- 0.1.16 Ensure all different `jest.mock` calls are properly treated.
- 0.1.17 Expose debugging options to the user (like printing which imports are being rewritten, or the transpiled output of a particular file).
- 0.1.18 Expose a jest reporter to print a high-level overview of what the plugin did within the run (and potientialy report barel file statistics)
- 0.1.19 Performance testing: Fork some open-source codebases, integrate `babel-jest-boost` and test to measure the performance increase. Do this in the CI/CD pipeline
- 0.1.20 Figure out automatic changelog, version increase, github release, npm publish actions
- 0.1.16 ignore node_modules config option ✅
- 0.1.17 Ensure all different `jest.mock` calls are properly treated.
- 0.1.18 Expose debugging options to the user (like printing which imports are being rewritten, or the transpiled output of a particular file).
- 0.1.19 Expose a jest reporter to print a high-level overview of what the plugin did within the run (and potientialy report barel file statistics)
- 0.1.20 Performance testing: Fork some open-source codebases, integrate `babel-jest-boost` and test to measure the performance increase. Do this in the CI/CD pipeline
- 0.1.21 Figure out automatic changelog, version increase, github release, npm publish actions
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gtsopanoglou/babel-jest-boost",
"version": "0.1.15",
"version": "0.1.16",
"description": "Babel plugin to boost jest performance by skipping intermediate imports",
"scripts": {
"format:check": "prettier . --check",
Expand Down

0 comments on commit ce3f39d

Please sign in to comment.