@jayree/sfdx-plugin-manifest 3.1.62 → 3.1.63
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/README.md +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +1149 -137
- package/oclif.lock +526 -78
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
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.63",
|
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.11",
|
10
|
+
"@oclif/core": "^3.26.2",
|
11
11
|
"@salesforce/core": "^6.7.6",
|
12
12
|
"@salesforce/kit": "^3.0.15",
|
13
13
|
"@salesforce/sf-plugins-core": "^8.0.3",
|
@@ -35,16 +35,16 @@
|
|
35
35
|
"c8": "^9.1.0",
|
36
36
|
"eslint-config-oclif": "^5.1",
|
37
37
|
"eslint-plugin-prettier": "^5.1.3",
|
38
|
-
"eslint-plugin-sf-plugin": "^1.
|
38
|
+
"eslint-plugin-sf-plugin": "^1.18.0",
|
39
39
|
"is-ci": "^3.0.1",
|
40
|
-
"oclif": "^4.
|
40
|
+
"oclif": "^4.8.0",
|
41
41
|
"patch-package": "^8.0.0",
|
42
42
|
"prettier": "^3.2.5",
|
43
43
|
"pretty-quick": "^4.0.0",
|
44
44
|
"ts-node": "^10.9.2",
|
45
|
-
"typedoc": "0.25.
|
45
|
+
"typedoc": "0.25.13",
|
46
46
|
"typedoc-plugin-missing-exports": "2.2.0",
|
47
|
-
"typescript": "^5.4.
|
47
|
+
"typescript": "^5.4.5"
|
48
48
|
},
|
49
49
|
"engines": {
|
50
50
|
"node": ">=16.0.0"
|