@jayree/sfdx-plugin-manifest 3.1.12 → 3.1.13
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/oclif.manifest.json +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [3.1.13](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.12...v3.1.13) (2023-07-14)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/sf-plugins-core from 3.1.4 to 3.1.7 ([#805](https://github.com/jayree/sfdx-plugin-manifest/issues/805)) ([65b69d7](https://github.com/jayree/sfdx-plugin-manifest/commit/65b69d7db139d0dbd722c4af81acb49f0fa8b291))
|
7
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 9.3.2 to 9.3.4 ([#808](https://github.com/jayree/sfdx-plugin-manifest/issues/808)) ([b8e73bd](https://github.com/jayree/sfdx-plugin-manifest/commit/b8e73bdcf32c38361b1d6b1cd41001ea60fa83be))
|
8
|
+
* **deps:** bump isomorphic-git from 1.24.2 to 1.24.3 ([#802](https://github.com/jayree/sfdx-plugin-manifest/issues/802)) ([a8db996](https://github.com/jayree/sfdx-plugin-manifest/commit/a8db9967f03c0f422d4d27797998b955542a1b35))
|
9
|
+
|
1
10
|
## [3.1.12](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.11...v3.1.12) (2023-07-11)
|
2
11
|
|
3
12
|
|
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.13/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.13/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.13/src/commands/jayree/manifest/git/diff.ts)_
|
169
169
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,54 +1,54 @@
|
|
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.13",
|
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.1.3",
|
10
|
-
"@salesforce/sf-plugins-core": "^3.1.
|
11
|
-
"@salesforce/source-deploy-retrieve": "^9.3.
|
10
|
+
"@salesforce/sf-plugins-core": "^3.1.7",
|
11
|
+
"@salesforce/source-deploy-retrieve": "^9.3.4",
|
12
12
|
"debug": "^4.3.4",
|
13
13
|
"fast-deep-equal": "^3.1.3",
|
14
14
|
"fast-xml-parser": "^4.2.5",
|
15
15
|
"fs-extra": "^11.1.1",
|
16
16
|
"graceful-fs": "^4.2.11",
|
17
|
-
"isomorphic-git": "1.24.
|
17
|
+
"isomorphic-git": "1.24.3",
|
18
18
|
"tslib": "^2.6.0"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
|
-
"@oclif/plugin-command-snapshot": "^4.0.
|
22
|
-
"@oclif/plugin-help": "^5.2.
|
23
|
-
"@salesforce/cli-plugins-testkit": "^4.2.
|
21
|
+
"@oclif/plugin-command-snapshot": "^4.0.8",
|
22
|
+
"@oclif/plugin-help": "^5.2.12",
|
23
|
+
"@salesforce/cli-plugins-testkit": "^4.2.5",
|
24
24
|
"@salesforce/dev-config": "^4.0.1",
|
25
25
|
"@salesforce/dev-scripts": "^5.4.2",
|
26
26
|
"@salesforce/prettier-config": "^0.0.3",
|
27
|
-
"@salesforce/ts-sinon": "^1.4.
|
27
|
+
"@salesforce/ts-sinon": "^1.4.11",
|
28
28
|
"@types/debug": "^4.1.8",
|
29
29
|
"@types/fs-extra": "^11.0.1",
|
30
30
|
"@types/graceful-fs": "^4.1.6",
|
31
31
|
"@types/inquirer": "^9.0.3",
|
32
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
33
|
-
"@typescript-eslint/parser": "^5.
|
32
|
+
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
33
|
+
"@typescript-eslint/parser": "^5.62.0",
|
34
34
|
"c8": "^8.0.0",
|
35
35
|
"chai": "^4.3.7",
|
36
36
|
"eslint": "^8.44.0",
|
37
37
|
"eslint-config-oclif": "^4.0",
|
38
38
|
"eslint-config-prettier": "^8.8.0",
|
39
|
-
"eslint-config-salesforce": "^2.0.
|
40
|
-
"eslint-config-salesforce-typescript": "^1.1.
|
39
|
+
"eslint-config-salesforce": "^2.0.2",
|
40
|
+
"eslint-config-salesforce-typescript": "^1.1.2",
|
41
41
|
"eslint-plugin-header": "^3.1.1",
|
42
42
|
"eslint-plugin-import": "2.27.5",
|
43
43
|
"eslint-plugin-jsdoc": "^46.4.3",
|
44
44
|
"eslint-plugin-prettier": "^4.2.1",
|
45
|
-
"eslint-plugin-sf-plugin": "^1.15.
|
45
|
+
"eslint-plugin-sf-plugin": "^1.15.13",
|
46
46
|
"husky": "^8.0.3",
|
47
47
|
"is-ci": "^3.0.1",
|
48
48
|
"mocha": "^10.2.0",
|
49
49
|
"nyc": "^15.1.0",
|
50
50
|
"oclif": "^3.9.1",
|
51
|
-
"patch-package": "^7.0.
|
51
|
+
"patch-package": "^7.0.2",
|
52
52
|
"prettier": "^2.8.8",
|
53
53
|
"pretty-quick": "^3.1.3",
|
54
54
|
"shx": "^0.3.4",
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"typedoc": "0.24.8",
|
58
58
|
"typedoc-plugin-missing-exports": "2.0.0",
|
59
59
|
"typescript": "^5.1.6",
|
60
|
-
"wireit": "^0.
|
60
|
+
"wireit": "^0.10.0"
|
61
61
|
},
|
62
62
|
"engines": {
|
63
63
|
"node": ">=16.0.0"
|