@jayree/sfdx-plugin-manifest 3.5.5 → 3.5.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +7 -7
- package/oclif.lock +6 -6
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [3.5.6](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.5...3.5.6) (2024-08-31)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/sf-plugins-core from 11.3.4 to 11.3.6 ([#1458](https://github.com/jayree/sfdx-plugin-manifest/issues/1458)) ([7490f2b](https://github.com/jayree/sfdx-plugin-manifest/commit/7490f2b8f545cef782560a10c6bc3fa315db16d3))
|
7
|
+
|
8
|
+
|
9
|
+
|
1
10
|
## [3.5.5](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.4...3.5.5) (2024-08-31)
|
2
11
|
|
3
12
|
|
package/README.md
CHANGED
@@ -60,7 +60,7 @@ EXAMPLES
|
|
60
60
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
61
61
|
```
|
62
62
|
|
63
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.
|
63
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.6/src/commands/jayree/manifest/cleanup.ts)_
|
64
64
|
|
65
65
|
### `sf jayree manifest generate`
|
66
66
|
|
@@ -98,7 +98,7 @@ EXAMPLES
|
|
98
98
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
99
99
|
```
|
100
100
|
|
101
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.
|
101
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.6/src/commands/jayree/manifest/generate.ts)_
|
102
102
|
|
103
103
|
### `sf jayree manifest git diff REF1 [REF2]`
|
104
104
|
|
@@ -181,5 +181,5 @@ FLAG DESCRIPTIONS
|
|
181
181
|
The location can be an absolute path or relative to the current working directory.
|
182
182
|
```
|
183
183
|
|
184
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.6/src/commands/jayree/manifest/git/diff.ts)_
|
185
185
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.5.
|
3
|
+
"version": "3.5.6",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.5.
|
9
|
+
"version": "3.5.6",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.3",
|
13
13
|
"@oclif/core": "^4.0.19",
|
14
14
|
"@salesforce/core": "^8.5.1",
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
16
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
16
|
+
"@salesforce/sf-plugins-core": "^11.3.6",
|
17
17
|
"@salesforce/source-deploy-retrieve": "^12.6.0",
|
18
18
|
"@salesforce/source-tracking": "^7.1.10",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
@@ -4161,14 +4161,14 @@
|
|
4161
4161
|
"license": "ISC"
|
4162
4162
|
},
|
4163
4163
|
"node_modules/@salesforce/sf-plugins-core": {
|
4164
|
-
"version": "11.3.
|
4165
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
4166
|
-
"integrity": "sha512-
|
4164
|
+
"version": "11.3.6",
|
4165
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.6.tgz",
|
4166
|
+
"integrity": "sha512-UeWD2/FQejKz7BwB+c/Z/KoTCZ6eWuNlf7EObxdmPZgv1vGhL+jc5s/WETtCh9GrDYY8fJ9hycs2gTwy8rT2Dg==",
|
4167
4167
|
"license": "BSD-3-Clause",
|
4168
4168
|
"dependencies": {
|
4169
4169
|
"@inquirer/confirm": "^3.1.22",
|
4170
4170
|
"@inquirer/password": "^2.1.22",
|
4171
|
-
"@oclif/core": "^4.0.
|
4171
|
+
"@oclif/core": "^4.0.19",
|
4172
4172
|
"@salesforce/core": "^8.4.0",
|
4173
4173
|
"@salesforce/kit": "^3.2.1",
|
4174
4174
|
"@salesforce/ts-types": "^2.0.12",
|
package/oclif.lock
CHANGED
@@ -1565,7 +1565,7 @@
|
|
1565
1565
|
"@nodelib/fs.scandir" "2.1.5"
|
1566
1566
|
fastq "^1.6.0"
|
1567
1567
|
|
1568
|
-
"@oclif/core@^4", "@oclif/core@^4.0.
|
1568
|
+
"@oclif/core@^4", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19":
|
1569
1569
|
version "4.0.19"
|
1570
1570
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.19.tgz#e52ba83c3eaa75c580c567067ed86b5bd4cadbe6"
|
1571
1571
|
integrity sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==
|
@@ -1735,14 +1735,14 @@
|
|
1735
1735
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
1736
1736
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
1737
1737
|
|
1738
|
-
"@salesforce/sf-plugins-core@^11.3.
|
1739
|
-
version "11.3.
|
1740
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
1741
|
-
integrity sha512-
|
1738
|
+
"@salesforce/sf-plugins-core@^11.3.6":
|
1739
|
+
version "11.3.6"
|
1740
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.6.tgz#c59d0b3edd53b540c62631c6ef6f8f6a0a4b898f"
|
1741
|
+
integrity sha512-UeWD2/FQejKz7BwB+c/Z/KoTCZ6eWuNlf7EObxdmPZgv1vGhL+jc5s/WETtCh9GrDYY8fJ9hycs2gTwy8rT2Dg==
|
1742
1742
|
dependencies:
|
1743
1743
|
"@inquirer/confirm" "^3.1.22"
|
1744
1744
|
"@inquirer/password" "^2.1.22"
|
1745
|
-
"@oclif/core" "^4.0.
|
1745
|
+
"@oclif/core" "^4.0.19"
|
1746
1746
|
"@salesforce/core" "^8.4.0"
|
1747
1747
|
"@salesforce/kit" "^3.2.1"
|
1748
1748
|
"@salesforce/ts-types" "^2.0.12"
|
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": "3.5.
|
4
|
+
"version": "3.5.6",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"@oclif/core": "^4.0.19",
|
11
11
|
"@salesforce/core": "^8.5.1",
|
12
12
|
"@salesforce/kit": "^3.2.2",
|
13
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
13
|
+
"@salesforce/sf-plugins-core": "^11.3.6",
|
14
14
|
"@salesforce/source-deploy-retrieve": "^12.6.0",
|
15
15
|
"@salesforce/source-tracking": "^7.1.10",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|