@jayree/sfdx-plugin-manifest 5.0.13 → 5.0.14

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 CHANGED
@@ -1,3 +1,12 @@
1
+ ## [5.0.14](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.13...5.0.14) (2026-02-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump basic-ftp from 5.1.0 to 5.2.0 ([#2102](https://github.com/jayree/sfdx-plugin-manifest/issues/2102)) ([d8f8911](https://github.com/jayree/sfdx-plugin-manifest/commit/d8f891107305652eed2866aab69034cf6ebcce0e))
7
+ * Changed: Skip files with invalid name in downloadToDir.
8
+ * Changed: Skip files with invalid name in downloadToDir.
9
+
1
10
  ## [5.0.13](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.12...5.0.13) (2026-02-22)
2
11
 
3
12
 
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.13/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.14/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.13/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.14/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.13/src/commands/jayree/manifest/git/diff.ts)_
233
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.14/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.13",
3
+ "version": "5.0.14",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.13",
9
+ "version": "5.0.14",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.25",
@@ -1156,7 +1156,6 @@
1156
1156
  "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
1157
1157
  "dev": true,
1158
1158
  "license": "MIT",
1159
- "peer": true,
1160
1159
  "dependencies": {
1161
1160
  "@babel/code-frame": "^7.29.0",
1162
1161
  "@babel/generator": "^7.29.0",
@@ -1709,8 +1708,7 @@
1709
1708
  "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
1710
1709
  "integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==",
1711
1710
  "dev": true,
1712
- "license": "MIT",
1713
- "peer": true
1711
+ "license": "MIT"
1714
1712
  },
1715
1713
  "node_modules/@commitlint/load/node_modules/cosmiconfig-typescript-loader": {
1716
1714
  "version": "4.4.0",
@@ -4394,7 +4392,6 @@
4394
4392
  "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
4395
4393
  "dev": true,
4396
4394
  "license": "MIT",
4397
- "peer": true,
4398
4395
  "bin": {
4399
4396
  "prettier": "bin-prettier.js"
4400
4397
  },
@@ -5838,7 +5835,6 @@
5838
5835
  "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.28.tgz",
5839
5836
  "integrity": "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==",
5840
5837
  "license": "MIT",
5841
- "peer": true,
5842
5838
  "dependencies": {
5843
5839
  "@types/prop-types": "*",
5844
5840
  "csstype": "^3.2.2"
@@ -6124,7 +6120,6 @@
6124
6120
  "integrity": "sha512-IgSWvLobTDOjnaxAfDTIHaECbkNlAlKv2j5SjpB2v7QHKv1FIfjwMy8FsDbVfDX/KjmCmYICcw7uGaXLhtsLNg==",
6125
6121
  "dev": true,
6126
6122
  "license": "MIT",
6127
- "peer": true,
6128
6123
  "dependencies": {
6129
6124
  "@typescript-eslint/scope-manager": "8.56.0",
6130
6125
  "@typescript-eslint/types": "8.56.0",
@@ -6592,7 +6587,6 @@
6592
6587
  "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
6593
6588
  "dev": true,
6594
6589
  "license": "MIT",
6595
- "peer": true,
6596
6590
  "bin": {
6597
6591
  "acorn": "bin/acorn"
6598
6592
  },
@@ -7124,9 +7118,9 @@
7124
7118
  }
7125
7119
  },
7126
7120
  "node_modules/basic-ftp": {
7127
- "version": "5.1.0",
7128
- "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.1.0.tgz",
7129
- "integrity": "sha512-RkaJzeJKDbaDWTIPiJwubyljaEPwpVWkm9Rt5h9Nd6h7tEXTJ3VB4qxdZBioV7JO5yLUaOKwz7vDOzlncUsegw==",
7121
+ "version": "5.2.0",
7122
+ "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.0.tgz",
7123
+ "integrity": "sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw==",
7130
7124
  "license": "MIT",
7131
7125
  "engines": {
7132
7126
  "node": ">=10.0.0"
@@ -7201,7 +7195,6 @@
7201
7195
  }
7202
7196
  ],
7203
7197
  "license": "MIT",
7204
- "peer": true,
7205
7198
  "dependencies": {
7206
7199
  "baseline-browser-mapping": "^2.9.0",
7207
7200
  "caniuse-lite": "^1.0.30001759",
@@ -8375,7 +8368,6 @@
8375
8368
  "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
8376
8369
  "dev": true,
8377
8370
  "license": "MIT",
8378
- "peer": true,
8379
8371
  "dependencies": {
8380
8372
  "import-fresh": "^3.3.0",
8381
8373
  "js-yaml": "^4.1.0",
@@ -9225,7 +9217,6 @@
9225
9217
  "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
9226
9218
  "dev": true,
9227
9219
  "license": "MIT",
9228
- "peer": true,
9229
9220
  "dependencies": {
9230
9221
  "@eslint-community/eslint-utils": "^4.2.0",
9231
9222
  "@eslint-community/regexpp": "^4.6.1",
@@ -9536,7 +9527,6 @@
9536
9527
  "integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
9537
9528
  "dev": true,
9538
9529
  "license": "BSD-2-Clause",
9539
- "peer": true,
9540
9530
  "dependencies": {
9541
9531
  "@typescript-eslint/scope-manager": "6.21.0",
9542
9532
  "@typescript-eslint/types": "6.21.0",
@@ -14021,7 +14011,6 @@
14021
14011
  "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.3.tgz",
14022
14012
  "integrity": "sha512-jt1v2ObpyOKR8p4XaUJVk3YWRJ5n+i4+rjQopxvV32rSndTJXvIzuUdWWIy/1pFQMkQmvTXawzDNqOH/CUmx6A==",
14023
14013
  "license": "MIT",
14024
- "peer": true,
14025
14014
  "bin": {
14026
14015
  "marked": "bin/marked.js"
14027
14016
  },
@@ -15983,7 +15972,6 @@
15983
15972
  "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
15984
15973
  "dev": true,
15985
15974
  "license": "MIT",
15986
- "peer": true,
15987
15975
  "bin": {
15988
15976
  "prettier": "bin/prettier.cjs"
15989
15977
  },
@@ -16252,7 +16240,6 @@
16252
16240
  "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
16253
16241
  "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
16254
16242
  "license": "MIT",
16255
- "peer": true,
16256
16243
  "dependencies": {
16257
16244
  "loose-envify": "^1.1.0"
16258
16245
  },
@@ -18270,7 +18257,6 @@
18270
18257
  "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
18271
18258
  "dev": true,
18272
18259
  "license": "MIT",
18273
- "peer": true,
18274
18260
  "dependencies": {
18275
18261
  "@cspotcode/source-map-support": "^0.8.0",
18276
18262
  "@tsconfig/node10": "^1.0.7",
@@ -18348,8 +18334,7 @@
18348
18334
  "version": "2.8.1",
18349
18335
  "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
18350
18336
  "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
18351
- "license": "0BSD",
18352
- "peer": true
18337
+ "license": "0BSD"
18353
18338
  },
18354
18339
  "node_modules/tunnel-agent": {
18355
18340
  "version": "0.6.0",
@@ -18561,7 +18546,6 @@
18561
18546
  "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
18562
18547
  "dev": true,
18563
18548
  "license": "Apache-2.0",
18564
- "peer": true,
18565
18549
  "bin": {
18566
18550
  "tsc": "bin/tsc",
18567
18551
  "tsserver": "bin/tsserver"
package/oclif.lock CHANGED
@@ -3536,9 +3536,9 @@ baseline-browser-mapping@^2.9.0:
3536
3536
  integrity sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==
3537
3537
 
3538
3538
  basic-ftp@^5.0.2:
3539
- version "5.1.0"
3540
- resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.1.0.tgz#00eb8128ce536aa697c45716c739bf38e8d890f5"
3541
- integrity sha512-RkaJzeJKDbaDWTIPiJwubyljaEPwpVWkm9Rt5h9Nd6h7tEXTJ3VB4qxdZBioV7JO5yLUaOKwz7vDOzlncUsegw==
3539
+ version "5.2.0"
3540
+ resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.2.0.tgz#7c2dff63c918bde60e6bad1f2ff93dcf5137a40a"
3541
+ integrity sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw==
3542
3542
 
3543
3543
  binary-extensions@^2.0.0:
3544
3544
  version "2.3.0"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.13"
270
+ "version": "5.0.14"
271
271
  }
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.13",
4
+ "version": "5.0.14",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",