@jayree/sfdx-plugin-manifest 3.3.8 → 3.3.9
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/LICENSE.txt +1 -1
- package/README.md +4 -4
- package/npm-shrinkwrap.json +919 -2004
- package/oclif.lock +333 -972
- package/oclif.manifest.json +1 -1
- package/package.json +3 -5
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
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.3.
|
4
|
+
"version": "3.3.9",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -17,7 +17,7 @@
|
|
17
17
|
"fast-xml-parser": "^4.4.0",
|
18
18
|
"fs-extra": "^11.2.0",
|
19
19
|
"graceful-fs": "^4.2.11",
|
20
|
-
"isomorphic-git": "1.26.
|
20
|
+
"isomorphic-git": "1.26.3"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
23
|
"@oclif/plugin-command-snapshot": "^5.2.3",
|
@@ -33,13 +33,11 @@
|
|
33
33
|
"eslint-plugin-prettier": "^5.1.3",
|
34
34
|
"eslint-plugin-sf-plugin": "^1.18.9",
|
35
35
|
"is-ci": "^3.0.1",
|
36
|
-
"oclif": "^4.13.
|
36
|
+
"oclif": "^4.13.10",
|
37
37
|
"patch-package": "^8.0.0",
|
38
38
|
"prettier": "^3.3.2",
|
39
39
|
"pretty-quick": "^4.0.0",
|
40
40
|
"ts-node": "^10.9.2",
|
41
|
-
"typedoc": "0.26.0",
|
42
|
-
"typedoc-plugin-missing-exports": "3.0.0",
|
43
41
|
"typescript": "^5.5.2"
|
44
42
|
},
|
45
43
|
"engines": {
|