Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oetr committed Aug 8, 2023
1 parent 5d83cbd commit 056116f
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 42 deletions.
52 changes: 26 additions & 26 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": "jazzer.js",
"version": "1.6.0",
"version": "1.6.1",
"description": "Coverage-guided, in-process fuzzing for Node.js",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/bug-detectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jazzer.js/bug-detectors",
"version": "1.6.0",
"version": "1.6.1",
"description": "Jazzer.js bug detectors",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"author": "Code Intelligence",
Expand All @@ -16,8 +16,8 @@
"main": "dist/index.js",
"types": "dist/index.d.js",
"dependencies": {
"@jazzer.js/core": "*",
"@jazzer.js/hooking": "*"
"@jazzer.js/core": "1.6.1",
"@jazzer.js/hooking": "1.6.1"
},
"devDependencies": {},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jazzer.js/core",
"version": "1.6.0",
"version": "1.6.1",
"description": "Jazzer.js CLI",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"author": "Code Intelligence",
Expand All @@ -19,10 +19,10 @@
"jazzer": "dist/cli.js"
},
"dependencies": {
"@jazzer.js/bug-detectors": "*",
"@jazzer.js/fuzzer": "*",
"@jazzer.js/hooking": "*",
"@jazzer.js/instrumentor": "*",
"@jazzer.js/bug-detectors": "1.6.1",
"@jazzer.js/fuzzer": "1.6.1",
"@jazzer.js/hooking": "1.6.1",
"@jazzer.js/instrumentor": "1.6.1",
"tmp": "^0.2.1",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-report": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuzzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jazzer.js/fuzzer",
"version": "1.6.0",
"version": "1.6.1",
"description": "Jazzer.js libfuzzer-based fuzzer for Node.js",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"author": "Code Intelligence",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jazzer.js/hooking",
"version": "1.6.0",
"version": "1.6.1",
"description": "Jazzer.js hooking framework",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"author": "Code Intelligence",
Expand Down
6 changes: 3 additions & 3 deletions packages/instrumentor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jazzer.js/instrumentor",
"version": "1.6.0",
"version": "1.6.1",
"description": "Jazzer.js source code instrumentor",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"author": "Code Intelligence",
Expand All @@ -18,8 +18,8 @@
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/generator": "^7.22.10",
"@jazzer.js/fuzzer": "*",
"@jazzer.js/hooking": "*",
"@jazzer.js/fuzzer": "1.6.1",
"@jazzer.js/hooking": "1.6.1",
"istanbul-lib-hook": "^3.0.0",
"proper-lockfile": "^4.1.2",
"istanbul-lib-instrument": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jazzer.js/jest-runner",
"version": "1.6.0",
"version": "1.6.1",
"description": "",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"author": "Code Intelligence",
Expand All @@ -16,7 +16,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@jazzer.js/core": "*",
"@jazzer.js/core": "1.6.1",
"cosmiconfig": "^8.2.0",
"istanbul-reports": "^3.1.6"
},
Expand Down

0 comments on commit 056116f

Please sign in to comment.