@jayree/sfdx-plugin-manifest 2.8.2 → 2.8.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +17 -0
- package/README.md +6 -7
- package/oclif.manifest.json +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1
|
+
## [2.8.4](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.8.3...v2.8.4) (2023-02-18)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/kit from 1.8.4 to 1.8.5 ([#569](https://github.com/jayree/sfdx-plugin-manifest/issues/569)) ([dd0d368](https://github.com/jayree/sfdx-plugin-manifest/commit/dd0d36800bff09ebea16ae8935ca80fdc7a152af))
|
7
|
+
|
8
|
+
## [2.8.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.8.2...v2.8.3) (2023-02-17)
|
9
|
+
|
10
|
+
|
11
|
+
### Bug Fixes
|
12
|
+
|
13
|
+
* **deps:** bump @oclif/core from 2.0.11 to 2.1.5 ([#572](https://github.com/jayree/sfdx-plugin-manifest/issues/572)) ([d3a1146](https://github.com/jayree/sfdx-plugin-manifest/commit/d3a11463f1fff17ff23e21c2ca1c1592e123a1c4))
|
14
|
+
* **deps:** bump @salesforce/sf-plugins-core from 2.1.0 to 2.1.2 ([#573](https://github.com/jayree/sfdx-plugin-manifest/issues/573)) ([68ccf64](https://github.com/jayree/sfdx-plugin-manifest/commit/68ccf64e1e6a5c6b5b1707a3ecd21c821f9a0515))
|
15
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 7.9.1 to 7.9.3 ([#582](https://github.com/jayree/sfdx-plugin-manifest/issues/582)) ([803d125](https://github.com/jayree/sfdx-plugin-manifest/commit/803d12565f28d7938e54f157b40826cacf1ac42f))
|
16
|
+
* **deps:** bump fast-xml-parser from 4.1.1 to 4.1.2 ([#574](https://github.com/jayree/sfdx-plugin-manifest/issues/574)) ([206f49b](https://github.com/jayree/sfdx-plugin-manifest/commit/206f49b3e5358aff6507400646578b1a951d4fe4))
|
17
|
+
|
1
18
|
## [2.8.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.8.1...v2.8.2) (2023-02-10)
|
2
19
|
|
3
20
|
|
package/README.md
CHANGED
@@ -28,7 +28,7 @@ Create a project manifest and destructiveChanges manifest that lists the metadat
|
|
28
28
|
|
29
29
|
```
|
30
30
|
USAGE
|
31
|
-
$ sfdx jayree:manifest:beta:git:diff
|
31
|
+
$ sfdx jayree:manifest:beta:git:diff REF1 [REF2] [--json] [--api-version <value>] [-d <value>] [--output-dir <value>]
|
32
32
|
[--destructive-changes-only]
|
33
33
|
|
34
34
|
ARGUMENTS
|
@@ -99,7 +99,7 @@ FLAG DESCRIPTIONS
|
|
99
99
|
The location can be an absolute path or relative to the current working directory.
|
100
100
|
```
|
101
101
|
|
102
|
-
_See code: [src/commands/jayree/manifest/beta/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.
|
102
|
+
_See code: [src/commands/jayree/manifest/beta/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.4/src/commands/jayree/manifest/beta/git/diff.ts)_
|
103
103
|
|
104
104
|
### `sfdx jayree:manifest:cleanup`
|
105
105
|
|
@@ -127,7 +127,7 @@ EXAMPLES
|
|
127
127
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
128
128
|
```
|
129
129
|
|
130
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.
|
130
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.4/src/commands/jayree/manifest/cleanup.ts)_
|
131
131
|
|
132
132
|
### `sfdx jayree:manifest:generate`
|
133
133
|
|
@@ -163,7 +163,7 @@ EXAMPLES
|
|
163
163
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
164
164
|
```
|
165
165
|
|
166
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.
|
166
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.4/src/commands/jayree/manifest/generate.ts)_
|
167
167
|
|
168
168
|
### `sfdx jayree:manifest:git:diff`
|
169
169
|
|
@@ -171,8 +171,7 @@ Create a project manifest and destructiveChanges manifest that lists the metadat
|
|
171
171
|
|
172
172
|
```
|
173
173
|
USAGE
|
174
|
-
$ sfdx jayree:manifest:git:diff
|
175
|
-
[--destructive-changes-only]
|
174
|
+
$ sfdx jayree:manifest:git:diff REF1 [REF2] [--json] [-d <value>] [--output-dir <value>] [--destructive-changes-only]
|
176
175
|
|
177
176
|
ARGUMENTS
|
178
177
|
REF1 Base commit or branch.
|
@@ -241,5 +240,5 @@ FLAG DESCRIPTIONS
|
|
241
240
|
The location can be an absolute path or relative to the current working directory.
|
242
241
|
```
|
243
242
|
|
244
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.
|
243
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.4/src/commands/jayree/manifest/git/diff.ts)_
|
245
244
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,19 +1,19 @@
|
|
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": "2.8.
|
4
|
+
"version": "2.8.4",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
8
8
|
"dependencies": {
|
9
|
-
"@oclif/core": "^2.
|
10
|
-
"@salesforce/kit": "^1.8.
|
11
|
-
"@salesforce/sf-plugins-core": "^2.1.
|
12
|
-
"@salesforce/source-deploy-retrieve": "^7.9.
|
9
|
+
"@oclif/core": "^2.1.5",
|
10
|
+
"@salesforce/kit": "^1.8.5",
|
11
|
+
"@salesforce/sf-plugins-core": "^2.1.2",
|
12
|
+
"@salesforce/source-deploy-retrieve": "^7.9.3",
|
13
13
|
"@salesforce/ts-types": "^1.7.3",
|
14
14
|
"debug": "^4.3.4",
|
15
15
|
"fast-deep-equal": "^3.1.3",
|
16
|
-
"fast-xml-parser": "^4.1.
|
16
|
+
"fast-xml-parser": "^4.1.2",
|
17
17
|
"fs-extra": "^11.1.0",
|
18
18
|
"graceful-fs": "^4.2.10",
|
19
19
|
"isomorphic-git": "^1.21.0",
|
@@ -24,14 +24,14 @@
|
|
24
24
|
"tslib": "^2.5.0"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@commitlint/cli": "^17.4.
|
28
|
-
"@commitlint/config-conventional": "^17.4.
|
29
|
-
"@oclif/plugin-command-snapshot": "^3.3.
|
27
|
+
"@commitlint/cli": "^17.4.3",
|
28
|
+
"@commitlint/config-conventional": "^17.4.3",
|
29
|
+
"@oclif/plugin-command-snapshot": "^3.3.5",
|
30
30
|
"@oclif/plugin-help": "^5.2.4",
|
31
31
|
"@salesforce/dev-config": "^3.1.0",
|
32
32
|
"@salesforce/dev-scripts": "^3.1.1",
|
33
33
|
"@salesforce/prettier-config": "^0.0.2",
|
34
|
-
"@salesforce/ts-sinon": "^1.4.
|
34
|
+
"@salesforce/ts-sinon": "^1.4.6",
|
35
35
|
"@types/chai": "^4.3.4",
|
36
36
|
"@types/debug": "^4.1.7",
|
37
37
|
"@types/fs-extra": "^11.0.1",
|
@@ -41,24 +41,24 @@
|
|
41
41
|
"@types/node": "^18.13.0",
|
42
42
|
"@types/semver": "^7.3.13",
|
43
43
|
"@types/sinon": "10.0.13",
|
44
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
45
|
-
"@typescript-eslint/parser": "^5.
|
44
|
+
"@typescript-eslint/eslint-plugin": "^5.52.0",
|
45
|
+
"@typescript-eslint/parser": "^5.52.0",
|
46
46
|
"chai": "^4.3.7",
|
47
|
-
"eslint": "^8.
|
47
|
+
"eslint": "^8.34.0",
|
48
48
|
"eslint-config-oclif": "^4.0",
|
49
49
|
"eslint-config-prettier": "^8.6.0",
|
50
50
|
"eslint-config-salesforce": "^1.1.1",
|
51
51
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
52
52
|
"eslint-plugin-header": "^3.1.1",
|
53
53
|
"eslint-plugin-import": "2.27.5",
|
54
|
-
"eslint-plugin-jsdoc": "^39.
|
54
|
+
"eslint-plugin-jsdoc": "^39.9.1",
|
55
55
|
"eslint-plugin-prettier": "^4.2.1",
|
56
56
|
"eslint-plugin-sf-plugin": "^1.8.1",
|
57
57
|
"husky": "^8.0.3",
|
58
58
|
"is-ci": "^3.0.1",
|
59
59
|
"mocha": "^10.2.0",
|
60
60
|
"nyc": "^15.1.0",
|
61
|
-
"oclif": "^3.6.
|
61
|
+
"oclif": "^3.6.5",
|
62
62
|
"patch-package": "^6.5.1",
|
63
63
|
"pinst": "^3.0.0",
|
64
64
|
"prettier": "^2.8.4",
|