@jayree/sfdx-plugin-manifest 3.4.14 → 3.4.15
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 +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,12 @@
|
|
1
|
+
## [3.4.15](https://github.com/jayree/sfdx-plugin-manifest/compare/3.4.14...3.4.15) (2024-08-24)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @oclif/core from 4.0.18 to 4.0.19 ([#1454](https://github.com/jayree/sfdx-plugin-manifest/issues/1454)) ([f7ac75f](https://github.com/jayree/sfdx-plugin-manifest/commit/f7ac75f43462131567ea0829dbff550a6a45a425))
|
7
|
+
|
8
|
+
|
9
|
+
|
1
10
|
## [3.4.14](https://github.com/jayree/sfdx-plugin-manifest/compare/3.4.13...3.4.14) (2024-08-24)
|
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.4.
|
63
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.4.15/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.4.
|
101
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.4.15/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.4.
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.4.15/src/commands/jayree/manifest/git/diff.ts)_
|
185
185
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.4.
|
3
|
+
"version": "3.4.15",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.4.
|
9
|
+
"version": "3.4.15",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.2",
|
13
|
-
"@oclif/core": "^4.0.
|
13
|
+
"@oclif/core": "^4.0.19",
|
14
14
|
"@salesforce/core": "^8.4.0",
|
15
15
|
"@salesforce/kit": "^3.2.1",
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.4",
|
@@ -3602,9 +3602,9 @@
|
|
3602
3602
|
}
|
3603
3603
|
},
|
3604
3604
|
"node_modules/@oclif/core": {
|
3605
|
-
"version": "4.0.
|
3606
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
3607
|
-
"integrity": "sha512-
|
3605
|
+
"version": "4.0.19",
|
3606
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.19.tgz",
|
3607
|
+
"integrity": "sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==",
|
3608
3608
|
"license": "MIT",
|
3609
3609
|
"dependencies": {
|
3610
3610
|
"ansi-escapes": "^4.3.2",
|
package/oclif.lock
CHANGED
@@ -1565,10 +1565,10 @@
|
|
1565
1565
|
"@nodelib/fs.scandir" "2.1.5"
|
1566
1566
|
fastq "^1.6.0"
|
1567
1567
|
|
1568
|
-
"@oclif/core@^4", "@oclif/core@^4.0.17", "@oclif/core@^4.0.
|
1569
|
-
version "4.0.
|
1570
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
1571
|
-
integrity sha512-
|
1568
|
+
"@oclif/core@^4", "@oclif/core@^4.0.17", "@oclif/core@^4.0.19":
|
1569
|
+
version "4.0.19"
|
1570
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.19.tgz#e52ba83c3eaa75c580c567067ed86b5bd4cadbe6"
|
1571
|
+
integrity sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==
|
1572
1572
|
dependencies:
|
1573
1573
|
ansi-escapes "^4.3.2"
|
1574
1574
|
ansis "^3.3.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
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.4.
|
4
|
+
"version": "3.4.15",
|
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.2",
|
10
|
-
"@oclif/core": "^4.0.
|
10
|
+
"@oclif/core": "^4.0.19",
|
11
11
|
"@salesforce/core": "^8.4.0",
|
12
12
|
"@salesforce/kit": "^3.2.1",
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.4",
|