@jayree/sfdx-plugin-manifest 3.6.19 → 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 +18 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +15 -15
- package/oclif.lock +14 -14
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,21 @@
|
|
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
|
+
|
10
|
+
## [3.6.20](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.19...3.6.20) (2024-12-14)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* **deps:** bump @salesforce/source-tracking from 7.3.1 to 7.3.2 ([#1595](https://github.com/jayree/sfdx-plugin-manifest/issues/1595)) ([98d09b1](https://github.com/jayree/sfdx-plugin-manifest/commit/98d09b10c5012957e5ac1a6dfc719ffa82a56f28))
|
16
|
+
|
17
|
+
|
18
|
+
|
1
19
|
## [3.6.19](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.18...3.6.19) (2024-12-14)
|
2
20
|
|
3
21
|
|
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",
|
@@ -15,17 +15,17 @@
|
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.1.1",
|
17
17
|
"@salesforce/source-deploy-retrieve": "^12.10.3",
|
18
|
-
"@salesforce/source-tracking": "^7.3.
|
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": {
|
@@ -4151,15 +4151,15 @@
|
|
4151
4151
|
}
|
4152
4152
|
},
|
4153
4153
|
"node_modules/@salesforce/source-tracking": {
|
4154
|
-
"version": "7.3.
|
4155
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.
|
4156
|
-
"integrity": "sha512-
|
4154
|
+
"version": "7.3.2",
|
4155
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.2.tgz",
|
4156
|
+
"integrity": "sha512-k5N7EHmbRHl8mFj11I7dJ/dMX48jMSKZurpncHfe5CRleqE1GCr6W2dKIyLb4ru0sxhpOEJ605rTFynmEm2vGA==",
|
4157
4157
|
"license": "BSD-3-Clause",
|
4158
4158
|
"dependencies": {
|
4159
4159
|
"@oclif/core": "^4.0.34",
|
4160
4160
|
"@salesforce/core": "^8.8.0",
|
4161
4161
|
"@salesforce/kit": "^3.2.3",
|
4162
|
-
"@salesforce/source-deploy-retrieve": "^12.10.
|
4162
|
+
"@salesforce/source-deploy-retrieve": "^12.10.3",
|
4163
4163
|
"@salesforce/ts-types": "^2.0.12",
|
4164
4164
|
"fast-xml-parser": "^4.5.0",
|
4165
4165
|
"graceful-fs": "^4.2.11",
|
@@ -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
|
|
@@ -1685,7 +1685,7 @@
|
|
1685
1685
|
cli-progress "^3.12.0"
|
1686
1686
|
terminal-link "^3.0.0"
|
1687
1687
|
|
1688
|
-
"@salesforce/source-deploy-retrieve@^12.10.
|
1688
|
+
"@salesforce/source-deploy-retrieve@^12.10.3":
|
1689
1689
|
version "12.10.3"
|
1690
1690
|
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.3.tgz#fa16910781188877ffdfa5fde3a0318c0dfe3d07"
|
1691
1691
|
integrity sha512-bKIcN6VJajre2chF1xhPCjtR9gZpp8PrFFZ55UcWUMkoFAXscBPRJ7poAeorted3qMzS6wx+AuB27qYUCO+4iQ==
|
@@ -1704,15 +1704,15 @@
|
|
1704
1704
|
minimatch "^9.0.5"
|
1705
1705
|
proxy-agent "^6.4.0"
|
1706
1706
|
|
1707
|
-
"@salesforce/source-tracking@^7.3.
|
1708
|
-
version "7.3.
|
1709
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.3.
|
1710
|
-
integrity sha512-
|
1707
|
+
"@salesforce/source-tracking@^7.3.2":
|
1708
|
+
version "7.3.2"
|
1709
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.3.2.tgz#e3b0d54bf2271d9e7fc186ee21d4dcc79d98b57b"
|
1710
|
+
integrity sha512-k5N7EHmbRHl8mFj11I7dJ/dMX48jMSKZurpncHfe5CRleqE1GCr6W2dKIyLb4ru0sxhpOEJ605rTFynmEm2vGA==
|
1711
1711
|
dependencies:
|
1712
1712
|
"@oclif/core" "^4.0.34"
|
1713
1713
|
"@salesforce/core" "^8.8.0"
|
1714
1714
|
"@salesforce/kit" "^3.2.3"
|
1715
|
-
"@salesforce/source-deploy-retrieve" "^12.10.
|
1715
|
+
"@salesforce/source-deploy-retrieve" "^12.10.3"
|
1716
1716
|
"@salesforce/ts-types" "^2.0.12"
|
1717
1717
|
fast-xml-parser "^4.5.0"
|
1718
1718
|
graceful-fs "^4.2.11"
|
@@ -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",
|
@@ -12,17 +12,17 @@
|
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.1.1",
|
14
14
|
"@salesforce/source-deploy-retrieve": "^12.10.3",
|
15
|
-
"@salesforce/source-tracking": "^7.3.
|
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",
|