@jayree/sfdx-plugin-manifest 3.4.1 → 3.4.3
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 +1371 -1332
- package/oclif.lock +407 -328
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.4.
|
4
|
+
"version": "3.4.3",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -9,8 +9,8 @@
|
|
9
9
|
"@jayree/changelog": "^1.2.1",
|
10
10
|
"@oclif/core": "^4.0.17",
|
11
11
|
"@salesforce/core": "^8.2.8",
|
12
|
-
"@salesforce/kit": "^3.2.
|
13
|
-
"@salesforce/sf-plugins-core": "^11.
|
12
|
+
"@salesforce/kit": "^3.2.1",
|
13
|
+
"@salesforce/sf-plugins-core": "^11.3.0",
|
14
14
|
"@salesforce/source-deploy-retrieve": "^12.1.11",
|
15
15
|
"@salesforce/source-tracking": "^7.1.5",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"eslint-plugin-prettier": "^5.2.1",
|
35
35
|
"eslint-plugin-sf-plugin": "^1.20.1",
|
36
36
|
"is-ci": "^3.0.1",
|
37
|
-
"oclif": "^4.14.
|
37
|
+
"oclif": "^4.14.15",
|
38
38
|
"patch-package": "^8.0.0",
|
39
39
|
"prettier": "^3.3.3",
|
40
40
|
"pretty-quick": "^4.0.0",
|