@jayree/sfdx-plugin-manifest 3.2.15 → 3.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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.2.16](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.15...3.2.16) (2024-05-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/core from 7.3.6 to 7.3.8 ([#1312](https://github.com/jayree/sfdx-plugin-manifest/issues/1312)) ([0cc788c](https://github.com/jayree/sfdx-plugin-manifest/commit/0cc788c9552d2ae8037dd174db61b6ac7bf5191a))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [3.2.15](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.14...3.2.15) (2024-05-18)
|
|
2
11
|
|
|
3
12
|
|
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ EXAMPLES
|
|
|
47
47
|
$ sf 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/3.2.
|
|
50
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.16/src/commands/jayree/manifest/cleanup.ts)_
|
|
51
51
|
|
|
52
52
|
### `sf jayree manifest generate`
|
|
53
53
|
|
|
@@ -85,7 +85,7 @@ EXAMPLES
|
|
|
85
85
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
86
86
|
```
|
|
87
87
|
|
|
88
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.
|
|
88
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.16/src/commands/jayree/manifest/generate.ts)_
|
|
89
89
|
|
|
90
90
|
### `sf jayree manifest git diff REF1 [REF2]`
|
|
91
91
|
|
|
@@ -168,5 +168,5 @@ FLAG DESCRIPTIONS
|
|
|
168
168
|
The location can be an absolute path or relative to the current working directory.
|
|
169
169
|
```
|
|
170
170
|
|
|
171
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.
|
|
171
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.16/src/commands/jayree/manifest/git/diff.ts)_
|
|
172
172
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.16",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "3.2.
|
|
9
|
+
"version": "3.2.16",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.1.12",
|
|
13
13
|
"@oclif/core": "^3.26.6",
|
|
14
|
-
"@salesforce/core": "^7.3.
|
|
14
|
+
"@salesforce/core": "^7.3.8",
|
|
15
15
|
"@salesforce/kit": "^3.1.1",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^9.0.10",
|
|
17
17
|
"@salesforce/source-deploy-retrieve": "^11.4.4",
|
|
@@ -4700,9 +4700,9 @@
|
|
|
4700
4700
|
}
|
|
4701
4701
|
},
|
|
4702
4702
|
"node_modules/@salesforce/core": {
|
|
4703
|
-
"version": "7.3.
|
|
4704
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
4705
|
-
"integrity": "sha512-
|
|
4703
|
+
"version": "7.3.8",
|
|
4704
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.8.tgz",
|
|
4705
|
+
"integrity": "sha512-VWhXHfjwjtC3pJWYp8wt5/fnNQ5tK61ovMG5eteXzVD2oFd7og1f6YjwuAzoYIZK7kYWWv7KJfGtCsPs7Zw+Ww==",
|
|
4706
4706
|
"license": "BSD-3-Clause",
|
|
4707
4707
|
"dependencies": {
|
|
4708
4708
|
"@jsforce/jsforce-node": "^3.2.0",
|
package/oclif.lock
CHANGED
|
@@ -1798,10 +1798,10 @@
|
|
|
1798
1798
|
strip-ansi "6.0.1"
|
|
1799
1799
|
ts-retry-promise "^0.8.0"
|
|
1800
1800
|
|
|
1801
|
-
"@salesforce/core@^7.3.1", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6":
|
|
1802
|
-
version "7.3.
|
|
1803
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
|
1804
|
-
integrity sha512-
|
|
1801
|
+
"@salesforce/core@^7.3.1", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6", "@salesforce/core@^7.3.8":
|
|
1802
|
+
version "7.3.8"
|
|
1803
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.8.tgz#8a646b5321f08c0fb4d22e2fa8b1d60b3a20df9b"
|
|
1804
|
+
integrity sha512-VWhXHfjwjtC3pJWYp8wt5/fnNQ5tK61ovMG5eteXzVD2oFd7og1f6YjwuAzoYIZK7kYWWv7KJfGtCsPs7Zw+Ww==
|
|
1805
1805
|
dependencies:
|
|
1806
1806
|
"@jsforce/jsforce-node" "^3.2.0"
|
|
1807
1807
|
"@salesforce/kit" "^3.1.1"
|
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.2.
|
|
4
|
+
"version": "3.2.16",
|
|
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.12",
|
|
10
10
|
"@oclif/core": "^3.26.6",
|
|
11
|
-
"@salesforce/core": "^7.3.
|
|
11
|
+
"@salesforce/core": "^7.3.8",
|
|
12
12
|
"@salesforce/kit": "^3.1.1",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^9.0.10",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "^11.4.4",
|