@jayree/sfdx-plugin-manifest 5.0.51 → 5.0.52
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 +10 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [5.0.52](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.51...5.0.52) (2026-04-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/core from 8.27.1 to 8.28.1 ([#2167](https://github.com/jayree/sfdx-plugin-manifest/issues/2167)) ([adf6e1a](https://github.com/jayree/sfdx-plugin-manifest/commit/adf6e1a93f368b66046d84a093de45f12069fc57))
|
|
7
|
+
* **schema:** add defaultLWCLanguage property to sfdx-project.json schema ([39aecce](https://github.com/forcedotcom/sfdx-core/commit/39aeccebdacb92dd8719f38e2f1af01050ba6cbf)), closes [#758](https://github.com/forcedotcom/sfdx-core/issues/758)
|
|
8
|
+
* rename defaultLWCLanguage to defaultLwcLanguage @W-21523324@ ([cb1fede](https://github.com/forcedotcom/sfdx-core/commit/cb1fede2f0022cec98ec39ad1c18999812cd60b1)), closes [#758](https://github.com/forcedotcom/sfdx-core/issues/758)
|
|
9
|
+
* update edition schema-W-21773402 ([#1271](https://github.com/forcedotcom/sfdx-core/issues/1271)) ([3361202](https://github.com/forcedotcom/sfdx-core/commit/336120257db584ea87a601eb9cbf9b47ddc7fb50))
|
|
10
|
+
|
|
1
11
|
## [5.0.51](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.50...5.0.51) (2026-04-02)
|
|
2
12
|
|
|
3
13
|
|
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.52/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.52/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.52/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.52",
|
|
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.52",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.28",
|
|
13
13
|
"@oclif/core": "^4.10.3",
|
|
14
|
-
"@salesforce/core": "^8.
|
|
14
|
+
"@salesforce/core": "^8.28.1",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.32.1",
|
|
@@ -5894,9 +5894,9 @@
|
|
|
5894
5894
|
}
|
|
5895
5895
|
},
|
|
5896
5896
|
"node_modules/@salesforce/core": {
|
|
5897
|
-
"version": "8.
|
|
5898
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
5899
|
-
"integrity": "sha512-
|
|
5897
|
+
"version": "8.28.1",
|
|
5898
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.1.tgz",
|
|
5899
|
+
"integrity": "sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==",
|
|
5900
5900
|
"license": "BSD-3-Clause",
|
|
5901
5901
|
"dependencies": {
|
|
5902
5902
|
"@jsforce/jsforce-node": "^3.10.13",
|
package/oclif.lock
CHANGED
|
@@ -1906,10 +1906,10 @@
|
|
|
1906
1906
|
strip-ansi "6.0.1"
|
|
1907
1907
|
ts-retry-promise "^0.8.1"
|
|
1908
1908
|
|
|
1909
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.27.1":
|
|
1910
|
-
version "8.
|
|
1911
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1912
|
-
integrity sha512-
|
|
1909
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.1":
|
|
1910
|
+
version "8.28.1"
|
|
1911
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.1.tgz#d83f8d0a8a83057c5a363aa6b5211b583fb9206b"
|
|
1912
|
+
integrity sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==
|
|
1913
1913
|
dependencies:
|
|
1914
1914
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1915
1915
|
"@salesforce/kit" "^3.2.4"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.52",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@jayree/changelog": "^1.2.28",
|
|
10
10
|
"@oclif/core": "^4.10.3",
|
|
11
|
-
"@salesforce/core": "^8.
|
|
11
|
+
"@salesforce/core": "^8.28.1",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.32.1",
|