Skip to content

Commit b70a6c4

Browse files
committed
initial release
1 parent 8384392 commit b70a6c4

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ For details about all available rules, their default severities, and configurati
3636

3737
## Installation
3838

39-
<a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tgK0000006iftQAA">
39+
<a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tgK0000006ikjQAA">
4040
<img alt="Install Managed Package" src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/deploy.png">
4141
</a>
4242

4343
Or via Salesforce CLI:
4444

4545
```bash
46-
sf package install --package lightning-flow-scanner@2.6.0-1 --target-org <OrgAlias> --wait 10
46+
sf package install --package lightning-flow-scanner@2.8.0 --target-org <OrgAlias> --wait 10
4747
```
4848

4949
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lightning-flow-scanner-app",
33
"private": true,
44
"version": "2.6.0",
5-
"description": "Salesforce App of Lightning Flow Scanner",
5+
"description": "A Salesforce App for real-time analysis of Salesforce Flow. Scans metadata for 20+ issues such as hardcoded IDs, unsafe contexts, inefficient SOQL/DML operations, recursion risks, and missing fault handling.",
66
"scripts": {
77
"lint": "eslint **/lwc/**/*.js",
88
"test": "npm run test:unit",

sfdx-project.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44
"path": "force-app",
55
"default": true,
66
"package": "lightning-flow-scanner",
7-
"versionName": "2.6.0",
8-
"versionNumber": "2.6.0.NEXT"
7+
"versionName": "2.8.0",
8+
"versionNumber": "2.8.0.0"
99
}
1010
],
1111
"namespace": "flow_scanner",
1212
"sfdcLoginUrl": "https://login.salesforce.com",
1313
"sourceApiVersion": "62.0",
1414
"packageAliases": {
1515
"lightning-flow-scanner": "0HogK0000000VOnSAM",
16-
"[email protected]": "04tgK0000006ieHQAQ",
17-
"[email protected]": "04tgK0000006iftQAA"
16+
"[email protected]": "04tgK0000006ikjQAA"
1817
}
1918
}

0 commit comments

Comments
 (0)