@j-schreiber/sf-cli-security-audit 0.12.4 → 0.12.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -85,7 +85,7 @@ FLAG DESCRIPTIONS
85
85
  essentially control, if a permission is allowed in a certain profile / permission set.
86
86
  ```
87
87
 
88
- _See code: [src/commands/org/audit/init.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.12.4/src/commands/org/audit/init.ts)_
88
+ _See code: [src/commands/org/audit/init.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.12.5/src/commands/org/audit/init.ts)_
89
89
 
90
90
  ## `sf org audit run`
91
91
 
@@ -130,7 +130,7 @@ FLAG DESCRIPTIONS
130
130
  never truncated.
131
131
  ```
132
132
 
133
- _See code: [src/commands/org/audit/run.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.12.4/src/commands/org/audit/run.ts)_
133
+ _See code: [src/commands/org/audit/run.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.12.5/src/commands/org/audit/run.ts)_
134
134
 
135
135
  ## `sf org scan user-perms`
136
136
 
@@ -169,7 +169,7 @@ FLAG DESCRIPTIONS
169
169
  retun 0 results).
170
170
  ```
171
171
 
172
- _See code: [src/commands/org/scan/user-perms.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.12.4/src/commands/org/scan/user-perms.ts)_
172
+ _See code: [src/commands/org/scan/user-perms.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.12.5/src/commands/org/scan/user-perms.ts)_
173
173
 
174
174
  <!-- commandsstop -->
175
175
 
@@ -259,5 +259,5 @@
259
259
  ]
260
260
  }
261
261
  },
262
- "version": "0.12.4"
262
+ "version": "0.12.5"
263
263
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@j-schreiber/sf-cli-security-audit",
3
3
  "description": "Salesforce CLI plugin to automate highly configurable security audits",
4
- "version": "0.12.4",
4
+ "version": "0.12.5",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/j-schreiber/js-sf-cli-security-audit"