sfdx-jayree 4.8.97 → 4.8.98
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 +7 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +9 -9
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.8.98](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.97...v4.8.98) (2024-10-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.5.26 to 3.5.27 ([#1458](https://github.com/jayree/sfdx-jayree-plugin/issues/1458)) ([9d916aa](https://github.com/jayree/sfdx-jayree-plugin/commit/9d916aa9afb51584eb24bc4674aad4cd58d201b9))
|
|
7
|
+
|
|
1
8
|
## [4.8.97](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.96...v4.8.97) (2024-10-18)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ EXAMPLES
|
|
|
90
90
|
$ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.
|
|
93
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.27/src/commands/jayree/manifest/cleanup.ts)_
|
|
94
94
|
|
|
95
95
|
### `sfdx jayree manifest generate`
|
|
96
96
|
|
|
@@ -128,7 +128,7 @@ EXAMPLES
|
|
|
128
128
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
129
129
|
```
|
|
130
130
|
|
|
131
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.
|
|
131
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.27/src/commands/jayree/manifest/generate.ts)_
|
|
132
132
|
|
|
133
133
|
### `sfdx jayree manifest git diff REF1 [REF2]`
|
|
134
134
|
|
|
@@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
|
|
|
211
211
|
The location can be an absolute path or relative to the current working directory.
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.
|
|
214
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.27/src/commands/jayree/manifest/git/diff.ts)_
|
|
215
215
|
|
|
216
216
|
### `sfdx jayree org configure`
|
|
217
217
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.98",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sfdx-jayree",
|
|
9
|
-
"version": "4.8.
|
|
9
|
+
"version": "4.8.98",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/sfdx-plugin-manifest": "^3.5.
|
|
12
|
+
"@jayree/sfdx-plugin-manifest": "^3.5.27",
|
|
13
13
|
"@jayree/sfdx-plugin-org": "^1.2.77",
|
|
14
14
|
"@jayree/sfdx-plugin-prettier": "^1.3.86",
|
|
15
15
|
"@jayree/sfdx-plugin-source": "^1.3.81"
|
|
@@ -2994,21 +2994,21 @@
|
|
|
2994
2994
|
}
|
|
2995
2995
|
},
|
|
2996
2996
|
"node_modules/@jayree/sfdx-plugin-manifest": {
|
|
2997
|
-
"version": "3.5.
|
|
2998
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.5.
|
|
2999
|
-
"integrity": "sha512-
|
|
2997
|
+
"version": "3.5.27",
|
|
2998
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.5.27.tgz",
|
|
2999
|
+
"integrity": "sha512-ylWjGsGWVZvWW3ix15mWoqeMVn4XRIu24pOYZFo+ISRkHDfpzt+cBBkc0fbuwhhhu+J94mRnvrCcVGJeTOApkw==",
|
|
3000
3000
|
"license": "BSD-3-Clause",
|
|
3001
3001
|
"dependencies": {
|
|
3002
3002
|
"@jayree/changelog": "^1.2.4",
|
|
3003
|
-
"@oclif/core": "^4.0.
|
|
3003
|
+
"@oclif/core": "^4.0.28",
|
|
3004
3004
|
"@salesforce/core": "^8.6.2",
|
|
3005
|
-
"@salesforce/kit": "^3.2.
|
|
3005
|
+
"@salesforce/kit": "^3.2.3",
|
|
3006
3006
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
3007
3007
|
"@salesforce/source-deploy-retrieve": "^12.8.0",
|
|
3008
3008
|
"@salesforce/source-tracking": "^7.1.17",
|
|
3009
3009
|
"@salesforce/ts-types": "^2.0.12",
|
|
3010
3010
|
"fast-deep-equal": "^3.1.3",
|
|
3011
|
-
"fast-xml-parser": "^4.
|
|
3011
|
+
"fast-xml-parser": "^4.5.0",
|
|
3012
3012
|
"fs-extra": "^11.2.0",
|
|
3013
3013
|
"graceful-fs": "^4.2.11",
|
|
3014
3014
|
"isomorphic-git": "1.27.1"
|
package/oclif.lock
CHANGED
|
@@ -1425,21 +1425,21 @@
|
|
|
1425
1425
|
semver "^7.6.3"
|
|
1426
1426
|
semver-compare "^1.0.0"
|
|
1427
1427
|
|
|
1428
|
-
"@jayree/sfdx-plugin-manifest@^3.5.
|
|
1429
|
-
version "3.5.
|
|
1430
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.5.
|
|
1431
|
-
integrity sha512-
|
|
1428
|
+
"@jayree/sfdx-plugin-manifest@^3.5.27":
|
|
1429
|
+
version "3.5.27"
|
|
1430
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.5.27.tgz"
|
|
1431
|
+
integrity sha512-ylWjGsGWVZvWW3ix15mWoqeMVn4XRIu24pOYZFo+ISRkHDfpzt+cBBkc0fbuwhhhu+J94mRnvrCcVGJeTOApkw==
|
|
1432
1432
|
dependencies:
|
|
1433
1433
|
"@jayree/changelog" "^1.2.4"
|
|
1434
|
-
"@oclif/core" "^4.0.
|
|
1434
|
+
"@oclif/core" "^4.0.28"
|
|
1435
1435
|
"@salesforce/core" "^8.6.2"
|
|
1436
|
-
"@salesforce/kit" "^3.2.
|
|
1436
|
+
"@salesforce/kit" "^3.2.3"
|
|
1437
1437
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1438
1438
|
"@salesforce/source-deploy-retrieve" "^12.8.0"
|
|
1439
1439
|
"@salesforce/source-tracking" "^7.1.17"
|
|
1440
1440
|
"@salesforce/ts-types" "^2.0.12"
|
|
1441
1441
|
fast-deep-equal "^3.1.3"
|
|
1442
|
-
fast-xml-parser "^4.
|
|
1442
|
+
fast-xml-parser "^4.5.0"
|
|
1443
1443
|
fs-extra "^11.2.0"
|
|
1444
1444
|
graceful-fs "^4.2.11"
|
|
1445
1445
|
isomorphic-git "1.27.1"
|
|
@@ -4492,7 +4492,7 @@ fast-uri@^3.0.1:
|
|
|
4492
4492
|
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz"
|
|
4493
4493
|
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
|
|
4494
4494
|
|
|
4495
|
-
fast-xml-parser@^4.
|
|
4495
|
+
fast-xml-parser@^4.5.0:
|
|
4496
4496
|
version "4.5.0"
|
|
4497
4497
|
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz"
|
|
4498
4498
|
integrity sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
|
|
4
|
-
"version": "4.8.
|
|
4
|
+
"version": "4.8.98",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/sfdx-plugin-manifest": "^3.5.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^3.5.27",
|
|
10
10
|
"@jayree/sfdx-plugin-org": "^1.2.77",
|
|
11
11
|
"@jayree/sfdx-plugin-prettier": "^1.3.86",
|
|
12
12
|
"@jayree/sfdx-plugin-source": "^1.3.81"
|