@jayree/sfdx-plugin-manifest 3.5.10 → 3.5.11
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 -17
- package/oclif.lock +10 -15
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [3.5.11](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.10...3.5.11) (2024-09-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 4.0.19 to 4.0.21 ([#1476](https://github.com/jayree/sfdx-plugin-manifest/issues/1476)) ([9a62436](https://github.com/jayree/sfdx-plugin-manifest/commit/9a6243630b41def82d5e046073a67de4f43f63cf))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [3.5.10](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.9...3.5.10) (2024-09-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.5.
|
|
63
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.11/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.5.
|
|
101
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.11/src/commands/jayree/manifest/generate.ts)_
|
|
102
102
|
|
|
103
103
|
### `sf jayree manifest git diff REF1 [REF2]`
|
|
104
104
|
|
|
@@ -181,5 +181,5 @@ 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.5.
|
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.11/src/commands/jayree/manifest/git/diff.ts)_
|
|
185
185
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.11",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "3.5.
|
|
9
|
+
"version": "3.5.11",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.4",
|
|
13
|
-
"@oclif/core": "^4.0.
|
|
13
|
+
"@oclif/core": "^4.0.21",
|
|
14
14
|
"@salesforce/core": "^8.5.3",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.7",
|
|
@@ -3008,16 +3008,16 @@
|
|
|
3008
3008
|
}
|
|
3009
3009
|
},
|
|
3010
3010
|
"node_modules/@oclif/core": {
|
|
3011
|
-
"version": "4.0.
|
|
3012
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
3013
|
-
"integrity": "sha512-
|
|
3011
|
+
"version": "4.0.21",
|
|
3012
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.21.tgz",
|
|
3013
|
+
"integrity": "sha512-SvLTSclf104IVX8BY7nWqess1pBmeNl9qRFTWjOXg7B1/ESemfEtZYBDRAXAp1ILvazDng5IF/7YSbTxDVbwNg==",
|
|
3014
3014
|
"license": "MIT",
|
|
3015
3015
|
"dependencies": {
|
|
3016
3016
|
"ansi-escapes": "^4.3.2",
|
|
3017
3017
|
"ansis": "^3.3.2",
|
|
3018
3018
|
"clean-stack": "^3.0.1",
|
|
3019
3019
|
"cli-spinners": "^2.9.2",
|
|
3020
|
-
"debug": "^4.3.
|
|
3020
|
+
"debug": "^4.3.7",
|
|
3021
3021
|
"ejs": "^3.1.10",
|
|
3022
3022
|
"get-package-type": "^0.1.0",
|
|
3023
3023
|
"globby": "^11.1.0",
|
|
@@ -6809,12 +6809,12 @@
|
|
|
6809
6809
|
}
|
|
6810
6810
|
},
|
|
6811
6811
|
"node_modules/debug": {
|
|
6812
|
-
"version": "4.3.
|
|
6813
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.
|
|
6814
|
-
"integrity": "sha512-
|
|
6812
|
+
"version": "4.3.7",
|
|
6813
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
6814
|
+
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
6815
6815
|
"license": "MIT",
|
|
6816
6816
|
"dependencies": {
|
|
6817
|
-
"ms": "2.1.
|
|
6817
|
+
"ms": "^2.1.3"
|
|
6818
6818
|
},
|
|
6819
6819
|
"engines": {
|
|
6820
6820
|
"node": ">=6.0"
|
|
@@ -6825,12 +6825,6 @@
|
|
|
6825
6825
|
}
|
|
6826
6826
|
}
|
|
6827
6827
|
},
|
|
6828
|
-
"node_modules/debug/node_modules/ms": {
|
|
6829
|
-
"version": "2.1.2",
|
|
6830
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
6831
|
-
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
|
|
6832
|
-
"license": "MIT"
|
|
6833
|
-
},
|
|
6834
6828
|
"node_modules/decamelize": {
|
|
6835
6829
|
"version": "1.2.0",
|
|
6836
6830
|
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1330,16 +1330,16 @@
|
|
|
1330
1330
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1331
1331
|
fastq "^1.6.0"
|
|
1332
1332
|
|
|
1333
|
-
"@oclif/core@^4", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19":
|
|
1334
|
-
version "4.0.
|
|
1335
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
|
1336
|
-
integrity sha512-
|
|
1333
|
+
"@oclif/core@^4", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.21":
|
|
1334
|
+
version "4.0.21"
|
|
1335
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.21.tgz#fda25b950572ae7762248a808f141e3e32fb2a57"
|
|
1336
|
+
integrity sha512-SvLTSclf104IVX8BY7nWqess1pBmeNl9qRFTWjOXg7B1/ESemfEtZYBDRAXAp1ILvazDng5IF/7YSbTxDVbwNg==
|
|
1337
1337
|
dependencies:
|
|
1338
1338
|
ansi-escapes "^4.3.2"
|
|
1339
1339
|
ansis "^3.3.2"
|
|
1340
1340
|
clean-stack "^3.0.1"
|
|
1341
1341
|
cli-spinners "^2.9.2"
|
|
1342
|
-
debug "^4.3.
|
|
1342
|
+
debug "^4.3.7"
|
|
1343
1343
|
ejs "^3.1.10"
|
|
1344
1344
|
get-package-type "^0.1.0"
|
|
1345
1345
|
globby "^11.1.0"
|
|
@@ -3519,12 +3519,12 @@ dateformat@^4.6.3:
|
|
|
3519
3519
|
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
|
|
3520
3520
|
integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
|
|
3521
3521
|
|
|
3522
|
-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6:
|
|
3523
|
-
version "4.3.
|
|
3524
|
-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.
|
|
3525
|
-
integrity sha512-
|
|
3522
|
+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.3.7:
|
|
3523
|
+
version "4.3.7"
|
|
3524
|
+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
|
|
3525
|
+
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
|
|
3526
3526
|
dependencies:
|
|
3527
|
-
ms "2.1.
|
|
3527
|
+
ms "^2.1.3"
|
|
3528
3528
|
|
|
3529
3529
|
debug@^3.2.7:
|
|
3530
3530
|
version "3.2.7"
|
|
@@ -6170,11 +6170,6 @@ mri@^1.2.0:
|
|
|
6170
6170
|
resolved "https://registry.yarnpkg.com/mri/-/mri-1.2.0.tgz#6721480fec2a11a4889861115a48b6cbe7cc8f0b"
|
|
6171
6171
|
integrity sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==
|
|
6172
6172
|
|
|
6173
|
-
ms@2.1.2:
|
|
6174
|
-
version "2.1.2"
|
|
6175
|
-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
|
6176
|
-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
|
6177
|
-
|
|
6178
6173
|
ms@^2.1.1, ms@^2.1.3:
|
|
6179
6174
|
version "2.1.3"
|
|
6180
6175
|
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.5.
|
|
4
|
+
"version": "3.5.11",
|
|
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
|
-
"@oclif/core": "^4.0.
|
|
10
|
+
"@oclif/core": "^4.0.21",
|
|
11
11
|
"@salesforce/core": "^8.5.3",
|
|
12
12
|
"@salesforce/kit": "^3.2.2",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.7",
|