@jayree/sfdx-plugin-manifest 4.0.15 → 4.0.16
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 +8 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
## [4.0.16](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.15...4.0.16) (2025-06-07)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump fast-xml-parser from 5.2.3 to 5.2.4 ([#1803](https://github.com/jayree/sfdx-plugin-manifest/issues/1803)) ([bc24a2f](https://github.com/jayree/sfdx-plugin-manifest/commit/bc24a2f989a12984fdeb848cac5da335e6f72aa3))
|
7
|
+
* fix ([#747](https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/747)): fix EMPTY and ANY with ELEMENT in DOCTYPE
|
8
|
+
|
1
9
|
## [4.0.15](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.14...4.0.15) (2025-06-07)
|
2
10
|
|
3
11
|
|
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.16/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.16/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.16/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.16",
|
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.16",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.10",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"@salesforce/source-tracking": "7.3.25",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
21
|
-
"fast-xml-parser": "^5.2.
|
21
|
+
"fast-xml-parser": "^5.2.4",
|
22
22
|
"fs-extra": "^11.3.0",
|
23
23
|
"graceful-fs": "^4.2.11",
|
24
24
|
"isomorphic-git": "1.30.2"
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"@types/fs-extra": "^11.0.4",
|
33
33
|
"@types/graceful-fs": "^4.1.9",
|
34
34
|
"c8": "^10.1.3",
|
35
|
-
"eslint-config-oclif": "^6.0.
|
35
|
+
"eslint-config-oclif": "^6.0.66",
|
36
36
|
"eslint-config-salesforce-license": "^1.0.1",
|
37
37
|
"eslint-plugin-prettier": "^5.4.1",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.24",
|
@@ -8992,9 +8992,9 @@
|
|
8992
8992
|
}
|
8993
8993
|
},
|
8994
8994
|
"node_modules/eslint-config-oclif": {
|
8995
|
-
"version": "6.0.
|
8996
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
8997
|
-
"integrity": "sha512-
|
8995
|
+
"version": "6.0.66",
|
8996
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.66.tgz",
|
8997
|
+
"integrity": "sha512-0qKkfmpXZRFUtPftkOoq1GwGIs/u++gpUgmEF+pnkj6CRR5NOa85nPhzdPEXL0mYiJv8Ji72L333aXOdKqHAfg==",
|
8998
8998
|
"dev": true,
|
8999
8999
|
"license": "MIT",
|
9000
9000
|
"dependencies": {
|
@@ -10935,9 +10935,9 @@
|
|
10935
10935
|
"license": "BSD-3-Clause"
|
10936
10936
|
},
|
10937
10937
|
"node_modules/fast-xml-parser": {
|
10938
|
-
"version": "5.2.
|
10939
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.
|
10940
|
-
"integrity": "sha512-
|
10938
|
+
"version": "5.2.4",
|
10939
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.4.tgz",
|
10940
|
+
"integrity": "sha512-6mNrAVwHip2nGyPYn6xQJK/znBbIoz6to5VMNysrka1/aoSylbB8vjYgkpaFp05EFojiflVV+3QzXe9Ap3Esng==",
|
10941
10941
|
"funding": [
|
10942
10942
|
{
|
10943
10943
|
"type": "github",
|
package/oclif.lock
CHANGED
@@ -4551,10 +4551,10 @@ eslint-config-oclif@^5.2.2:
|
|
4551
4551
|
eslint-plugin-n "^15.1.0"
|
4552
4552
|
eslint-plugin-unicorn "^48.0.1"
|
4553
4553
|
|
4554
|
-
eslint-config-oclif@^6.0.
|
4555
|
-
version "6.0.
|
4556
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
4557
|
-
integrity sha512-
|
4554
|
+
eslint-config-oclif@^6.0.66:
|
4555
|
+
version "6.0.66"
|
4556
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.66.tgz#d3ed67fe5c35f286552a0fe180d4f317da25ada0"
|
4557
|
+
integrity sha512-0qKkfmpXZRFUtPftkOoq1GwGIs/u++gpUgmEF+pnkj6CRR5NOa85nPhzdPEXL0mYiJv8Ji72L333aXOdKqHAfg==
|
4558
4558
|
dependencies:
|
4559
4559
|
"@eslint/compat" "^1.2.9"
|
4560
4560
|
"@eslint/eslintrc" "^3.3.1"
|
@@ -5128,10 +5128,10 @@ fast-xml-parser@^4.5.3:
|
|
5128
5128
|
dependencies:
|
5129
5129
|
strnum "^1.1.1"
|
5130
5130
|
|
5131
|
-
fast-xml-parser@^5.2.
|
5132
|
-
version "5.2.
|
5133
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.2.
|
5134
|
-
integrity sha512-
|
5131
|
+
fast-xml-parser@^5.2.4:
|
5132
|
+
version "5.2.4"
|
5133
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.2.4.tgz#2ed7dfaa938e479e35c348bafc4e376fead3ebd2"
|
5134
|
+
integrity sha512-6mNrAVwHip2nGyPYn6xQJK/znBbIoz6to5VMNysrka1/aoSylbB8vjYgkpaFp05EFojiflVV+3QzXe9Ap3Esng==
|
5135
5135
|
dependencies:
|
5136
5136
|
strnum "^2.1.0"
|
5137
5137
|
|
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.16",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"@salesforce/source-tracking": "7.3.25",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
18
|
-
"fast-xml-parser": "^5.2.
|
18
|
+
"fast-xml-parser": "^5.2.4",
|
19
19
|
"fs-extra": "^11.3.0",
|
20
20
|
"graceful-fs": "^4.2.11",
|
21
21
|
"isomorphic-git": "1.30.2"
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"@types/fs-extra": "^11.0.4",
|
30
30
|
"@types/graceful-fs": "^4.1.9",
|
31
31
|
"c8": "^10.1.3",
|
32
|
-
"eslint-config-oclif": "^6.0.
|
32
|
+
"eslint-config-oclif": "^6.0.66",
|
33
33
|
"eslint-config-salesforce-license": "^1.0.1",
|
34
34
|
"eslint-plugin-prettier": "^5.4.1",
|
35
35
|
"eslint-plugin-sf-plugin": "^1.20.24",
|