@simplysf/simply-permissions 1.2.14 → 1.2.17
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @simplysf/simply-permissions
|
|
2
2
|
|
|
3
|
-
[](https://npmjs.com/@simplysf/simply-permissions) [](https://npmjs.com/@simplysf/simply-permissions) [](https://raw.githubusercontent.com/SimplySF/simply/main/LICENSE.txt)
|
|
3
|
+
[](https://npmjs.com/@simplysf/simply-permissions) [](https://npmjs.com/@simplysf/simply-permissions) [](https://raw.githubusercontent.com/SimplySF/simply-node/main/LICENSE.txt)
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplysf/simply-permissions",
|
|
3
3
|
"description": "Utilities for working with permissions",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.17",
|
|
5
5
|
"author": "@ClayChipps",
|
|
6
6
|
"homepage": "https://github.com/SimplySF/simply-node",
|
|
7
7
|
"bugs": "https://github.com/SimplySF/simply-node/issues",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@salesforce/kit": "^3.2.6",
|
|
62
62
|
"@salesforce/sf-plugins-core": "^12.2.16",
|
|
63
63
|
"@salesforce/source-deploy-retrieve": "^12.37.2",
|
|
64
|
-
"@simplysf/simply-core": "^1.1.
|
|
64
|
+
"@simplysf/simply-core": "^1.1.10",
|
|
65
65
|
"handlebars": "^4.7.9",
|
|
66
66
|
"xmlbuilder2": "^4.0.3",
|
|
67
67
|
"zod": "^4.1.12"
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"output": []
|
|
202
202
|
},
|
|
203
203
|
"link-check": {
|
|
204
|
-
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|localhost|blob/.*/lib/|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
204
|
+
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|localhost|example\\.(com|org|net)|github\\.com/SimplySF/simply-node|raw\\.githubusercontent\\.com/SimplySF/simply-node|blob/.*/lib/|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
205
205
|
"files": [
|
|
206
206
|
"./*.md",
|
|
207
207
|
"./!(CHANGELOG).md",
|
|
@@ -210,5 +210,5 @@
|
|
|
210
210
|
"output": []
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
|
-
"gitHead": "
|
|
213
|
+
"gitHead": "d76ea3dd3ca4f6ed17b9231668af1a6569351a0e"
|
|
214
214
|
}
|