@simplysf/simply-permissions 1.2.13 → 1.2.14

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 +6 -6
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -10,11 +10,11 @@ sf plugins install @simplysf/simply-permissions
10
10
 
11
11
  ## Issues
12
12
 
13
- Please report any issues at https://github.com/SimplySF/simply/issues
13
+ Please report any issues at https://github.com/SimplySF/simply-node/issues
14
14
 
15
15
  ## Contributing
16
16
 
17
- This package is part of the [`@simplysf/simply`](https://github.com/SimplySF/simply) monorepo. See the repo's [CONTRIBUTING.md](https://github.com/SimplySF/simply/blob/main/CONTRIBUTING.md) for the repo structure, how to set up and build the project, our commit conventions, and how to submit a pull request. Please also read our [Code of Conduct](https://github.com/SimplySF/simply/blob/main/CODE_OF_CONDUCT.md).
17
+ This package is part of the [`@simplysf/simply`](https://github.com/SimplySF/simply-node) monorepo. See the repo's [CONTRIBUTING.md](https://github.com/SimplySF/simply-node/blob/main/CONTRIBUTING.md) for the repo structure, how to set up and build the project, our commit conventions, and how to submit a pull request. Please also read our [Code of Conduct](https://github.com/SimplySF/simply-node/blob/main/CODE_OF_CONDUCT.md).
18
18
 
19
19
  ## Commands
20
20
 
@@ -65,7 +65,7 @@ FLAG DESCRIPTIONS
65
65
  The path to write the generated HTML report to.
66
66
  ```
67
67
 
68
- _See code: [lib/commands/simply/permissions/analyze.js](https://github.com/SimplySF/simply/blob/@simplysf/simply-permissions@1.2.1/packages/simply-permissions/lib/commands/simply/permissions/analyze.js)_
68
+ _See code: [lib/commands/simply/permissions/analyze.js](https://github.com/SimplySF/simply-node/blob/@simplysf/simply-permissions@1.2.13/packages/simply-permissions/lib/commands/simply/permissions/analyze.js)_
69
69
 
70
70
  ## `sf simply permissions build`
71
71
 
@@ -107,8 +107,8 @@ EXAMPLES
107
107
  FLAG DESCRIPTIONS
108
108
  -c, --config=<value> Path to a permission set configuration file
109
109
 
110
- The path to a JSON file that overrides individual object, field, tab, record type, and user permission settings,
111
- as well as whether the permission set requires activation, on top of the --type baseline.
110
+ The path to a JSON file that overrides individual object, field, tab, record type, and user permission settings, as
111
+ well as whether the permission set requires activation, on top of the --type baseline.
112
112
 
113
113
  -d, --directory=<value> Path to the Salesforce project directory
114
114
 
@@ -132,7 +132,7 @@ FLAG DESCRIPTIONS
132
132
  'view-all' additionally grants view-all-records, and 'modify-all' grants full CRUD and modify-all-records access.
133
133
  ```
134
134
 
135
- _See code: [lib/commands/simply/permissions/build.js](https://github.com/SimplySF/simply/blob/@simplysf/simply-permissions@1.2.1/packages/simply-permissions/lib/commands/simply/permissions/build.js)_
135
+ _See code: [lib/commands/simply/permissions/build.js](https://github.com/SimplySF/simply-node/blob/@simplysf/simply-permissions@1.2.13/packages/simply-permissions/lib/commands/simply/permissions/build.js)_
136
136
  <!-- commandsstop -->
137
137
 
138
138
  ## Configuration Files
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@simplysf/simply-permissions",
3
3
  "description": "Utilities for working with permissions",
4
- "version": "1.2.13",
4
+ "version": "1.2.14",
5
5
  "author": "@ClayChipps",
6
- "homepage": "https://github.com/SimplySF/simply",
7
- "bugs": "https://github.com/SimplySF/simply/issues",
6
+ "homepage": "https://github.com/SimplySF/simply-node",
7
+ "bugs": "https://github.com/SimplySF/simply-node/issues",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/SimplySF/simply",
10
+ "url": "https://github.com/SimplySF/simply-node",
11
11
  "directory": "packages/simply-permissions"
12
12
  },
13
13
  "engines": {
@@ -210,5 +210,5 @@
210
210
  "output": []
211
211
  }
212
212
  },
213
- "gitHead": "8f0eb881b851e061bf7b007dbb5f851b81310376"
213
+ "gitHead": "e32ed291f9c31bdd80ab0f3f9a7ea3a68bded2a7"
214
214
  }