@simplysf/simply-permissions 1.3.2 → 1.3.3
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/package.json +3 -14
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.3.
|
|
4
|
+
"version": "1.3.3",
|
|
5
5
|
"author": "@ClayChipps",
|
|
6
6
|
"homepage": "https://github.com/SimplySF/simply-node",
|
|
7
7
|
"bugs": "https://github.com/SimplySF/simply-node/issues",
|
|
@@ -82,7 +82,6 @@
|
|
|
82
82
|
"compile": "wireit",
|
|
83
83
|
"fix-license": "eslint src test --fix --rule \"header/header: [2]\"",
|
|
84
84
|
"format": "wireit",
|
|
85
|
-
"link-check": "wireit",
|
|
86
85
|
"lint": "wireit",
|
|
87
86
|
"readme": "oclif readme --no-aliases",
|
|
88
87
|
"test": "wireit",
|
|
@@ -143,8 +142,7 @@
|
|
|
143
142
|
"test:only",
|
|
144
143
|
"test:command-reference",
|
|
145
144
|
"lint",
|
|
146
|
-
"test:json-schema"
|
|
147
|
-
"link-check"
|
|
145
|
+
"test:json-schema"
|
|
148
146
|
]
|
|
149
147
|
},
|
|
150
148
|
"test:command-reference": {
|
|
@@ -201,16 +199,7 @@
|
|
|
201
199
|
"!*.nut.ts"
|
|
202
200
|
],
|
|
203
201
|
"output": []
|
|
204
|
-
},
|
|
205
|
-
"link-check": {
|
|
206
|
-
"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",
|
|
207
|
-
"files": [
|
|
208
|
-
"./*.md",
|
|
209
|
-
"./!(CHANGELOG).md",
|
|
210
|
-
"messages/**/*.md"
|
|
211
|
-
],
|
|
212
|
-
"output": []
|
|
213
202
|
}
|
|
214
203
|
},
|
|
215
|
-
"gitHead": "
|
|
204
|
+
"gitHead": "792b24becba486af530a5dde0f4973582fced7e1"
|
|
216
205
|
}
|