@jayree/sfdx-plugin-manifest 2.8.1 → 2.8.2
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 +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
## [2.8.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.8.1...v2.8.2) (2023-02-10)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/sf-plugins-core from 2.0.1 to 2.1.0 ([#568](https://github.com/jayree/sfdx-plugin-manifest/issues/568)) ([298d77e](https://github.com/jayree/sfdx-plugin-manifest/commit/298d77ed3855a07632404c7449c65bbabe0dc2ff))
|
7
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 7.8.0 to 7.9.1 ([#563](https://github.com/jayree/sfdx-plugin-manifest/issues/563)) ([594e05f](https://github.com/jayree/sfdx-plugin-manifest/commit/594e05f45683c7880ab4580ef3f5874139d719a4))
|
8
|
+
|
1
9
|
## [2.8.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.8.0...v2.8.1) (2023-02-03)
|
2
10
|
|
3
11
|
|
package/README.md
CHANGED
@@ -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.2/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.2/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.2/src/commands/jayree/manifest/generate.ts)_
|
167
167
|
|
168
168
|
### `sfdx jayree:manifest:git:diff`
|
169
169
|
|
@@ -241,5 +241,5 @@ FLAG DESCRIPTIONS
|
|
241
241
|
The location can be an absolute path or relative to the current working directory.
|
242
242
|
```
|
243
243
|
|
244
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.
|
244
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.2/src/commands/jayree/manifest/git/diff.ts)_
|
245
245
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
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.2",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
8
8
|
"dependencies": {
|
9
9
|
"@oclif/core": "^2.0.8",
|
10
10
|
"@salesforce/kit": "^1.8.4",
|
11
|
-
"@salesforce/sf-plugins-core": "^2.0
|
12
|
-
"@salesforce/source-deploy-retrieve": "^7.
|
11
|
+
"@salesforce/sf-plugins-core": "^2.1.0",
|
12
|
+
"@salesforce/source-deploy-retrieve": "^7.9.1",
|
13
13
|
"@salesforce/ts-types": "^1.7.3",
|
14
14
|
"debug": "^4.3.4",
|
15
15
|
"fast-deep-equal": "^3.1.3",
|
@@ -26,8 +26,8 @@
|
|
26
26
|
"devDependencies": {
|
27
27
|
"@commitlint/cli": "^17.4.2",
|
28
28
|
"@commitlint/config-conventional": "^17.4.2",
|
29
|
-
"@oclif/plugin-command-snapshot": "^3.3.
|
30
|
-
"@oclif/plugin-help": "^5.2.
|
29
|
+
"@oclif/plugin-command-snapshot": "^3.3.3",
|
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",
|
@@ -38,11 +38,11 @@
|
|
38
38
|
"@types/marked": "^4.0.8",
|
39
39
|
"@types/marked-terminal": "^3.1.3",
|
40
40
|
"@types/mocha": "^10.0.1",
|
41
|
-
"@types/node": "^18.
|
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.51.0",
|
45
|
+
"@typescript-eslint/parser": "^5.51.0",
|
46
46
|
"chai": "^4.3.7",
|
47
47
|
"eslint": "^8.33.0",
|
48
48
|
"eslint-config-oclif": "^4.0",
|
@@ -51,17 +51,17 @@
|
|
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.8.0",
|
55
55
|
"eslint-plugin-prettier": "^4.2.1",
|
56
|
-
"eslint-plugin-sf-plugin": "^1.8.
|
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.3",
|
62
62
|
"patch-package": "^6.5.1",
|
63
63
|
"pinst": "^3.0.0",
|
64
|
-
"prettier": "^2.8.
|
64
|
+
"prettier": "^2.8.4",
|
65
65
|
"pretty-quick": "^3.1.3",
|
66
66
|
"shx": "^0.3.4",
|
67
67
|
"sinon": "15.0.1",
|