@j-schreiber/sf-cli-security-audit 0.10.1 → 0.11.0

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
@@ -79,7 +79,7 @@ FLAG DESCRIPTIONS
79
79
  essentially control, if a permission is allowed in a certain profile / permission set.
80
80
  ```
81
81
 
82
- _See code: [src/commands/org/audit/init.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.10.1/src/commands/org/audit/init.ts)_
82
+ _See code: [src/commands/org/audit/init.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.11.0/src/commands/org/audit/init.ts)_
83
83
 
84
84
  ## `sf org audit run`
85
85
 
@@ -110,7 +110,7 @@ EXAMPLES
110
110
  $ sf org audit run -o MyTargetOrg -d configs/prod
111
111
  ```
112
112
 
113
- _See code: [src/commands/org/audit/run.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.10.1/src/commands/org/audit/run.ts)_
113
+ _See code: [src/commands/org/audit/run.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.11.0/src/commands/org/audit/run.ts)_
114
114
 
115
115
  ## `sf org scan user-perms`
116
116
 
@@ -149,7 +149,7 @@ FLAG DESCRIPTIONS
149
149
  retun 0 results).
150
150
  ```
151
151
 
152
- _See code: [src/commands/org/scan/user-perms.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.10.1/src/commands/org/scan/user-perms.ts)_
152
+ _See code: [src/commands/org/scan/user-perms.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.11.0/src/commands/org/scan/user-perms.ts)_
153
153
 
154
154
  <!-- commandsstop -->
155
155
 
@@ -251,5 +251,5 @@
251
251
  ]
252
252
  }
253
253
  },
254
- "version": "0.10.1"
254
+ "version": "0.11.0"
255
255
  }
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.10.1",
4
+ "version": "0.11.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/j-schreiber/js-sf-cli-security-audit"