@jayree/sfdx-plugin-manifest 3.3.19 → 3.3.21
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +18 -0
- package/README.md +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +1474 -338
- package/oclif.lock +548 -173
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,16 +1,16 @@
|
|
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.21",
|
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.1",
|
10
10
|
"@oclif/core": "^4.0.12",
|
11
|
-
"@salesforce/core": "^8.
|
11
|
+
"@salesforce/core": "^8.2.3",
|
12
12
|
"@salesforce/kit": "^3.1.6",
|
13
|
-
"@salesforce/sf-plugins-core": "^11.
|
13
|
+
"@salesforce/sf-plugins-core": "^11.2.0",
|
14
14
|
"@salesforce/source-deploy-retrieve": "^12.1.8",
|
15
15
|
"@salesforce/ts-types": "^2.0.10",
|
16
16
|
"fast-deep-equal": "^3.1.3",
|
@@ -20,9 +20,9 @@
|
|
20
20
|
"isomorphic-git": "1.27.1"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
23
|
+
"@oclif/plugin-command-snapshot": "^5.2.7",
|
24
24
|
"@oclif/plugin-help": "^6.2.6",
|
25
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
25
|
+
"@salesforce/cli-plugins-testkit": "^5.3.19",
|
26
26
|
"@salesforce/dev-scripts": "^10.2.2",
|
27
27
|
"@salesforce/ts-sinon": "^1.4.22",
|
28
28
|
"@types/fs-extra": "^11.0.4",
|
@@ -30,15 +30,15 @@
|
|
30
30
|
"@types/inquirer": "^9.0.7",
|
31
31
|
"c8": "^10.1.2",
|
32
32
|
"eslint-config-oclif": "^5.2",
|
33
|
-
"eslint-plugin-prettier": "^5.1
|
34
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
33
|
+
"eslint-plugin-prettier": "^5.2.1",
|
34
|
+
"eslint-plugin-sf-plugin": "^1.18.12",
|
35
35
|
"is-ci": "^3.0.1",
|
36
|
-
"oclif": "^4.14.
|
36
|
+
"oclif": "^4.14.6",
|
37
37
|
"patch-package": "^8.0.0",
|
38
38
|
"prettier": "^3.3.3",
|
39
39
|
"pretty-quick": "^4.0.0",
|
40
40
|
"ts-node": "^10.9.2",
|
41
|
-
"typescript": "^5.5.
|
41
|
+
"typescript": "^5.5.4"
|
42
42
|
},
|
43
43
|
"engines": {
|
44
44
|
"node": ">=16.0.0"
|