@jayree/sfdx-plugin-manifest 5.0.102 → 5.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 +17 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +9 -9
- package/oclif.lock +7 -7
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [5.0.104](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.103...5.0.104) (2026-05-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump ws from 8.19.0 to 8.20.1 ([#2259](https://github.com/jayree/sfdx-plugin-manifest/issues/2259)) ([6a02f73](https://github.com/jayree/sfdx-plugin-manifest/commit/6a02f73a7b063bd653b5a3e2a0feb81ce1e0d902))
|
|
7
|
+
* Fixed an uninitialized memory disclosure issue in `websocket.close()` (c0327ec1).
|
|
8
|
+
* Added exports for the `PerMessageDeflate` class and utilities for the `Sec-WebSocket-Extensions` and `Sec-WebSocket-Protocol` headers (d3503c1f).
|
|
9
|
+
|
|
10
|
+
## [5.0.103](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.102...5.0.103) (2026-05-21)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump isomorphic-git from 1.38.0 to 1.38.1 ([#2258](https://github.com/jayree/sfdx-plugin-manifest/issues/2258)) ([a872d8c](https://github.com/jayree/sfdx-plugin-manifest/commit/a872d8cc70cb3dc0b02b29a452d48b786b7b97a4))
|
|
16
|
+
* add cloudflare logo ([#2316](https://github.com/isomorphic-git/isomorphic-git/issues/2316)) ([a71a835](https://github.com/isomorphic-git/isomorphic-git/commit/a71a835fc12eb5d42bb22f2c3afaa35ed03aaf74))
|
|
17
|
+
|
|
1
18
|
## [5.0.102](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.101...5.0.102) (2026-05-21)
|
|
2
19
|
|
|
3
20
|
|
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/5.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.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/5.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.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/5.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.104/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": "5.0.
|
|
3
|
+
"version": "5.0.104",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.104",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.33",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"fast-xml-parser": "^5.8.0",
|
|
22
22
|
"fs-extra": "^11.3.4",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.38.
|
|
24
|
+
"isomorphic-git": "1.38.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.21",
|
|
@@ -12360,9 +12360,9 @@
|
|
|
12360
12360
|
"license": "ISC"
|
|
12361
12361
|
},
|
|
12362
12362
|
"node_modules/isomorphic-git": {
|
|
12363
|
-
"version": "1.38.
|
|
12364
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.
|
|
12365
|
-
"integrity": "sha512-
|
|
12363
|
+
"version": "1.38.1",
|
|
12364
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.1.tgz",
|
|
12365
|
+
"integrity": "sha512-Vd2u5qDLa04fA/h5nUMU5UuffPXqg+3D3bJIV3n7Sno2qS3XMinUXRvNHrGPVy2kkC1ad5SPCC3WcpXjn0L9oQ==",
|
|
12366
12366
|
"license": "MIT",
|
|
12367
12367
|
"dependencies": {
|
|
12368
12368
|
"async-lock": "^1.4.1",
|
|
@@ -18608,9 +18608,9 @@
|
|
|
18608
18608
|
}
|
|
18609
18609
|
},
|
|
18610
18610
|
"node_modules/ws": {
|
|
18611
|
-
"version": "8.
|
|
18612
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
18613
|
-
"integrity": "sha512-
|
|
18611
|
+
"version": "8.20.1",
|
|
18612
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz",
|
|
18613
|
+
"integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==",
|
|
18614
18614
|
"license": "MIT",
|
|
18615
18615
|
"engines": {
|
|
18616
18616
|
"node": ">=10.0.0"
|
package/oclif.lock
CHANGED
|
@@ -5779,10 +5779,10 @@ isexe@^2.0.0:
|
|
|
5779
5779
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
5780
5780
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
5781
5781
|
|
|
5782
|
-
isomorphic-git@1.38.
|
|
5783
|
-
version "1.38.
|
|
5784
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.
|
|
5785
|
-
integrity sha512-
|
|
5782
|
+
isomorphic-git@1.38.1, isomorphic-git@^1.34.2:
|
|
5783
|
+
version "1.38.1"
|
|
5784
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.1.tgz#c8eb586ea06fefc483a39c072679124217665618"
|
|
5785
|
+
integrity sha512-Vd2u5qDLa04fA/h5nUMU5UuffPXqg+3D3bJIV3n7Sno2qS3XMinUXRvNHrGPVy2kkC1ad5SPCC3WcpXjn0L9oQ==
|
|
5786
5786
|
dependencies:
|
|
5787
5787
|
async-lock "^1.4.1"
|
|
5788
5788
|
clean-git-ref "^2.0.1"
|
|
@@ -9319,9 +9319,9 @@ write-file-atomic@^3.0.0:
|
|
|
9319
9319
|
typedarray-to-buffer "^3.1.5"
|
|
9320
9320
|
|
|
9321
9321
|
ws@^8.15.0:
|
|
9322
|
-
version "8.
|
|
9323
|
-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.
|
|
9324
|
-
integrity sha512-
|
|
9322
|
+
version "8.20.1"
|
|
9323
|
+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.20.1.tgz#91a9ae2b312ccf98e0a85ec499b48cef45ab0ddb"
|
|
9324
|
+
integrity sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==
|
|
9325
9325
|
|
|
9326
9326
|
xml-naming@^0.1.0:
|
|
9327
9327
|
version "0.1.0"
|
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 powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.104",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"fast-xml-parser": "^5.8.0",
|
|
19
19
|
"fs-extra": "^11.3.4",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
|
-
"isomorphic-git": "1.38.
|
|
21
|
+
"isomorphic-git": "1.38.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.21",
|