@jayree/sfdx-plugin-manifest 3.6.11 → 3.6.12
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 +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +1823 -327
- package/oclif.lock +590 -146
- package/oclif.manifest.json +1 -1
- package/package.json +5 -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.6.
|
4
|
+
"version": "3.6.12",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"@oclif/core": "^4.0.32",
|
11
11
|
"@salesforce/core": "^8.6.4",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
13
|
+
"@salesforce/sf-plugins-core": "^12.0.13",
|
14
14
|
"@salesforce/source-deploy-retrieve": "^12.10.0",
|
15
15
|
"@salesforce/source-tracking": "^7.1.25",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
@@ -32,14 +32,14 @@
|
|
32
32
|
"c8": "^10.1.2",
|
33
33
|
"eslint-config-oclif": "^5.2",
|
34
34
|
"eslint-plugin-prettier": "^5.2.1",
|
35
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
35
|
+
"eslint-plugin-sf-plugin": "^1.20.13",
|
36
36
|
"is-ci": "^3.0.1",
|
37
|
-
"oclif": "^4.15.
|
37
|
+
"oclif": "^4.15.28",
|
38
38
|
"patch-package": "^8.0.0",
|
39
39
|
"prettier": "^3.3.3",
|
40
40
|
"pretty-quick": "^4.0.0",
|
41
41
|
"ts-node": "^10.9.2",
|
42
|
-
"typescript": "^5.
|
42
|
+
"typescript": "^5.7.2"
|
43
43
|
},
|
44
44
|
"engines": {
|
45
45
|
"node": ">=16.0.0"
|