@jayree/sfdx-plugin-manifest 4.0.27 → 4.0.29
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 +23 -0
- package/README.md +4 -4
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +1103 -241
- package/oclif.lock +288 -116
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"description": "A Salesforce CLI plugin
|
4
|
-
"version": "4.0.
|
3
|
+
"description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
|
4
|
+
"version": "4.0.29",
|
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.2.10",
|
10
10
|
"@oclif/core": "^4.4.0",
|
11
|
-
"@salesforce/core": "^8.
|
11
|
+
"@salesforce/core": "^8.15.0",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.20.1",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"fast-xml-parser": "^5.2.5",
|
19
19
|
"fs-extra": "^11.3.0",
|
20
20
|
"graceful-fs": "^4.2.11",
|
21
|
-
"isomorphic-git": "1.
|
21
|
+
"isomorphic-git": "1.32.0"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.2",
|
@@ -29,13 +29,13 @@
|
|
29
29
|
"@types/fs-extra": "^11.0.4",
|
30
30
|
"@types/graceful-fs": "^4.1.9",
|
31
31
|
"c8": "^10.1.3",
|
32
|
-
"eslint-config-oclif": "^6.0.
|
32
|
+
"eslint-config-oclif": "^6.0.76",
|
33
33
|
"eslint-config-salesforce-license": "^1.0.1",
|
34
34
|
"eslint-plugin-prettier": "^5.5.0",
|
35
35
|
"eslint-plugin-sf-plugin": "^1.20.26",
|
36
|
-
"oclif": "^4.
|
36
|
+
"oclif": "^4.20.1",
|
37
37
|
"patch-package": "^8.0.0",
|
38
|
-
"prettier": "^3.
|
38
|
+
"prettier": "^3.6.0",
|
39
39
|
"pretty-quick": "^4.2.2",
|
40
40
|
"ts-node": "^10.9.2",
|
41
41
|
"typescript": "^5.8.3"
|