Skip to content

Commit 98f4b2b

Browse files
committed
rm xml2js and vite from dependencies
1 parent b77e58c commit 98f4b2b

File tree

23 files changed

+160
-2659
lines changed

23 files changed

+160
-2659
lines changed

.github/workflows/deploy-BETA.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

.github/workflows/deploy-RELEASE.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,4 @@ jobs:
4141
- name: Compile VSIX
4242
run: npm run build
4343
- name: Publish VSCE Marketplace
44-
run: vsce publish --pat ${{ secrets.VSCE_PAT }} -i $(ls -all | grep "lightningflowscanner" | awk '{print $9}')
45-
- name: Publish OpenVSX Registry
46-
run: ovsx publish --pat ${{ secrets.OVSX_PAT }} -i $(ls -all | grep "lightningflowscanner" | awk '{print $9}')
44+
run: vsce publish --pat ${{ secrets.VSCE_PAT }} -i $(ls -all | grep "lightningflowscanner" | awk '{print $9}')

.github/workflows/generate-RELEASE.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="media/bannerslim.png" style="width: 41%;" />
44
</a>
55
</p>
6-
<p align="center"><i>Detect unsafe contexts, queries in loops, hardcoded IDs, and more to optimize your Salesforce Flows</i></p>
6+
<p align="center"><i>Detect unsafe contexts, queries in loops, hardcoded IDs, and more to optimize Salesforce Flows</i></p>
77

88
<p align="center">
99
<img src="media/demo.gif" alt="Flow Overview" width="88%" />

SECURITY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ We actively track and maintain an up-to-date inventory of all third-party depend
2828
| `lightning-flow-scanner-core` | [MIT](https://github.com/Flow-Scanner/lightning-flow-scanner-core/blob/main/LICENSE.md) | Salesforce Flow scanning utilities |
2929
| `tabulator-tables` | [MIT](https://github.com/olifolkerd/tabulator/blob/master/LICENSE) | Interactive tables and data grids for web apps |
3030
| `uuid` | [MIT](https://github.com/uuidjs/uuid/blob/main/LICENSE.md) | Generates RFC-compliant UUIDs |
31-
| `xml2js` | [MIT](https://github.com/Leonidas-from-XIV/node-xml2js/blob/master/LICENSE) | XML-to-JavaScript object converter |
3231
| `yaml` | [ISC](https://github.com/eemeli/yaml/blob/main/LICENSE) | YAML parser and stringifier for JavaScript |

beta-webview/App.vue

Lines changed: 0 additions & 33 deletions
This file was deleted.

beta-webview/assets/vite.svg

Lines changed: 0 additions & 21 deletions
This file was deleted.

beta-webview/assets/vue.svg

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)