@jayree/sfdx-plugin-manifest 3.3.10 → 3.3.11
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.3.11](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.10...3.3.11) (2024-06-29)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @oclif/core from 4.0.6 to 4.0.7 ([#1373](https://github.com/jayree/sfdx-plugin-manifest/issues/1373)) ([cdce3de](https://github.com/jayree/sfdx-plugin-manifest/commit/cdce3de43f6136fb78599b036e26ab996905f438))
|
7
|
+
|
8
|
+
|
9
|
+
|
1
10
|
## [3.3.10](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.9...3.3.10) (2024-06-29)
|
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.11/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.11/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.11/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.11",
|
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.11",
|
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.7",
|
14
14
|
"@salesforce/core": "^8.0.3",
|
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.7",
|
3067
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.7.tgz",
|
3068
|
+
"integrity": "sha512-sU4Dx+RXCWAkrMw8tQFYAL6VfcHYKLPxVC9iKfgTXr4aDhcCssDwrbgpx0Di1dnNxvQlDGUhuCEInZuIY/nNfw==",
|
3069
3069
|
"license": "MIT",
|
3070
3070
|
"dependencies": {
|
3071
3071
|
"ansi-escapes": "^4.3.2",
|
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":
|
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.7":
|
1436
|
+
version "4.0.7"
|
1437
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.7.tgz#e624fa6e91ddcd84ebd0aa9e6efbe17b94f2dd1f"
|
1438
|
+
integrity sha512-sU4Dx+RXCWAkrMw8tQFYAL6VfcHYKLPxVC9iKfgTXr4aDhcCssDwrbgpx0Di1dnNxvQlDGUhuCEInZuIY/nNfw==
|
1439
1439
|
dependencies:
|
1440
1440
|
ansi-escapes "^4.3.2"
|
1441
1441
|
ansis "^3.1.1"
|
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.11",
|
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.7",
|
11
11
|
"@salesforce/core": "^8.0.3",
|
12
12
|
"@salesforce/kit": "^3.1.6",
|
13
13
|
"@salesforce/sf-plugins-core": "^11.1.2",
|