@jayree/sfdx-plugin-manifest 3.3.14 → 3.3.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 +7 -7
- package/oclif.lock +5 -5
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [3.3.15](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.14...3.3.15) (2024-07-06)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @oclif/core from 4.0.7 to 4.0.8 ([#1375](https://github.com/jayree/sfdx-plugin-manifest/issues/1375)) ([48efac3](https://github.com/jayree/sfdx-plugin-manifest/commit/48efac33257ae8e0d2b52f667573c91fd726657b))
|
7
|
+
|
8
|
+
|
9
|
+
|
1
10
|
## [3.3.14](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.13...3.3.14) (2024-07-06)
|
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.3.
|
63
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.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.3.
|
101
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.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.3.
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.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.3.
|
3
|
+
"version": "3.3.15",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.3.
|
9
|
+
"version": "3.3.15",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.1",
|
13
|
-
"@oclif/core": "^4.0.
|
13
|
+
"@oclif/core": "^4.0.8",
|
14
14
|
"@salesforce/core": "^8.1.1",
|
15
15
|
"@salesforce/kit": "^3.1.6",
|
16
16
|
"@salesforce/sf-plugins-core": "^11.1.2",
|
@@ -3063,9 +3063,9 @@
|
|
3063
3063
|
}
|
3064
3064
|
},
|
3065
3065
|
"node_modules/@oclif/core": {
|
3066
|
-
"version": "4.0.
|
3067
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
3068
|
-
"integrity": "sha512-
|
3066
|
+
"version": "4.0.8",
|
3067
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.8.tgz",
|
3068
|
+
"integrity": "sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==",
|
3069
3069
|
"license": "MIT",
|
3070
3070
|
"dependencies": {
|
3071
3071
|
"ansi-escapes": "^4.3.2",
|
@@ -3079,7 +3079,7 @@
|
|
3079
3079
|
"indent-string": "^4.0.0",
|
3080
3080
|
"is-wsl": "^2.2.0",
|
3081
3081
|
"lilconfig": "^3.1.2",
|
3082
|
-
"minimatch": "^9.0.
|
3082
|
+
"minimatch": "^9.0.5",
|
3083
3083
|
"string-width": "^4.2.3",
|
3084
3084
|
"supports-color": "^8",
|
3085
3085
|
"widest-line": "^3.1.0",
|
package/oclif.lock
CHANGED
@@ -1432,10 +1432,10 @@
|
|
1432
1432
|
wordwrap "^1.0.0"
|
1433
1433
|
wrap-ansi "^7.0.0"
|
1434
1434
|
|
1435
|
-
"@oclif/core@^4", "@oclif/core@^4.0.6", "@oclif/core@^4.0.
|
1436
|
-
version "4.0.
|
1437
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
1438
|
-
integrity sha512-
|
1435
|
+
"@oclif/core@^4", "@oclif/core@^4.0.6", "@oclif/core@^4.0.8":
|
1436
|
+
version "4.0.8"
|
1437
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.8.tgz#667caa6481682e34594a4df6faeb3137879652d8"
|
1438
|
+
integrity sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==
|
1439
1439
|
dependencies:
|
1440
1440
|
ansi-escapes "^4.3.2"
|
1441
1441
|
ansis "^3.1.1"
|
@@ -1448,7 +1448,7 @@
|
|
1448
1448
|
indent-string "^4.0.0"
|
1449
1449
|
is-wsl "^2.2.0"
|
1450
1450
|
lilconfig "^3.1.2"
|
1451
|
-
minimatch "^9.0.
|
1451
|
+
minimatch "^9.0.5"
|
1452
1452
|
string-width "^4.2.3"
|
1453
1453
|
supports-color "^8"
|
1454
1454
|
widest-line "^3.1.0"
|
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.3.
|
4
|
+
"version": "3.3.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.1",
|
10
|
-
"@oclif/core": "^4.0.
|
10
|
+
"@oclif/core": "^4.0.8",
|
11
11
|
"@salesforce/core": "^8.1.1",
|
12
12
|
"@salesforce/kit": "^3.1.6",
|
13
13
|
"@salesforce/sf-plugins-core": "^11.1.2",
|