@jayree/sfdx-plugin-manifest 3.1.59 → 3.1.61
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +15 -0
- package/README.md +14 -11
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +2463 -6060
- package/oclif.lock +1151 -2955
- package/oclif.manifest.json +25 -1
- package/package.json +8 -8
package/oclif.manifest.json
CHANGED
@@ -15,6 +15,14 @@
|
|
15
15
|
"allowNo": false,
|
16
16
|
"type": "boolean"
|
17
17
|
},
|
18
|
+
"flags-dir": {
|
19
|
+
"helpGroup": "GLOBAL",
|
20
|
+
"name": "flags-dir",
|
21
|
+
"summary": "Import flag values from a directory.",
|
22
|
+
"hasDynamicHelp": false,
|
23
|
+
"multiple": false,
|
24
|
+
"type": "option"
|
25
|
+
},
|
18
26
|
"manifest": {
|
19
27
|
"char": "x",
|
20
28
|
"name": "manifest",
|
@@ -67,6 +75,14 @@
|
|
67
75
|
"allowNo": false,
|
68
76
|
"type": "boolean"
|
69
77
|
},
|
78
|
+
"flags-dir": {
|
79
|
+
"helpGroup": "GLOBAL",
|
80
|
+
"name": "flags-dir",
|
81
|
+
"summary": "Import flag values from a directory.",
|
82
|
+
"hasDynamicHelp": false,
|
83
|
+
"multiple": false,
|
84
|
+
"type": "option"
|
85
|
+
},
|
70
86
|
"target-org": {
|
71
87
|
"aliases": [
|
72
88
|
"targetusername",
|
@@ -226,6 +242,14 @@
|
|
226
242
|
"allowNo": false,
|
227
243
|
"type": "boolean"
|
228
244
|
},
|
245
|
+
"flags-dir": {
|
246
|
+
"helpGroup": "GLOBAL",
|
247
|
+
"name": "flags-dir",
|
248
|
+
"summary": "Import flag values from a directory.",
|
249
|
+
"hasDynamicHelp": false,
|
250
|
+
"multiple": false,
|
251
|
+
"type": "option"
|
252
|
+
},
|
229
253
|
"api-version": {
|
230
254
|
"aliases": [
|
231
255
|
"apiversion"
|
@@ -299,5 +323,5 @@
|
|
299
323
|
]
|
300
324
|
}
|
301
325
|
},
|
302
|
-
"version": "3.1.
|
326
|
+
"version": "3.1.61"
|
303
327
|
}
|
package/package.json
CHANGED
@@ -1,17 +1,17 @@
|
|
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.1.
|
4
|
+
"version": "3.1.61",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
8
8
|
"dependencies": {
|
9
9
|
"@jayree/changelog": "^1.1.10",
|
10
10
|
"@oclif/core": "^3.25.3",
|
11
|
-
"@salesforce/core": "^6.7.
|
11
|
+
"@salesforce/core": "^6.7.3",
|
12
12
|
"@salesforce/kit": "^3.0.15",
|
13
|
-
"@salesforce/sf-plugins-core": "^
|
14
|
-
"@salesforce/source-deploy-retrieve": "^10.
|
13
|
+
"@salesforce/sf-plugins-core": "^8.0.2",
|
14
|
+
"@salesforce/source-deploy-retrieve": "^10.6.1",
|
15
15
|
"@salesforce/ts-types": "^2.0.9",
|
16
16
|
"chalk": "^5.3.0",
|
17
17
|
"debug": "^4.3.4",
|
@@ -23,9 +23,9 @@
|
|
23
23
|
"tslib": "^2.6.2"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
27
|
-
"@oclif/plugin-help": "^6.0.
|
28
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
26
|
+
"@oclif/plugin-command-snapshot": "^5.1.4",
|
27
|
+
"@oclif/plugin-help": "^6.0.20",
|
28
|
+
"@salesforce/cli-plugins-testkit": "^5.1.12",
|
29
29
|
"@salesforce/dev-scripts": "^8.4.2",
|
30
30
|
"@salesforce/ts-sinon": "^1.4.19",
|
31
31
|
"@types/debug": "^4.1.12",
|
@@ -37,7 +37,7 @@
|
|
37
37
|
"eslint-plugin-prettier": "^5.1.3",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.17.4",
|
39
39
|
"is-ci": "^3.0.1",
|
40
|
-
"oclif": "^4.
|
40
|
+
"oclif": "^4.7.1",
|
41
41
|
"patch-package": "^8.0.0",
|
42
42
|
"prettier": "^3.2.5",
|
43
43
|
"pretty-quick": "^4.0.0",
|