@jayree/sfdx-plugin-manifest 3.1.36 → 3.1.37
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/README.md +11 -11
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/oclif.lock +235 -171
- package/oclif.manifest.json +1 -1
- package/package.json +11 -10
package/oclif.manifest.json
CHANGED
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.37",
|
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.7",
|
10
|
-
"@oclif/core": "^3.
|
11
|
-
"@salesforce/
|
12
|
-
"@salesforce/
|
10
|
+
"@oclif/core": "^3.11.0",
|
11
|
+
"@salesforce/core": "^6.1.3",
|
12
|
+
"@salesforce/sf-plugins-core": "^5.0.1",
|
13
|
+
"@salesforce/source-deploy-retrieve": "^10.0.0",
|
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.6",
|
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
37
|
"oclif": "^4.0.3",
|
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",
|