@jayree/sfdx-plugin-manifest 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/README.md +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
## [3.1.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.0...v3.1.1) (2023-05-26)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @jayree/changelog from 1.1.1 to 1.1.2 ([#722](https://github.com/jayree/sfdx-plugin-manifest/issues/722)) ([458dcae](https://github.com/jayree/sfdx-plugin-manifest/commit/458dcaef6d13267f57fdd8dbb6a9e683f02a8b51))
|
7
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 8.5.3 to 8.6.0 ([#723](https://github.com/jayree/sfdx-plugin-manifest/issues/723)) ([0e551a5](https://github.com/jayree/sfdx-plugin-manifest/commit/0e551a53e0a56de100a6ee2cc00a922431a2faa7))
|
8
|
+
|
1
9
|
# [3.1.0](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.19...v3.1.0) (2023-05-23)
|
2
10
|
|
3
11
|
|
package/README.md
CHANGED
@@ -47,7 +47,7 @@ EXAMPLES
|
|
47
47
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
48
48
|
```
|
49
49
|
|
50
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
50
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.1/src/commands/jayree/manifest/cleanup.ts)_
|
51
51
|
|
52
52
|
### `sfdx jayree:manifest:generate`
|
53
53
|
|
@@ -83,7 +83,7 @@ EXAMPLES
|
|
83
83
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
84
84
|
```
|
85
85
|
|
86
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
86
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.1/src/commands/jayree/manifest/generate.ts)_
|
87
87
|
|
88
88
|
### `sfdx jayree:manifest:git:diff`
|
89
89
|
|
@@ -165,5 +165,5 @@ FLAG DESCRIPTIONS
|
|
165
165
|
The location can be an absolute path or relative to the current working directory.
|
166
166
|
```
|
167
167
|
|
168
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
168
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.1/src/commands/jayree/manifest/git/diff.ts)_
|
169
169
|
<!-- commandsstop -->
|
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 Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
|
4
|
-
"version": "3.1.
|
4
|
+
"version": "3.1.1",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
8
8
|
"dependencies": {
|
9
|
-
"@jayree/changelog": "^1.1.
|
9
|
+
"@jayree/changelog": "^1.1.2",
|
10
10
|
"@salesforce/sf-plugins-core": "^3.0.1",
|
11
|
-
"@salesforce/source-deploy-retrieve": "^8.
|
11
|
+
"@salesforce/source-deploy-retrieve": "^8.6.0",
|
12
12
|
"debug": "^4.3.4",
|
13
13
|
"fast-deep-equal": "^3.1.3",
|
14
14
|
"fast-xml-parser": "^4.2.2",
|