@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.
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "4.0.27"
270
+ "version": "4.0.29"
271
271
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
4
- "version": "4.0.27",
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.13.0",
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.31.0"
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.72",
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.19.0",
36
+ "oclif": "^4.20.1",
37
37
  "patch-package": "^8.0.0",
38
- "prettier": "^3.5.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"