@jayree/sfdx-plugin-manifest 4.0.12 → 4.0.13
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 +7 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +15 -16
- package/oclif.lock +14 -15
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [4.0.13](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.12...4.0.13) (2025-06-02)
|
2
|
+
|
3
|
+
|
4
|
+
### Reverts
|
5
|
+
|
6
|
+
* Revert "chore: fix perfScaleNut (#1784)" ([0d0960a](https://github.com/jayree/sfdx-plugin-manifest/commit/0d0960a2f941102523177a6d7abc4ca5561c00c8)), closes [#1784](https://github.com/jayree/sfdx-plugin-manifest/issues/1784)
|
7
|
+
|
1
8
|
## [4.0.12](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.11...4.0.12) (2025-05-29)
|
2
9
|
|
3
10
|
|
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/4.0.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.13/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/4.0.
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.13/src/commands/jayree/manifest/generate.ts)_
|
154
154
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
156
156
|
|
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
|
|
230
230
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
231
231
|
```
|
232
232
|
|
233
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.13/src/commands/jayree/manifest/git/diff.ts)_
|
234
234
|
<!-- commandsstop -->
|
235
235
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.13",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "4.0.
|
9
|
+
"version": "4.0.13",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.10",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"c8": "^10.1.3",
|
35
35
|
"eslint-config-oclif": "^6.0.62",
|
36
36
|
"eslint-config-salesforce-license": "^1.0.1",
|
37
|
-
"eslint-plugin-prettier": "^5.4.
|
37
|
+
"eslint-plugin-prettier": "^5.4.1",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.24",
|
39
39
|
"oclif": "^4.17.46",
|
40
40
|
"patch-package": "^8.0.0",
|
@@ -3581,16 +3581,16 @@
|
|
3581
3581
|
}
|
3582
3582
|
},
|
3583
3583
|
"node_modules/@pkgr/core": {
|
3584
|
-
"version": "0.2.
|
3585
|
-
"resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.
|
3586
|
-
"integrity": "sha512-
|
3584
|
+
"version": "0.2.5",
|
3585
|
+
"resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.5.tgz",
|
3586
|
+
"integrity": "sha512-YRx7tFgLkrpFkDAzVSV5sUJydmf2ZDrW+O3IbQ1JyeMW7B0FiWroFJTnR4/fD9CsusnAn4qRUcbb5jFnZSd6uw==",
|
3587
3587
|
"dev": true,
|
3588
3588
|
"license": "MIT",
|
3589
3589
|
"engines": {
|
3590
3590
|
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
3591
3591
|
},
|
3592
3592
|
"funding": {
|
3593
|
-
"url": "https://opencollective.com/
|
3593
|
+
"url": "https://opencollective.com/pkgr"
|
3594
3594
|
}
|
3595
3595
|
},
|
3596
3596
|
"node_modules/@pnpm/config.env-replace": {
|
@@ -10171,14 +10171,14 @@
|
|
10171
10171
|
}
|
10172
10172
|
},
|
10173
10173
|
"node_modules/eslint-plugin-prettier": {
|
10174
|
-
"version": "5.4.
|
10175
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.
|
10176
|
-
"integrity": "sha512-
|
10174
|
+
"version": "5.4.1",
|
10175
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.1.tgz",
|
10176
|
+
"integrity": "sha512-9dF+KuU/Ilkq27A8idRP7N2DH8iUR6qXcjF3FR2wETY21PZdBrIjwCau8oboyGj9b7etWmTGEeM8e7oOed6ZWg==",
|
10177
10177
|
"dev": true,
|
10178
10178
|
"license": "MIT",
|
10179
10179
|
"dependencies": {
|
10180
10180
|
"prettier-linter-helpers": "^1.0.0",
|
10181
|
-
"synckit": "^0.11.
|
10181
|
+
"synckit": "^0.11.7"
|
10182
10182
|
},
|
10183
10183
|
"engines": {
|
10184
10184
|
"node": "^14.18.0 || >=16.0.0"
|
@@ -17709,14 +17709,13 @@
|
|
17709
17709
|
}
|
17710
17710
|
},
|
17711
17711
|
"node_modules/synckit": {
|
17712
|
-
"version": "0.11.
|
17713
|
-
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.
|
17714
|
-
"integrity": "sha512
|
17712
|
+
"version": "0.11.8",
|
17713
|
+
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.8.tgz",
|
17714
|
+
"integrity": "sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==",
|
17715
17715
|
"dev": true,
|
17716
17716
|
"license": "MIT",
|
17717
17717
|
"dependencies": {
|
17718
|
-
"@pkgr/core": "^0.2.
|
17719
|
-
"tslib": "^2.8.1"
|
17718
|
+
"@pkgr/core": "^0.2.4"
|
17720
17719
|
},
|
17721
17720
|
"engines": {
|
17722
17721
|
"node": "^14.18.0 || >=16.0.0"
|
package/oclif.lock
CHANGED
@@ -1550,10 +1550,10 @@
|
|
1550
1550
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
1551
1551
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
1552
1552
|
|
1553
|
-
"@pkgr/core@^0.2.
|
1554
|
-
version "0.2.
|
1555
|
-
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.
|
1556
|
-
integrity sha512-
|
1553
|
+
"@pkgr/core@^0.2.4":
|
1554
|
+
version "0.2.5"
|
1555
|
+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.5.tgz#8a8edc680b845e57bdf2a5d93b06fce85af4fe4b"
|
1556
|
+
integrity sha512-YRx7tFgLkrpFkDAzVSV5sUJydmf2ZDrW+O3IbQ1JyeMW7B0FiWroFJTnR4/fD9CsusnAn4qRUcbb5jFnZSd6uw==
|
1557
1557
|
|
1558
1558
|
"@pnpm/config.env-replace@^1.1.0":
|
1559
1559
|
version "1.1.0"
|
@@ -4720,13 +4720,13 @@ eslint-plugin-perfectionist@^4:
|
|
4720
4720
|
"@typescript-eslint/utils" "^8.24.0"
|
4721
4721
|
natural-orderby "^5.0.0"
|
4722
4722
|
|
4723
|
-
eslint-plugin-prettier@^5.4.
|
4724
|
-
version "5.4.
|
4725
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.
|
4726
|
-
integrity sha512-
|
4723
|
+
eslint-plugin-prettier@^5.4.1:
|
4724
|
+
version "5.4.1"
|
4725
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.1.tgz#99b55d7dd70047886b2222fdd853665f180b36af"
|
4726
|
+
integrity sha512-9dF+KuU/Ilkq27A8idRP7N2DH8iUR6qXcjF3FR2wETY21PZdBrIjwCau8oboyGj9b7etWmTGEeM8e7oOed6ZWg==
|
4727
4727
|
dependencies:
|
4728
4728
|
prettier-linter-helpers "^1.0.0"
|
4729
|
-
synckit "^0.11.
|
4729
|
+
synckit "^0.11.7"
|
4730
4730
|
|
4731
4731
|
eslint-plugin-sf-plugin@^1.20.24:
|
4732
4732
|
version "1.20.24"
|
@@ -8961,13 +8961,12 @@ supports-preserve-symlinks-flag@^1.0.0:
|
|
8961
8961
|
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
|
8962
8962
|
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
8963
8963
|
|
8964
|
-
synckit@^0.11.
|
8965
|
-
version "0.11.
|
8966
|
-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.
|
8967
|
-
integrity sha512
|
8964
|
+
synckit@^0.11.7:
|
8965
|
+
version "0.11.8"
|
8966
|
+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.8.tgz#b2aaae998a4ef47ded60773ad06e7cb821f55457"
|
8967
|
+
integrity sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==
|
8968
8968
|
dependencies:
|
8969
|
-
"@pkgr/core" "^0.2.
|
8970
|
-
tslib "^2.8.1"
|
8969
|
+
"@pkgr/core" "^0.2.4"
|
8971
8970
|
|
8972
8971
|
tapable@^2.2.0:
|
8973
8972
|
version "2.2.1"
|
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": "4.0.
|
4
|
+
"version": "4.0.13",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
"c8": "^10.1.3",
|
32
32
|
"eslint-config-oclif": "^6.0.62",
|
33
33
|
"eslint-config-salesforce-license": "^1.0.1",
|
34
|
-
"eslint-plugin-prettier": "^5.4.
|
34
|
+
"eslint-plugin-prettier": "^5.4.1",
|
35
35
|
"eslint-plugin-sf-plugin": "^1.20.24",
|
36
36
|
"oclif": "^4.17.46",
|
37
37
|
"patch-package": "^8.0.0",
|