Skip to content

Commit 33e97ce

Browse files
committed
fix
1 parent 7319800 commit 33e97ce

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ permissions:
4242

4343
jobs:
4444
delete:
45-
uses: CheckmarxDev/ast-cli-javascript-wrapper/.github/workflows/delete-packages-and-releases.yml@main
45+
uses: CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli/.github/workflows/delete-packages-and-releases.yml@main
4646
with:
4747
tag: ${{ inputs.jsTag }}
4848
secrets: inherit

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<img src="./logo.png" alt="Logo" width="80" height="80">
66
</a>
77

8-
<h3 align="center">AST-CLI-JAVASCRIPT-WRAPPER</h3>
8+
<h3 align="center">AST-CLI-JAVASCRIPT-WRAPPER-RUNTIME-CLI</h3>
99

1010
<!-- TABLE OF CONTENTS -->
1111
<details open="open">
@@ -40,7 +40,7 @@ Add the following dependency:
4040

4141
```
4242
"dependencies": {
43-
"@checkmarxdev/ast-cli-javascript-wrapper": "{version}"
43+
"@checkmarxdev/ast-cli-javascript-wrapper-runtime-cli": "{version}"
4444
}
4545
```
4646

@@ -86,7 +86,7 @@ setx PATH_TO_EXECUTABLE {value}
8686

8787
Checkmarx - AST Integrations Team
8888

89-
CxProject Link: [https://github.com/CheckmarxDev/ast-cli-javascript-wrapper](https://github.com/CheckmarxDev/ast-cli-javascript-wrapper)
89+
CxProject Link: [https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli](https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli)
9090

9191

9292
© 2021 Checkmarx Ltd. All Rights Reserved.

src/tests/data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,8 @@
746746
]
747747
},
748748
"dependencies": {
749-
"@CheckmarxDev/ast-cli-javascript-wrapper": "file:../ast-cli-javascript-wrapper/CheckmarxDev-ast-cli-javascript-wrapper-0.0.54.tgz",
750-
"@checkmarxdev/ast-cli-javascript-wrapper": "0.0.54",
749+
"@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli": "file:../ast-cli-javascript-wrapper-runtime-cli/CheckmarxDev-ast-cli-javascript-wrapper-runtime-cli-0.0.54.tgz",
750+
"@checkmarxdev/ast-cli-javascript-wrapper-runtime-cli": "0.0.54",
751751
"copyfiles": "1.2",
752752
"tree-kill": "^1.2.2"
753753
},

0 commit comments

Comments
 (0)