@jayree/sfdx-plugin-manifest 3.6.37 → 3.6.39
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/CHANGELOG.md +18 -0
- package/README.md +13 -13
- package/lib/commands/jayree/manifest/generate.js +5 -3
- package/lib/commands/jayree/manifest/generate.js.map +1 -1
- package/lib/commands/jayree/manifest/git/diff.d.ts +2 -1
- package/lib/commands/jayree/manifest/git/diff.js +13 -9
- package/lib/commands/jayree/manifest/git/diff.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +3031 -7666
- package/oclif.lock +347 -780
- package/oclif.manifest.json +7 -6
- package/package.json +4 -4
package/oclif.manifest.json
CHANGED
@@ -115,8 +115,8 @@
|
|
115
115
|
],
|
116
116
|
"char": "q",
|
117
117
|
"deprecateAliases": true,
|
118
|
-
"description": "Metadata type, member or file path to filter on.",
|
119
118
|
"name": "quick-filter",
|
119
|
+
"summary": "Metadata type, member or file path to filter on.",
|
120
120
|
"delimiter": ",",
|
121
121
|
"hasDynamicHelp": false,
|
122
122
|
"multiple": true,
|
@@ -164,9 +164,9 @@
|
|
164
164
|
},
|
165
165
|
"exclude-managed": {
|
166
166
|
"aliases": [
|
167
|
-
"excludemanaged"
|
168
|
-
"x"
|
167
|
+
"excludemanaged"
|
169
168
|
],
|
169
|
+
"char": "x",
|
170
170
|
"deprecateAliases": true,
|
171
171
|
"exclusive": [
|
172
172
|
"exclude-all"
|
@@ -178,9 +178,9 @@
|
|
178
178
|
},
|
179
179
|
"exclude-all": {
|
180
180
|
"aliases": [
|
181
|
-
"excludeall"
|
182
|
-
"a"
|
181
|
+
"excludeall"
|
183
182
|
],
|
183
|
+
"char": "a",
|
184
184
|
"deprecateAliases": true,
|
185
185
|
"exclusive": [
|
186
186
|
"exclude-managed"
|
@@ -281,6 +281,7 @@
|
|
281
281
|
"outputdir",
|
282
282
|
"o"
|
283
283
|
],
|
284
|
+
"char": "r",
|
284
285
|
"deprecateAliases": true,
|
285
286
|
"description": "The location can be an absolute path or relative to the current working directory.",
|
286
287
|
"name": "output-dir",
|
@@ -323,5 +324,5 @@
|
|
323
324
|
]
|
324
325
|
}
|
325
326
|
},
|
326
|
-
"version": "3.6.
|
327
|
+
"version": "3.6.39"
|
327
328
|
}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
3
|
"description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
|
4
|
-
"version": "3.6.
|
4
|
+
"version": "3.6.39",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -12,7 +12,7 @@
|
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.1.2",
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.12.3",
|
15
|
-
"@salesforce/source-tracking": "7.3.
|
15
|
+
"@salesforce/source-tracking": "7.3.8",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
18
18
|
"fast-xml-parser": "^4.5.1",
|
@@ -31,9 +31,9 @@
|
|
31
31
|
"@types/inquirer": "^9.0.7",
|
32
32
|
"c8": "^10.1.3",
|
33
33
|
"eslint-config-oclif": "^5.2",
|
34
|
-
"eslint-plugin-prettier": "^5.2.
|
34
|
+
"eslint-plugin-prettier": "^5.2.3",
|
35
35
|
"eslint-plugin-sf-plugin": "^1.20.14",
|
36
|
-
"oclif": "^4.17.
|
36
|
+
"oclif": "^4.17.15",
|
37
37
|
"patch-package": "^8.0.0",
|
38
38
|
"prettier": "^3.4.2",
|
39
39
|
"pretty-quick": "^4.0.0",
|