@jayree/sfdx-plugin-manifest 3.1.55 → 3.1.57
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +17 -0
- package/README.md +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +8665 -7465
- package/oclif.lock +2585 -2128
- package/oclif.manifest.json +1 -1
- package/package.json +17 -14
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,16 +1,19 @@
|
|
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.57",
|
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.
|
9
|
+
"@jayree/changelog": "^1.1.10",
|
10
|
+
"@oclif/core": "^3.23.0",
|
11
11
|
"@salesforce/core": "^6.5.5",
|
12
|
-
"@salesforce/
|
13
|
-
"@salesforce/
|
12
|
+
"@salesforce/kit": "^3.0.15",
|
13
|
+
"@salesforce/sf-plugins-core": "^7.1.14",
|
14
|
+
"@salesforce/source-deploy-retrieve": "^10.5.1",
|
15
|
+
"@salesforce/ts-types": "^2.0.9",
|
16
|
+
"chalk": "^5.3.0",
|
14
17
|
"debug": "^4.3.4",
|
15
18
|
"fast-deep-equal": "^3.1.3",
|
16
19
|
"fast-xml-parser": "^4.3.4",
|
@@ -20,26 +23,26 @@
|
|
20
23
|
"tslib": "^2.6.2"
|
21
24
|
},
|
22
25
|
"devDependencies": {
|
23
|
-
"@oclif/plugin-command-snapshot": "^5.
|
24
|
-
"@oclif/plugin-help": "^6.0.
|
25
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
26
|
-
"@salesforce/dev-scripts": "^8.4.
|
26
|
+
"@oclif/plugin-command-snapshot": "^5.1.1",
|
27
|
+
"@oclif/plugin-help": "^6.0.17",
|
28
|
+
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
29
|
+
"@salesforce/dev-scripts": "^8.4.2",
|
27
30
|
"@salesforce/ts-sinon": "^1.4.19",
|
28
31
|
"@types/debug": "^4.1.12",
|
29
32
|
"@types/fs-extra": "^11.0.4",
|
30
33
|
"@types/graceful-fs": "^4.1.9",
|
31
34
|
"@types/inquirer": "^9.0.7",
|
32
35
|
"c8": "^9.1.0",
|
33
|
-
"eslint-config-oclif": "^5.
|
36
|
+
"eslint-config-oclif": "^5.1",
|
34
37
|
"eslint-plugin-prettier": "^5.1.3",
|
35
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
38
|
+
"eslint-plugin-sf-plugin": "^1.17.4",
|
36
39
|
"is-ci": "^3.0.1",
|
37
|
-
"oclif": "^4.
|
40
|
+
"oclif": "^4.5.2",
|
38
41
|
"patch-package": "^8.0.0",
|
39
42
|
"prettier": "^3.2.5",
|
40
43
|
"pretty-quick": "^4.0.0",
|
41
44
|
"ts-node": "^10.9.2",
|
42
|
-
"typedoc": "0.25.
|
45
|
+
"typedoc": "0.25.11",
|
43
46
|
"typedoc-plugin-missing-exports": "2.2.0",
|
44
47
|
"typescript": "^5.3.3"
|
45
48
|
},
|
@@ -113,7 +116,7 @@
|
|
113
116
|
"docs": "sf-docs",
|
114
117
|
"format": "wireit",
|
115
118
|
"lint": "wireit",
|
116
|
-
"postpack": "sf-clean",
|
119
|
+
"postpack": "sf-clean --ignore-signing-artifacts",
|
117
120
|
"prepack": "sf-prepack",
|
118
121
|
"prepare": "patch-package && sf-install",
|
119
122
|
"test": "wireit",
|