@jayree/sfdx-plugin-manifest 3.2.10 → 3.2.12
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +13 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +23 -23
- package/oclif.lock +23 -23
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1
|
+
## [3.2.12](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.11...3.2.12) (2024-05-17)
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
## [3.2.11](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.10...3.2.11) (2024-05-16)
|
6
|
+
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 11.4.3 to 11.4.4 ([#1307](https://github.com/jayree/sfdx-plugin-manifest/issues/1307)) ([6976f82](https://github.com/jayree/sfdx-plugin-manifest/commit/6976f82c12131dab3ae77f8368d534b96f6d8b07))
|
11
|
+
|
12
|
+
|
13
|
+
|
1
14
|
## [3.2.10](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.9...3.2.10) (2024-05-14)
|
2
15
|
|
3
16
|
|
package/README.md
CHANGED
@@ -47,7 +47,7 @@ EXAMPLES
|
|
47
47
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
48
48
|
```
|
49
49
|
|
50
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.
|
50
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.12/src/commands/jayree/manifest/cleanup.ts)_
|
51
51
|
|
52
52
|
### `sf jayree manifest generate`
|
53
53
|
|
@@ -85,7 +85,7 @@ EXAMPLES
|
|
85
85
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
86
86
|
```
|
87
87
|
|
88
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.
|
88
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.12/src/commands/jayree/manifest/generate.ts)_
|
89
89
|
|
90
90
|
### `sf jayree manifest git diff REF1 [REF2]`
|
91
91
|
|
@@ -168,5 +168,5 @@ FLAG DESCRIPTIONS
|
|
168
168
|
The location can be an absolute path or relative to the current working directory.
|
169
169
|
```
|
170
170
|
|
171
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.
|
171
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.12/src/commands/jayree/manifest/git/diff.ts)_
|
172
172
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.12",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.2.
|
9
|
+
"version": "3.2.12",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.1.12",
|
@@ -14,7 +14,7 @@
|
|
14
14
|
"@salesforce/core": "^7.3.6",
|
15
15
|
"@salesforce/kit": "^3.1.1",
|
16
16
|
"@salesforce/sf-plugins-core": "^9.0.10",
|
17
|
-
"@salesforce/source-deploy-retrieve": "^11.4.
|
17
|
+
"@salesforce/source-deploy-retrieve": "^11.4.4",
|
18
18
|
"@salesforce/ts-types": "^2.0.9",
|
19
19
|
"chalk": "^5.3.0",
|
20
20
|
"debug": "^4.3.4",
|
@@ -27,9 +27,9 @@
|
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
29
|
"@oclif/plugin-command-snapshot": "^5.1.9",
|
30
|
-
"@oclif/plugin-help": "^6.0.
|
30
|
+
"@oclif/plugin-help": "^6.0.22",
|
31
31
|
"@salesforce/cli-plugins-testkit": "^5.3.4",
|
32
|
-
"@salesforce/dev-scripts": "^9.1.
|
32
|
+
"@salesforce/dev-scripts": "^9.1.2",
|
33
33
|
"@salesforce/ts-sinon": "^1.4.19",
|
34
34
|
"@types/debug": "^4.1.12",
|
35
35
|
"@types/fs-extra": "^11.0.4",
|
@@ -40,7 +40,7 @@
|
|
40
40
|
"eslint-plugin-prettier": "^5.1.3",
|
41
41
|
"eslint-plugin-sf-plugin": "^1.18.3",
|
42
42
|
"is-ci": "^3.0.1",
|
43
|
-
"oclif": "^4.10.
|
43
|
+
"oclif": "^4.10.11",
|
44
44
|
"patch-package": "^8.0.0",
|
45
45
|
"prettier": "^3.2.5",
|
46
46
|
"pretty-quick": "^4.0.0",
|
@@ -4509,22 +4509,22 @@
|
|
4509
4509
|
}
|
4510
4510
|
},
|
4511
4511
|
"node_modules/@oclif/plugin-help": {
|
4512
|
-
"version": "6.0.
|
4513
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
4514
|
-
"integrity": "sha512-
|
4512
|
+
"version": "6.0.22",
|
4513
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.22.tgz",
|
4514
|
+
"integrity": "sha512-IPgUvPSdZMCHzCwCRVDUMWtFkWZSoU6Z7igNclugLIpF3Ac3vKkZGguWZ+SLK3e7012etDzgAHjXFELYOqqbsw==",
|
4515
4515
|
"dev": true,
|
4516
4516
|
"license": "MIT",
|
4517
4517
|
"dependencies": {
|
4518
|
-
"@oclif/core": "^3.26.
|
4518
|
+
"@oclif/core": "^3.26.6"
|
4519
4519
|
},
|
4520
4520
|
"engines": {
|
4521
4521
|
"node": ">=18.0.0"
|
4522
4522
|
}
|
4523
4523
|
},
|
4524
4524
|
"node_modules/@oclif/plugin-not-found": {
|
4525
|
-
"version": "3.1.
|
4526
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.
|
4527
|
-
"integrity": "sha512-
|
4525
|
+
"version": "3.1.9",
|
4526
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.9.tgz",
|
4527
|
+
"integrity": "sha512-yPh9YAIIIzDRscR8P/yu4D2fwK5z5wze57wspklmNg4pW/tOFhe7BelgOBahSdkJQodS7TUIzI/CN4DWbNWuKQ==",
|
4528
4528
|
"dev": true,
|
4529
4529
|
"license": "MIT",
|
4530
4530
|
"dependencies": {
|
@@ -4757,9 +4757,9 @@
|
|
4757
4757
|
"license": "BSD-3-Clause"
|
4758
4758
|
},
|
4759
4759
|
"node_modules/@salesforce/dev-scripts": {
|
4760
|
-
"version": "9.1.
|
4761
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.1.
|
4762
|
-
"integrity": "sha512-
|
4760
|
+
"version": "9.1.2",
|
4761
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.1.2.tgz",
|
4762
|
+
"integrity": "sha512-ZVNL2j3rU+qDZ6G1nxu6pV8HFdru2L9PYL//npEmvnofwt4j8fmYiZD39K8ljLN3RxT7X1//b55R1h0DbcgeLA==",
|
4763
4763
|
"dev": true,
|
4764
4764
|
"license": "BSD-3-Clause",
|
4765
4765
|
"dependencies": {
|
@@ -5010,9 +5010,9 @@
|
|
5010
5010
|
}
|
5011
5011
|
},
|
5012
5012
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
5013
|
-
"version": "11.4.
|
5014
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.4.
|
5015
|
-
"integrity": "sha512
|
5013
|
+
"version": "11.4.4",
|
5014
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.4.4.tgz",
|
5015
|
+
"integrity": "sha512-6dohRR9t6Aj2mbHzfYtbphxqxF83AwmAjkFFQPB6+Yn1ceVKmJjd0WY23fgWTTaTum+2pnw9XA35qwu4naBCVw==",
|
5016
5016
|
"license": "BSD-3-Clause",
|
5017
5017
|
"dependencies": {
|
5018
5018
|
"@salesforce/core": "^7.3.5",
|
@@ -13153,9 +13153,9 @@
|
|
13153
13153
|
}
|
13154
13154
|
},
|
13155
13155
|
"node_modules/oclif": {
|
13156
|
-
"version": "4.10.
|
13157
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.10.
|
13158
|
-
"integrity": "sha512-
|
13156
|
+
"version": "4.10.11",
|
13157
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.10.11.tgz",
|
13158
|
+
"integrity": "sha512-np+E0OKdBuWPjqQD1cImAbfv1Monrk4KkQIRvH6RPZ7Awasvi8/UvvF6fENITVb+Hw4Rlk7aiSIzlnYqY100eg==",
|
13159
13159
|
"dev": true,
|
13160
13160
|
"license": "MIT",
|
13161
13161
|
"dependencies": {
|
@@ -13166,7 +13166,7 @@
|
|
13166
13166
|
"@inquirer/select": "^2.3.2",
|
13167
13167
|
"@oclif/core": "^3.26.5",
|
13168
13168
|
"@oclif/plugin-help": "^6.0.21",
|
13169
|
-
"@oclif/plugin-not-found": "^3.1.
|
13169
|
+
"@oclif/plugin-not-found": "^3.1.9",
|
13170
13170
|
"@oclif/plugin-warn-if-update-available": "^3.0.18",
|
13171
13171
|
"async-retry": "^1.3.3",
|
13172
13172
|
"chalk": "^4",
|
package/oclif.lock
CHANGED
@@ -1694,7 +1694,7 @@
|
|
1694
1694
|
"@nodelib/fs.scandir" "2.1.5"
|
1695
1695
|
fastq "^1.6.0"
|
1696
1696
|
|
1697
|
-
"@oclif/core@3.26.6", "@oclif/core@^3.26.
|
1697
|
+
"@oclif/core@3.26.6", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6":
|
1698
1698
|
version "3.26.6"
|
1699
1699
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
|
1700
1700
|
integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
|
@@ -1744,17 +1744,17 @@
|
|
1744
1744
|
semver "^7.6.0"
|
1745
1745
|
ts-json-schema-generator "^1.5.1"
|
1746
1746
|
|
1747
|
-
"@oclif/plugin-help@^6.0.21":
|
1748
|
-
version "6.0.
|
1749
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.
|
1750
|
-
integrity sha512-
|
1747
|
+
"@oclif/plugin-help@^6.0.21", "@oclif/plugin-help@^6.0.22":
|
1748
|
+
version "6.0.22"
|
1749
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.22.tgz#dca96ad1c28a68170e0bbf9f8f93f7dd171e4667"
|
1750
|
+
integrity sha512-IPgUvPSdZMCHzCwCRVDUMWtFkWZSoU6Z7igNclugLIpF3Ac3vKkZGguWZ+SLK3e7012etDzgAHjXFELYOqqbsw==
|
1751
1751
|
dependencies:
|
1752
|
-
"@oclif/core" "^3.26.
|
1752
|
+
"@oclif/core" "^3.26.6"
|
1753
1753
|
|
1754
|
-
"@oclif/plugin-not-found@^3.1.
|
1755
|
-
version "3.1.
|
1756
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.1.
|
1757
|
-
integrity sha512-
|
1754
|
+
"@oclif/plugin-not-found@^3.1.9":
|
1755
|
+
version "3.1.9"
|
1756
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.1.9.tgz#fcae1378761be98e774aa11d36ebef69019fd09b"
|
1757
|
+
integrity sha512-yPh9YAIIIzDRscR8P/yu4D2fwK5z5wze57wspklmNg4pW/tOFhe7BelgOBahSdkJQodS7TUIzI/CN4DWbNWuKQ==
|
1758
1758
|
dependencies:
|
1759
1759
|
"@inquirer/confirm" "^3.1.6"
|
1760
1760
|
"@oclif/core" "^3.26.5"
|
@@ -1826,10 +1826,10 @@
|
|
1826
1826
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
1827
1827
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
1828
1828
|
|
1829
|
-
"@salesforce/dev-scripts@^9.1.
|
1830
|
-
version "9.1.
|
1831
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-9.1.
|
1832
|
-
integrity sha512-
|
1829
|
+
"@salesforce/dev-scripts@^9.1.2":
|
1830
|
+
version "9.1.2"
|
1831
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-9.1.2.tgz#41180b427bc4d97acd6667410f6b7642bfc000fe"
|
1832
|
+
integrity sha512-ZVNL2j3rU+qDZ6G1nxu6pV8HFdru2L9PYL//npEmvnofwt4j8fmYiZD39K8ljLN3RxT7X1//b55R1h0DbcgeLA==
|
1833
1833
|
dependencies:
|
1834
1834
|
"@commitlint/cli" "^17.1.2"
|
1835
1835
|
"@commitlint/config-conventional" "^17.8.1"
|
@@ -1889,10 +1889,10 @@
|
|
1889
1889
|
"@salesforce/ts-types" "^2.0.9"
|
1890
1890
|
chalk "^5.3.0"
|
1891
1891
|
|
1892
|
-
"@salesforce/source-deploy-retrieve@^11.4.
|
1893
|
-
version "11.4.
|
1894
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.4.
|
1895
|
-
integrity sha512
|
1892
|
+
"@salesforce/source-deploy-retrieve@^11.4.4":
|
1893
|
+
version "11.4.4"
|
1894
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.4.4.tgz#c853e0888c6a5b64c4af3e705010ef1a6dac4c13"
|
1895
|
+
integrity sha512-6dohRR9t6Aj2mbHzfYtbphxqxF83AwmAjkFFQPB6+Yn1ceVKmJjd0WY23fgWTTaTum+2pnw9XA35qwu4naBCVw==
|
1896
1896
|
dependencies:
|
1897
1897
|
"@salesforce/core" "^7.3.5"
|
1898
1898
|
"@salesforce/kit" "^3.1.1"
|
@@ -7007,10 +7007,10 @@ object.values@^1.1.7:
|
|
7007
7007
|
define-properties "^1.2.0"
|
7008
7008
|
es-abstract "^1.22.1"
|
7009
7009
|
|
7010
|
-
oclif@^4.10.
|
7011
|
-
version "4.10.
|
7012
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.10.
|
7013
|
-
integrity sha512-
|
7010
|
+
oclif@^4.10.11:
|
7011
|
+
version "4.10.11"
|
7012
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.10.11.tgz#15c85f67d4d8c57a496261d1a4fc95596f85d32c"
|
7013
|
+
integrity sha512-np+E0OKdBuWPjqQD1cImAbfv1Monrk4KkQIRvH6RPZ7Awasvi8/UvvF6fENITVb+Hw4Rlk7aiSIzlnYqY100eg==
|
7014
7014
|
dependencies:
|
7015
7015
|
"@aws-sdk/client-cloudfront" "^3.574.0"
|
7016
7016
|
"@aws-sdk/client-s3" "^3.569.0"
|
@@ -7019,7 +7019,7 @@ oclif@^4.10.10:
|
|
7019
7019
|
"@inquirer/select" "^2.3.2"
|
7020
7020
|
"@oclif/core" "^3.26.5"
|
7021
7021
|
"@oclif/plugin-help" "^6.0.21"
|
7022
|
-
"@oclif/plugin-not-found" "^3.1.
|
7022
|
+
"@oclif/plugin-not-found" "^3.1.9"
|
7023
7023
|
"@oclif/plugin-warn-if-update-available" "^3.0.18"
|
7024
7024
|
async-retry "^1.3.3"
|
7025
7025
|
chalk "^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.2.
|
4
|
+
"version": "3.2.12",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"@salesforce/core": "^7.3.6",
|
12
12
|
"@salesforce/kit": "^3.1.1",
|
13
13
|
"@salesforce/sf-plugins-core": "^9.0.10",
|
14
|
-
"@salesforce/source-deploy-retrieve": "^11.4.
|
14
|
+
"@salesforce/source-deploy-retrieve": "^11.4.4",
|
15
15
|
"@salesforce/ts-types": "^2.0.9",
|
16
16
|
"chalk": "^5.3.0",
|
17
17
|
"debug": "^4.3.4",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
26
|
"@oclif/plugin-command-snapshot": "^5.1.9",
|
27
|
-
"@oclif/plugin-help": "^6.0.
|
27
|
+
"@oclif/plugin-help": "^6.0.22",
|
28
28
|
"@salesforce/cli-plugins-testkit": "^5.3.4",
|
29
|
-
"@salesforce/dev-scripts": "^9.1.
|
29
|
+
"@salesforce/dev-scripts": "^9.1.2",
|
30
30
|
"@salesforce/ts-sinon": "^1.4.19",
|
31
31
|
"@types/debug": "^4.1.12",
|
32
32
|
"@types/fs-extra": "^11.0.4",
|
@@ -37,7 +37,7 @@
|
|
37
37
|
"eslint-plugin-prettier": "^5.1.3",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.18.3",
|
39
39
|
"is-ci": "^3.0.1",
|
40
|
-
"oclif": "^4.10.
|
40
|
+
"oclif": "^4.10.11",
|
41
41
|
"patch-package": "^8.0.0",
|
42
42
|
"prettier": "^3.2.5",
|
43
43
|
"pretty-quick": "^4.0.0",
|