@jayree/sfdx-plugin-manifest 3.1.36 → 3.1.38
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +20 -0
- package/README.md +13 -12
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/oclif.lock +277 -219
- package/oclif.manifest.json +2 -2
- package/package.json +13 -12
package/oclif.manifest.json
CHANGED
@@ -78,7 +78,7 @@
|
|
78
78
|
"name": "target-org",
|
79
79
|
"noCacheDefault": true,
|
80
80
|
"required": true,
|
81
|
-
"summary": "Username or alias of the target org.",
|
81
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
82
82
|
"hasDynamicHelp": true,
|
83
83
|
"multiple": false,
|
84
84
|
"type": "option"
|
@@ -302,5 +302,5 @@
|
|
302
302
|
]
|
303
303
|
}
|
304
304
|
},
|
305
|
-
"version": "3.1.
|
305
|
+
"version": "3.1.38"
|
306
306
|
}
|
package/package.json
CHANGED
@@ -1,15 +1,16 @@
|
|
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.38",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
8
8
|
"dependencies": {
|
9
|
-
"@jayree/changelog": "^1.1.
|
10
|
-
"@oclif/core": "^3.
|
11
|
-
"@salesforce/
|
12
|
-
"@salesforce/
|
9
|
+
"@jayree/changelog": "^1.1.8",
|
10
|
+
"@oclif/core": "^3.12.0",
|
11
|
+
"@salesforce/core": "^6.2.0",
|
12
|
+
"@salesforce/sf-plugins-core": "^5.0.3",
|
13
|
+
"@salesforce/source-deploy-retrieve": "^10.0.2",
|
13
14
|
"debug": "^4.3.4",
|
14
15
|
"fast-deep-equal": "^3.1.3",
|
15
16
|
"fast-xml-parser": "^4.3.2",
|
@@ -19,10 +20,10 @@
|
|
19
20
|
"tslib": "^2.6.2"
|
20
21
|
},
|
21
22
|
"devDependencies": {
|
22
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
23
|
-
"@oclif/plugin-help": "^6.0.
|
24
|
-
"@salesforce/cli-plugins-testkit": "^5.0.
|
25
|
-
"@salesforce/dev-scripts": "^
|
23
|
+
"@oclif/plugin-command-snapshot": "^5.0.2",
|
24
|
+
"@oclif/plugin-help": "^6.0.7",
|
25
|
+
"@salesforce/cli-plugins-testkit": "^5.0.4",
|
26
|
+
"@salesforce/dev-scripts": "^7.1.1",
|
26
27
|
"@salesforce/ts-sinon": "^1.4.19",
|
27
28
|
"@types/debug": "^4.1.12",
|
28
29
|
"@types/fs-extra": "^11.0.4",
|
@@ -31,11 +32,11 @@
|
|
31
32
|
"c8": "^8.0.1",
|
32
33
|
"eslint-config-oclif": "^5.0",
|
33
34
|
"eslint-plugin-prettier": "^5.0.1",
|
34
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
35
|
+
"eslint-plugin-sf-plugin": "^1.16.15",
|
35
36
|
"is-ci": "^3.0.1",
|
36
|
-
"oclif": "^4.0.
|
37
|
+
"oclif": "^4.0.4",
|
37
38
|
"patch-package": "^8.0.0",
|
38
|
-
"prettier": "^3.0
|
39
|
+
"prettier": "^3.1.0",
|
39
40
|
"pretty-quick": "^3.1.3",
|
40
41
|
"shx": "^0.3.4",
|
41
42
|
"ts-node": "^10.9.1",
|