From 3af91eed96770f8fdcbdc47bbcd94f83891b797a Mon Sep 17 00:00:00 2001 From: Rahul Pidde <206018639+cx-rahul-pidde@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:05:51 +0530 Subject: [PATCH 1/3] Updated author --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6af11dac..9c00f7c5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "test:unit": "tsc && jest --runInBand --testPathPattern=tests/unit --no-coverage" }, "repository": "https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli.git", - "author": "Jay Nanduri", + "author": "Anurag Dalke", "license": "ISC", "bugs": { "url": "https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli/issues" From 0680b82dd8277f27cc237e3df05ecaee5d5aa3ea Mon Sep 17 00:00:00 2001 From: Anurag Dalke Date: Wed, 8 Apr 2026 10:59:40 +0530 Subject: [PATCH 2/3] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d347623e..9c91de8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -169,7 +169,7 @@ jobs: product_name: Javascript Runtime Wrapper release_version: ${{ needs.release.outputs.TAG_NAME }} cli_release_version: ${{ needs.release.outputs.CLI_VERSION }} - release_author: "Phoenix Team" + release_author: "Sypher Team" release_url: https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli/releases/tag/${{ needs.release.outputs.TAG_NAME }} jira_product_name: JS_RUNTIME_WRAPPER secrets: inherit From b54140057ebf24daa2389dcccfa17ecae21629b3 Mon Sep 17 00:00:00 2001 From: Anurag Dalke Date: Wed, 8 Apr 2026 11:00:10 +0530 Subject: [PATCH 3/3] Update author field in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c00f7c5..96f8ce44 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "test:unit": "tsc && jest --runInBand --testPathPattern=tests/unit --no-coverage" }, "repository": "https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli.git", - "author": "Anurag Dalke", + "author": "Checkmarx", "license": "ISC", "bugs": { "url": "https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli/issues"