@jayree/sfdx-plugin-manifest 4.0.102 → 4.0.104
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 +20 -0
- package/README.md +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +7830 -3060
- package/oclif.lock +848 -189
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## [4.0.104](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.103...4.0.104) (2025-11-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve ([#2013](https://github.com/jayree/sfdx-plugin-manifest/issues/2013)) ([0ad2905](https://github.com/jayree/sfdx-plugin-manifest/commit/0ad2905925c860d20b154f7647f802a72d31dab0))
|
|
7
|
+
* web compatibility W-20175875 ([#1650](https://github.com/forcedotcom/source-deploy-retrieve/issues/1650)) ([f350cd6](https://github.com/forcedotcom/source-deploy-retrieve/commit/f350cd6e719e0aa8c05335e34fd642a0226e6cd9))
|
|
8
|
+
* handling desktop non-matching cwd scenarios for projectPath W-20292997 ([#1651](https://github.com/forcedotcom/source-deploy-retrieve/issues/1651)) ([59d93b7](https://github.com/forcedotcom/source-deploy-retrieve/commit/59d93b78f8ddef70123053425b378f189c92c3ea))
|
|
9
|
+
|
|
10
|
+
## [4.0.103](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.102...4.0.103) (2025-11-22)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump @jayree/changelog from 1.2.19 to 1.2.20 ([#2015](https://github.com/jayree/sfdx-plugin-manifest/issues/2015)) ([d9ba9e6](https://github.com/jayree/sfdx-plugin-manifest/commit/d9ba9e6a2527edb9a366f266023730b7011e0b93))
|
|
16
|
+
* **deps:** bump js-yaml from 4.1.0 to 4.1.1 ([#841](https://github.com/jayree/changelog/issues/841)) ([696db4c](https://github.com/jayree/changelog/commit/696db4cc7062a2a1c332775710ba8b7eb9932591))
|
|
17
|
+
* **deps:** bump marked from 16.4.1 to 17.0.0 ([#839](https://github.com/jayree/changelog/issues/839)) ([0190356](https://github.com/jayree/changelog/commit/019035667b93ae8fba5e44b3f51b9f3044690e8d))
|
|
18
|
+
* **deps:** bump fast-xml-parser from 5.3.1 to 5.3.2 ([#2016](https://github.com/jayree/sfdx-plugin-manifest/issues/2016)) ([49af389](https://github.com/jayree/sfdx-plugin-manifest/commit/49af3896473980cd0f3f6af9b7df11c10fcc1eda))
|
|
19
|
+
* fix for import statement for v6
|
|
20
|
+
|
|
1
21
|
## [4.0.102](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.101...4.0.102) (2025-11-22)
|
|
2
22
|
|
|
3
23
|
|
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.104/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.104/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.104/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|