@jayree/sfdx-plugin-manifest 3.6.33 → 3.6.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +19 -19
- package/oclif.lock +21 -46
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [3.6.34](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.33...3.6.34) (2025-01-12)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 12.12.1 to 12.12.3 ([#1621](https://github.com/jayree/sfdx-plugin-manifest/issues/1621)) ([c9555a9](https://github.com/jayree/sfdx-plugin-manifest/commit/c9555a967b6bf52e20760c3b978771a2ebf5f414))
|
7
|
+
|
8
|
+
|
9
|
+
|
1
10
|
## [3.6.33](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.32...3.6.33) (2025-01-10)
|
2
11
|
|
3
12
|
|
package/README.md
CHANGED
@@ -112,7 +112,7 @@ EXAMPLES
|
|
112
112
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
113
113
|
```
|
114
114
|
|
115
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.34/src/commands/jayree/manifest/cleanup.ts)_
|
116
116
|
|
117
117
|
### `sf jayree manifest generate`
|
118
118
|
|
@@ -150,7 +150,7 @@ EXAMPLES
|
|
150
150
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
151
151
|
```
|
152
152
|
|
153
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.34/src/commands/jayree/manifest/generate.ts)_
|
154
154
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
156
156
|
|
@@ -233,7 +233,7 @@ FLAG DESCRIPTIONS
|
|
233
233
|
The location can be an absolute path or relative to the current working directory.
|
234
234
|
```
|
235
235
|
|
236
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
236
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.34/src/commands/jayree/manifest/git/diff.ts)_
|
237
237
|
<!-- commandsstop -->
|
238
238
|
|
239
239
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.34",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.6.
|
9
|
+
"version": "3.6.34",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.4",
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"@salesforce/core": "^8.8.0",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.1.2",
|
17
|
-
"@salesforce/source-deploy-retrieve": "
|
18
|
-
"@salesforce/source-tracking": "
|
17
|
+
"@salesforce/source-deploy-retrieve": "12.12.3",
|
18
|
+
"@salesforce/source-tracking": "7.3.6",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
21
21
|
"fast-xml-parser": "^4.5.1",
|
@@ -24,8 +24,8 @@
|
|
24
24
|
"isomorphic-git": "1.29.0"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
28
|
-
"@oclif/plugin-help": "^6.2.
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.2.26",
|
28
|
+
"@oclif/plugin-help": "^6.2.21",
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
30
30
|
"@salesforce/dev-scripts": "^10.2.11",
|
31
31
|
"@salesforce/ts-sinon": "^1.4.30",
|
@@ -7469,14 +7469,14 @@
|
|
7469
7469
|
}
|
7470
7470
|
},
|
7471
7471
|
"node_modules/@oclif/plugin-command-snapshot": {
|
7472
|
-
"version": "5.2.
|
7473
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
7474
|
-
"integrity": "sha512-
|
7472
|
+
"version": "5.2.26",
|
7473
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.26.tgz",
|
7474
|
+
"integrity": "sha512-ErJ9CKb0NuAo4HTFAwy2Jqy+/uVOzBeAVmWbJlxsSh4UIOZMkza26bX3xxciQIMxiz6XkcIlFWSg6Mt0XNZuig==",
|
7475
7475
|
"dev": true,
|
7476
7476
|
"license": "MIT",
|
7477
7477
|
"dependencies": {
|
7478
7478
|
"@oclif/core": "^4",
|
7479
|
-
"ansis": "^3.
|
7479
|
+
"ansis": "^3.8.1",
|
7480
7480
|
"globby": "^14.0.2",
|
7481
7481
|
"just-diff": "^5.2.0",
|
7482
7482
|
"lodash.difference": "^4.5.0",
|
@@ -7537,9 +7537,9 @@
|
|
7537
7537
|
}
|
7538
7538
|
},
|
7539
7539
|
"node_modules/@oclif/plugin-help": {
|
7540
|
-
"version": "6.2.
|
7541
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
7542
|
-
"integrity": "sha512-
|
7540
|
+
"version": "6.2.21",
|
7541
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.21.tgz",
|
7542
|
+
"integrity": "sha512-nUAnIR96QJvAAFzdJoq9iqInuwY9nxURNaAiGWGUtW5HgrwJOmoY1LqcobkzW89RH3NONtdWmc74sIupWmLtNw==",
|
7543
7543
|
"dev": true,
|
7544
7544
|
"license": "MIT",
|
7545
7545
|
"dependencies": {
|
@@ -8121,9 +8121,9 @@
|
|
8121
8121
|
}
|
8122
8122
|
},
|
8123
8123
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
8124
|
-
"version": "12.12.
|
8125
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.
|
8126
|
-
"integrity": "sha512-
|
8124
|
+
"version": "12.12.3",
|
8125
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.3.tgz",
|
8126
|
+
"integrity": "sha512-kQ78RekRvTLh5yp8eB67szRoQr64R/0PETgszxf65RRPzLTmBGs0JpkZBMx0GN95Mb6BWvOEjTYLgyezVPUXsw==",
|
8127
8127
|
"license": "BSD-3-Clause",
|
8128
8128
|
"dependencies": {
|
8129
8129
|
"@salesforce/core": "^8.8.0",
|
@@ -11070,9 +11070,9 @@
|
|
11070
11070
|
}
|
11071
11071
|
},
|
11072
11072
|
"node_modules/ansis": {
|
11073
|
-
"version": "3.
|
11074
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.
|
11075
|
-
"integrity": "sha512-
|
11073
|
+
"version": "3.8.1",
|
11074
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.8.1.tgz",
|
11075
|
+
"integrity": "sha512-gzGUTqsBugYCegbhldz7Ox9NrizAlCSAP5Y6rRD9agN76osoyhKznznmaB4G5BAVvrqwksPOGdnYh1Q000cUqw==",
|
11076
11076
|
"license": "ISC",
|
11077
11077
|
"engines": {
|
11078
11078
|
"node": ">=16"
|
package/oclif.lock
CHANGED
@@ -1848,13 +1848,13 @@
|
|
1848
1848
|
wordwrap "^1.0.0"
|
1849
1849
|
wrap-ansi "^7.0.0"
|
1850
1850
|
|
1851
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
1852
|
-
version "5.2.
|
1853
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
1854
|
-
integrity sha512-
|
1851
|
+
"@oclif/plugin-command-snapshot@^5.2.26":
|
1852
|
+
version "5.2.26"
|
1853
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.26.tgz#22da051ecabc0f0acbbfd43a0e33e32bdebdb9b1"
|
1854
|
+
integrity sha512-ErJ9CKb0NuAo4HTFAwy2Jqy+/uVOzBeAVmWbJlxsSh4UIOZMkza26bX3xxciQIMxiz6XkcIlFWSg6Mt0XNZuig==
|
1855
1855
|
dependencies:
|
1856
1856
|
"@oclif/core" "^4"
|
1857
|
-
ansis "^3.
|
1857
|
+
ansis "^3.8.1"
|
1858
1858
|
globby "^14.0.2"
|
1859
1859
|
just-diff "^5.2.0"
|
1860
1860
|
lodash.difference "^4.5.0"
|
@@ -1863,10 +1863,10 @@
|
|
1863
1863
|
semver "^7.6.3"
|
1864
1864
|
ts-json-schema-generator "^1.5.1"
|
1865
1865
|
|
1866
|
-
"@oclif/plugin-help@^6.2.20":
|
1867
|
-
version "6.2.
|
1868
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.
|
1869
|
-
integrity sha512-
|
1866
|
+
"@oclif/plugin-help@^6.2.20", "@oclif/plugin-help@^6.2.21":
|
1867
|
+
version "6.2.21"
|
1868
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.21.tgz#a1444a9faee8ca72c135c9c3b5ba500a18fd07f1"
|
1869
|
+
integrity sha512-nUAnIR96QJvAAFzdJoq9iqInuwY9nxURNaAiGWGUtW5HgrwJOmoY1LqcobkzW89RH3NONtdWmc74sIupWmLtNw==
|
1870
1870
|
dependencies:
|
1871
1871
|
"@oclif/core" "^4"
|
1872
1872
|
|
@@ -2049,10 +2049,10 @@
|
|
2049
2049
|
cli-progress "^3.12.0"
|
2050
2050
|
terminal-link "^3.0.0"
|
2051
2051
|
|
2052
|
-
"@salesforce/source-deploy-retrieve
|
2053
|
-
version "12.12.
|
2054
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.
|
2055
|
-
integrity sha512-
|
2052
|
+
"@salesforce/source-deploy-retrieve@12.12.3", "@salesforce/source-deploy-retrieve@^12.11.2":
|
2053
|
+
version "12.12.3"
|
2054
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.3.tgz#b03df07a60c55004c3b4c7ce8df3ecfd20b7742a"
|
2055
|
+
integrity sha512-kQ78RekRvTLh5yp8eB67szRoQr64R/0PETgszxf65RRPzLTmBGs0JpkZBMx0GN95Mb6BWvOEjTYLgyezVPUXsw==
|
2056
2056
|
dependencies:
|
2057
2057
|
"@salesforce/core" "^8.8.0"
|
2058
2058
|
"@salesforce/kit" "^3.2.2"
|
@@ -2068,7 +2068,7 @@
|
|
2068
2068
|
minimatch "^9.0.5"
|
2069
2069
|
proxy-agent "^6.4.0"
|
2070
2070
|
|
2071
|
-
"@salesforce/source-tracking
|
2071
|
+
"@salesforce/source-tracking@7.3.6":
|
2072
2072
|
version "7.3.6"
|
2073
2073
|
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.3.6.tgz#70d1ffbe511394f64b5a28e0e5af88b8aed45c96"
|
2074
2074
|
integrity sha512-U++xMp9gdU+Iq8C9vYOVpzMSkB2lcYMCs7VpC7h518pt1KC/GRV0ufWI6qwcSxZzsZMrPCpCdhGITpAgmM5YnA==
|
@@ -3589,10 +3589,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
|
|
3589
3589
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
|
3590
3590
|
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
|
3591
3591
|
|
3592
|
-
ansis@^3.3.2, ansis@^3.5.2, ansis@^3.6.0:
|
3593
|
-
version "3.
|
3594
|
-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.
|
3595
|
-
integrity sha512-
|
3592
|
+
ansis@^3.3.2, ansis@^3.5.2, ansis@^3.6.0, ansis@^3.8.1:
|
3593
|
+
version "3.8.1"
|
3594
|
+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.8.1.tgz#60656ef3f7d60f4aed4bb69ec1429ef393f7b90e"
|
3595
|
+
integrity sha512-gzGUTqsBugYCegbhldz7Ox9NrizAlCSAP5Y6rRD9agN76osoyhKznznmaB4G5BAVvrqwksPOGdnYh1Q000cUqw==
|
3596
3596
|
|
3597
3597
|
any-promise@^1.0.0:
|
3598
3598
|
version "1.3.0"
|
@@ -8759,16 +8759,7 @@ stack-utils@^2.0.6:
|
|
8759
8759
|
dependencies:
|
8760
8760
|
escape-string-regexp "^2.0.0"
|
8761
8761
|
|
8762
|
-
"string-width-cjs@npm:string-width@^4.2.0":
|
8763
|
-
version "4.2.3"
|
8764
|
-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
8765
|
-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
8766
|
-
dependencies:
|
8767
|
-
emoji-regex "^8.0.0"
|
8768
|
-
is-fullwidth-code-point "^3.0.0"
|
8769
|
-
strip-ansi "^6.0.1"
|
8770
|
-
|
8771
|
-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
8762
|
+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
8772
8763
|
version "4.2.3"
|
8773
8764
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
8774
8765
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
@@ -8837,14 +8828,7 @@ string_decoder@~1.1.1:
|
|
8837
8828
|
dependencies:
|
8838
8829
|
safe-buffer "~5.1.0"
|
8839
8830
|
|
8840
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
8841
|
-
version "6.0.1"
|
8842
|
-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
8843
|
-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
8844
|
-
dependencies:
|
8845
|
-
ansi-regex "^5.0.1"
|
8846
|
-
|
8847
|
-
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
8831
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
8848
8832
|
version "6.0.1"
|
8849
8833
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
8850
8834
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
@@ -9489,7 +9473,7 @@ workerpool@^6.5.1:
|
|
9489
9473
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
|
9490
9474
|
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
|
9491
9475
|
|
9492
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
9476
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
|
9493
9477
|
version "7.0.0"
|
9494
9478
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
9495
9479
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
@@ -9507,15 +9491,6 @@ wrap-ansi@^6.2.0:
|
|
9507
9491
|
string-width "^4.1.0"
|
9508
9492
|
strip-ansi "^6.0.0"
|
9509
9493
|
|
9510
|
-
wrap-ansi@^7.0.0:
|
9511
|
-
version "7.0.0"
|
9512
|
-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
9513
|
-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
9514
|
-
dependencies:
|
9515
|
-
ansi-styles "^4.0.0"
|
9516
|
-
string-width "^4.1.0"
|
9517
|
-
strip-ansi "^6.0.0"
|
9518
|
-
|
9519
9494
|
wrap-ansi@^8.1.0:
|
9520
9495
|
version "8.1.0"
|
9521
9496
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
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.34",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -11,8 +11,8 @@
|
|
11
11
|
"@salesforce/core": "^8.8.0",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.1.2",
|
14
|
-
"@salesforce/source-deploy-retrieve": "
|
15
|
-
"@salesforce/source-tracking": "
|
14
|
+
"@salesforce/source-deploy-retrieve": "12.12.3",
|
15
|
+
"@salesforce/source-tracking": "7.3.6",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
18
18
|
"fast-xml-parser": "^4.5.1",
|
@@ -21,8 +21,8 @@
|
|
21
21
|
"isomorphic-git": "1.29.0"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
25
|
-
"@oclif/plugin-help": "^6.2.
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.2.26",
|
25
|
+
"@oclif/plugin-help": "^6.2.21",
|
26
26
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
27
27
|
"@salesforce/dev-scripts": "^10.2.11",
|
28
28
|
"@salesforce/ts-sinon": "^1.4.30",
|