@jayree/sfdx-plugin-manifest 3.6.20 → 3.6.21
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 +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [3.6.21](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.20...3.6.21) (2024-12-21)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump fast-xml-parser from 4.5.0 to 4.5.1 ([#1601](https://github.com/jayree/sfdx-plugin-manifest/issues/1601)) ([babfd7c](https://github.com/jayree/sfdx-plugin-manifest/commit/babfd7c8837dfa80f67379f3b13861c9006c86b1))
|
7
|
+
|
8
|
+
|
9
|
+
|
1
10
|
## [3.6.20](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.19...3.6.20) (2024-12-14)
|
2
11
|
|
3
12
|
|
package/README.md
CHANGED
@@ -60,7 +60,7 @@ EXAMPLES
|
|
60
60
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
61
61
|
```
|
62
62
|
|
63
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
63
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.21/src/commands/jayree/manifest/cleanup.ts)_
|
64
64
|
|
65
65
|
### `sf jayree manifest generate`
|
66
66
|
|
@@ -98,7 +98,7 @@ EXAMPLES
|
|
98
98
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
99
99
|
```
|
100
100
|
|
101
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
101
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.21/src/commands/jayree/manifest/generate.ts)_
|
102
102
|
|
103
103
|
### `sf jayree manifest git diff REF1 [REF2]`
|
104
104
|
|
@@ -181,7 +181,7 @@ FLAG DESCRIPTIONS
|
|
181
181
|
The location can be an absolute path or relative to the current working directory.
|
182
182
|
```
|
183
183
|
|
184
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.21/src/commands/jayree/manifest/git/diff.ts)_
|
185
185
|
<!-- commandsstop -->
|
186
186
|
|
187
187
|
## 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.21",
|
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.21",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.4",
|
@@ -18,14 +18,14 @@
|
|
18
18
|
"@salesforce/source-tracking": "^7.3.2",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
21
|
-
"fast-xml-parser": "^4.5.
|
21
|
+
"fast-xml-parser": "^4.5.1",
|
22
22
|
"fs-extra": "^11.2.0",
|
23
23
|
"graceful-fs": "^4.2.11",
|
24
24
|
"isomorphic-git": "1.27.2"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.2.23",
|
28
|
-
"@oclif/plugin-help": "^6.2.
|
28
|
+
"@oclif/plugin-help": "^6.2.20",
|
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",
|
@@ -3528,9 +3528,9 @@
|
|
3528
3528
|
}
|
3529
3529
|
},
|
3530
3530
|
"node_modules/@oclif/plugin-help": {
|
3531
|
-
"version": "6.2.
|
3532
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
3533
|
-
"integrity": "sha512-
|
3531
|
+
"version": "6.2.20",
|
3532
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.20.tgz",
|
3533
|
+
"integrity": "sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw==",
|
3534
3534
|
"dev": true,
|
3535
3535
|
"license": "MIT",
|
3536
3536
|
"dependencies": {
|
@@ -9191,9 +9191,9 @@
|
|
9191
9191
|
"license": "MIT"
|
9192
9192
|
},
|
9193
9193
|
"node_modules/fast-xml-parser": {
|
9194
|
-
"version": "4.5.
|
9195
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.
|
9196
|
-
"integrity": "sha512
|
9194
|
+
"version": "4.5.1",
|
9195
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz",
|
9196
|
+
"integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==",
|
9197
9197
|
"funding": [
|
9198
9198
|
{
|
9199
9199
|
"type": "github",
|
package/oclif.lock
CHANGED
@@ -1499,10 +1499,10 @@
|
|
1499
1499
|
semver "^7.6.3"
|
1500
1500
|
ts-json-schema-generator "^1.5.1"
|
1501
1501
|
|
1502
|
-
"@oclif/plugin-help@^6.2.17", "@oclif/plugin-help@^6.2.
|
1503
|
-
version "6.2.
|
1504
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.
|
1505
|
-
integrity sha512-
|
1502
|
+
"@oclif/plugin-help@^6.2.17", "@oclif/plugin-help@^6.2.20":
|
1503
|
+
version "6.2.20"
|
1504
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.20.tgz#05de43a710f038419d3ded11a59e8481408a9e9e"
|
1505
|
+
integrity sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw==
|
1506
1506
|
dependencies:
|
1507
1507
|
"@oclif/core" "^4"
|
1508
1508
|
|
@@ -4602,10 +4602,10 @@ fast-xml-parser@4.4.1:
|
|
4602
4602
|
dependencies:
|
4603
4603
|
strnum "^1.0.5"
|
4604
4604
|
|
4605
|
-
fast-xml-parser@^4.5.0:
|
4606
|
-
version "4.5.
|
4607
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.
|
4608
|
-
integrity sha512
|
4605
|
+
fast-xml-parser@^4.5.0, fast-xml-parser@^4.5.1:
|
4606
|
+
version "4.5.1"
|
4607
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz#a7e665ff79b7919100a5202f23984b6150f9b31e"
|
4608
|
+
integrity sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==
|
4609
4609
|
dependencies:
|
4610
4610
|
strnum "^1.0.5"
|
4611
4611
|
|
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.21",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -15,14 +15,14 @@
|
|
15
15
|
"@salesforce/source-tracking": "^7.3.2",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
18
|
-
"fast-xml-parser": "^4.5.
|
18
|
+
"fast-xml-parser": "^4.5.1",
|
19
19
|
"fs-extra": "^11.2.0",
|
20
20
|
"graceful-fs": "^4.2.11",
|
21
21
|
"isomorphic-git": "1.27.2"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.2.23",
|
25
|
-
"@oclif/plugin-help": "^6.2.
|
25
|
+
"@oclif/plugin-help": "^6.2.20",
|
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",
|