sf-plugin-permission-sets 0.0.0-dev.75 → 0.0.0-dev.76

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -70,7 +70,7 @@ What the user behind `--target-org` needs:
70
70
  | `sf ps export` | ✓ | ✓ | ✓ | - |
71
71
  | `sf ps apply` | ✓ | ✓ | ✓ | ✓ |
72
72
 
73
- ✓ Required, - Not required.
73
+ ✓ Required, - Not required. `Manage Users` is not required, not even for permission set licenses.
74
74
 
75
75
  Two permission sets, so a pull request job cannot change the org:
76
76
 
package/package.json CHANGED
@@ -126,5 +126,5 @@
126
126
  "exports": "./lib/index.js",
127
127
  "type": "module",
128
128
  "author": "Isaac Ferreira",
129
- "version": "0.0.0-dev.75"
129
+ "version": "0.0.0-dev.76"
130
130
  }