@jayree/sfdx-plugin-manifest 4.0.11 → 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 +15 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +623 -134
- package/oclif.lock +204 -84
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,18 @@
|
|
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
|
+
|
8
|
+
## [4.0.12](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.11...4.0.12) (2025-05-29)
|
9
|
+
|
10
|
+
|
11
|
+
### Bug Fixes
|
12
|
+
|
13
|
+
* **deps:** bump @salesforce/core from 8.11.3 to 8.11.4 ([#1794](https://github.com/jayree/sfdx-plugin-manifest/issues/1794)) ([3b582b4](https://github.com/jayree/sfdx-plugin-manifest/commit/3b582b4252e14cc33cc5541c84131f6888fbcafd))
|
14
|
+
* deploy org settings with REST API if set in config ([b1a089f](https://github.com/forcedotcom/sfdx-core/commit/b1a089febfaf050e1b65d1f4751e7b42fc087136))
|
15
|
+
|
1
16
|
## [4.0.11](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.10...4.0.11) (2025-05-25)
|
2
17
|
|
3
18
|
|
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
|