@jayree/sfdx-plugin-manifest 3.6.1 → 3.6.2
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 +11 -11
- package/oclif.lock +10 -10
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [3.6.2](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.1...3.6.2) (2024-11-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/core from 8.6.3 to 8.6.4 ([#1545](https://github.com/jayree/sfdx-plugin-manifest/issues/1545)) ([6cd437a](https://github.com/jayree/sfdx-plugin-manifest/commit/6cd437aaf72a2a83c93ee38ed9f919cb756f3116))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [3.6.1](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.0...3.6.1) (2024-11-02)
|
|
2
11
|
|
|
3
12
|
|
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ EXAMPLES
|
|
|
60
60
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
|
63
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.2/src/commands/jayree/manifest/cleanup.ts)_
|
|
64
64
|
|
|
65
65
|
### `sf jayree manifest generate`
|
|
66
66
|
|
|
@@ -98,7 +98,7 @@ EXAMPLES
|
|
|
98
98
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
99
99
|
```
|
|
100
100
|
|
|
101
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
|
101
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.2/src/commands/jayree/manifest/generate.ts)_
|
|
102
102
|
|
|
103
103
|
### `sf jayree manifest git diff REF1 [REF2]`
|
|
104
104
|
|
|
@@ -181,7 +181,7 @@ FLAG DESCRIPTIONS
|
|
|
181
181
|
The location can be an absolute path or relative to the current working directory.
|
|
182
182
|
```
|
|
183
183
|
|
|
184
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.2/src/commands/jayree/manifest/git/diff.ts)_
|
|
185
185
|
<!-- commandsstop -->
|
|
186
186
|
|
|
187
187
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "3.6.
|
|
9
|
+
"version": "3.6.2",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.4",
|
|
13
13
|
"@oclif/core": "^4.0.30",
|
|
14
|
-
"@salesforce/core": "^8.6.
|
|
14
|
+
"@salesforce/core": "^8.6.4",
|
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.0.9",
|
|
17
17
|
"@salesforce/source-deploy-retrieve": "^12.10.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"eslint-plugin-prettier": "^5.2.1",
|
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.10",
|
|
39
39
|
"is-ci": "^3.0.1",
|
|
40
|
-
"oclif": "^4.15.
|
|
40
|
+
"oclif": "^4.15.16",
|
|
41
41
|
"patch-package": "^8.0.0",
|
|
42
42
|
"prettier": "^3.3.3",
|
|
43
43
|
"pretty-quick": "^4.0.0",
|
|
@@ -3994,9 +3994,9 @@
|
|
|
3994
3994
|
}
|
|
3995
3995
|
},
|
|
3996
3996
|
"node_modules/@salesforce/core": {
|
|
3997
|
-
"version": "8.6.
|
|
3998
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.6.
|
|
3999
|
-
"integrity": "sha512-
|
|
3997
|
+
"version": "8.6.4",
|
|
3998
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.6.4.tgz",
|
|
3999
|
+
"integrity": "sha512-ubksHYBjjv1zfU8Xv3ylzCVftIftBrh682r6PNMzH/LgRcSo8+u4Tgib0d14d85kcIb2ElonV2wPpnbpS+2Aww==",
|
|
4000
4000
|
"license": "BSD-3-Clause",
|
|
4001
4001
|
"dependencies": {
|
|
4002
4002
|
"@jsforce/jsforce-node": "^3.6.1",
|
|
@@ -13231,9 +13231,9 @@
|
|
|
13231
13231
|
}
|
|
13232
13232
|
},
|
|
13233
13233
|
"node_modules/oclif": {
|
|
13234
|
-
"version": "4.15.
|
|
13235
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.15.
|
|
13236
|
-
"integrity": "sha512-
|
|
13234
|
+
"version": "4.15.16",
|
|
13235
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.15.16.tgz",
|
|
13236
|
+
"integrity": "sha512-y/xBQpFrYZihmEoCUwCzGM2aoKKWHMEcnEHrXrsrTOmDIcS8diwk7IoL8k72Ztp7kbD+GrAVhUXfsbo1jUZCaQ==",
|
|
13237
13237
|
"dev": true,
|
|
13238
13238
|
"license": "MIT",
|
|
13239
13239
|
"dependencies": {
|
|
@@ -13243,7 +13243,7 @@
|
|
|
13243
13243
|
"@inquirer/input": "^2.2.4",
|
|
13244
13244
|
"@inquirer/select": "^2.5.0",
|
|
13245
13245
|
"@oclif/core": "^4.0.30",
|
|
13246
|
-
"@oclif/plugin-help": "^6.2.
|
|
13246
|
+
"@oclif/plugin-help": "^6.2.16",
|
|
13247
13247
|
"@oclif/plugin-not-found": "^3.2.21",
|
|
13248
13248
|
"@oclif/plugin-warn-if-update-available": "^3.1.20",
|
|
13249
13249
|
"async-retry": "^1.3.3",
|
package/oclif.lock
CHANGED
|
@@ -1728,7 +1728,7 @@
|
|
|
1728
1728
|
semver "^7.6.3"
|
|
1729
1729
|
ts-json-schema-generator "^1.5.1"
|
|
1730
1730
|
|
|
1731
|
-
"@oclif/plugin-help@^6.2.
|
|
1731
|
+
"@oclif/plugin-help@^6.2.16":
|
|
1732
1732
|
version "6.2.16"
|
|
1733
1733
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.16.tgz#3cb6c068739bc934159dc430d4f8ca7f9effa22a"
|
|
1734
1734
|
integrity sha512-1x/Bm0LebDouDOfsjkOz+6AXqY6gIZ6JmmU/KuF/GnUmowDvj5i3MFlP9uBTiN8UsOUeT9cdLwnc1kmitHWFTg==
|
|
@@ -1820,10 +1820,10 @@
|
|
|
1820
1820
|
strip-ansi "6.0.1"
|
|
1821
1821
|
ts-retry-promise "^0.8.1"
|
|
1822
1822
|
|
|
1823
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.3":
|
|
1824
|
-
version "8.6.
|
|
1825
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.
|
|
1826
|
-
integrity sha512-
|
|
1823
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.3", "@salesforce/core@^8.6.4":
|
|
1824
|
+
version "8.6.4"
|
|
1825
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.4.tgz#39a8234c816ff644e11bcef9517411495ec6039a"
|
|
1826
|
+
integrity sha512-ubksHYBjjv1zfU8Xv3ylzCVftIftBrh682r6PNMzH/LgRcSo8+u4Tgib0d14d85kcIb2ElonV2wPpnbpS+2Aww==
|
|
1827
1827
|
dependencies:
|
|
1828
1828
|
"@jsforce/jsforce-node" "^3.6.1"
|
|
1829
1829
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -6985,10 +6985,10 @@ object.values@^1.1.7:
|
|
|
6985
6985
|
define-properties "^1.2.1"
|
|
6986
6986
|
es-object-atoms "^1.0.0"
|
|
6987
6987
|
|
|
6988
|
-
oclif@^4.15.
|
|
6989
|
-
version "4.15.
|
|
6990
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.15.
|
|
6991
|
-
integrity sha512-
|
|
6988
|
+
oclif@^4.15.16:
|
|
6989
|
+
version "4.15.16"
|
|
6990
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.15.16.tgz#02c9f8690eac3b625a40fabbf3e21312461207d1"
|
|
6991
|
+
integrity sha512-y/xBQpFrYZihmEoCUwCzGM2aoKKWHMEcnEHrXrsrTOmDIcS8diwk7IoL8k72Ztp7kbD+GrAVhUXfsbo1jUZCaQ==
|
|
6992
6992
|
dependencies:
|
|
6993
6993
|
"@aws-sdk/client-cloudfront" "^3.679.0"
|
|
6994
6994
|
"@aws-sdk/client-s3" "^3.676.0"
|
|
@@ -6996,7 +6996,7 @@ oclif@^4.15.15:
|
|
|
6996
6996
|
"@inquirer/input" "^2.2.4"
|
|
6997
6997
|
"@inquirer/select" "^2.5.0"
|
|
6998
6998
|
"@oclif/core" "^4.0.30"
|
|
6999
|
-
"@oclif/plugin-help" "^6.2.
|
|
6999
|
+
"@oclif/plugin-help" "^6.2.16"
|
|
7000
7000
|
"@oclif/plugin-not-found" "^3.2.21"
|
|
7001
7001
|
"@oclif/plugin-warn-if-update-available" "^3.1.20"
|
|
7002
7002
|
async-retry "^1.3.3"
|
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.6.
|
|
4
|
+
"version": "3.6.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
|
"@jayree/changelog": "^1.2.4",
|
|
10
10
|
"@oclif/core": "^4.0.30",
|
|
11
|
-
"@salesforce/core": "^8.6.
|
|
11
|
+
"@salesforce/core": "^8.6.4",
|
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.0.9",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "^12.10.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"eslint-plugin-prettier": "^5.2.1",
|
|
35
35
|
"eslint-plugin-sf-plugin": "^1.20.10",
|
|
36
36
|
"is-ci": "^3.0.1",
|
|
37
|
-
"oclif": "^4.15.
|
|
37
|
+
"oclif": "^4.15.16",
|
|
38
38
|
"patch-package": "^8.0.0",
|
|
39
39
|
"prettier": "^3.3.3",
|
|
40
40
|
"pretty-quick": "^4.0.0",
|