sfdx-jayree 4.8.107 → 4.8.108
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 +9 -9
- package/npm-shrinkwrap.json +39 -39
- package/oclif.lock +43 -43
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [4.8.108](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.107...v4.8.108) (2024-12-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.6.14 to 3.6.16 ([#1501](https://github.com/jayree/sfdx-jayree-plugin/issues/1501)) ([a6e2df1](https://github.com/jayree/sfdx-jayree-plugin/commit/a6e2df1c2f76359954061521bd29a584799f437d))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.91 to 1.3.92 ([#1503](https://github.com/jayree/sfdx-jayree-plugin/issues/1503)) ([b40bdb6](https://github.com/jayree/sfdx-jayree-plugin/commit/b40bdb69236e87b4d3708ad6578858306e0e005c))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.87 to 1.3.88 ([#1506](https://github.com/jayree/sfdx-jayree-plugin/issues/1506)) ([3a15f3e](https://github.com/jayree/sfdx-jayree-plugin/commit/3a15f3ed9c61ead47cc6289197261469d68c1ddb))
|
|
9
|
+
|
|
1
10
|
## [4.8.107](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.106...v4.8.107) (2024-11-30)
|
|
2
11
|
|
|
3
12
|
|
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.6.
|
|
93
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.16/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.6.
|
|
131
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.16/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.6.
|
|
214
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.16/src/commands/jayree/manifest/git/diff.ts)_
|
|
215
215
|
|
|
216
216
|
### `sfdx jayree org configure`
|
|
217
217
|
|
|
@@ -369,7 +369,7 @@ ALIASES
|
|
|
369
369
|
$ sfdx jayree source snapshot compare
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
372
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.88/src/commands/jayree/project/compare/snapshot.ts)_
|
|
373
373
|
|
|
374
374
|
### `sfdx jayree project fix`
|
|
375
375
|
|
|
@@ -391,7 +391,7 @@ ALIASES
|
|
|
391
391
|
$ sfdx jayree source fix
|
|
392
392
|
```
|
|
393
393
|
|
|
394
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
394
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.88/src/commands/jayree/project/fix.ts)_
|
|
395
395
|
|
|
396
396
|
### `sfdx jayree project generate snapshot`
|
|
397
397
|
|
|
@@ -412,7 +412,7 @@ ALIASES
|
|
|
412
412
|
$ sfdx jayree source snapshot generate
|
|
413
413
|
```
|
|
414
414
|
|
|
415
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
415
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.88/src/commands/jayree/project/generate/snapshot.ts)_
|
|
416
416
|
|
|
417
417
|
### `sfdx jayree project list tracking`
|
|
418
418
|
|
|
@@ -441,7 +441,7 @@ EXAMPLES
|
|
|
441
441
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
442
442
|
```
|
|
443
443
|
|
|
444
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
444
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.88/src/commands/jayree/project/list/tracking.ts)_
|
|
445
445
|
|
|
446
446
|
### `sfdx jayree project store tracking get`
|
|
447
447
|
|
|
@@ -467,7 +467,7 @@ EXAMPLES
|
|
|
467
467
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
468
468
|
```
|
|
469
469
|
|
|
470
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
470
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.88/src/commands/jayree/project/store/tracking/get.ts)_
|
|
471
471
|
|
|
472
472
|
### `sfdx jayree project store tracking set`
|
|
473
473
|
|
|
@@ -497,7 +497,7 @@ EXAMPLES
|
|
|
497
497
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
498
498
|
```
|
|
499
499
|
|
|
500
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
500
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.88/src/commands/jayree/project/store/tracking/set.ts)_
|
|
501
501
|
<!-- commandsstop -->
|
|
502
502
|
|
|
503
503
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.108",
|
|
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.108",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/sfdx-plugin-manifest": "^3.6.
|
|
12
|
+
"@jayree/sfdx-plugin-manifest": "^3.6.16",
|
|
13
13
|
"@jayree/sfdx-plugin-org": "^1.2.83",
|
|
14
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.92",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.88"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-help": "^6.2.18",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"eslint-plugin-prettier": "^5.2.1",
|
|
23
23
|
"eslint-plugin-sf-plugin": "^1.20.13",
|
|
24
24
|
"nock": "^13.5.6",
|
|
25
|
-
"oclif": "^4.
|
|
25
|
+
"oclif": "^4.16.0",
|
|
26
26
|
"patch-package": "^8.0.0",
|
|
27
27
|
"pinst": "^3.0.0",
|
|
28
28
|
"prettier": "^3.4.1",
|
|
@@ -580,9 +580,9 @@
|
|
|
580
580
|
}
|
|
581
581
|
},
|
|
582
582
|
"node_modules/@aws-sdk/client-s3": {
|
|
583
|
-
"version": "3.
|
|
584
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.
|
|
585
|
-
"integrity": "sha512-
|
|
583
|
+
"version": "3.705.0",
|
|
584
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.705.0.tgz",
|
|
585
|
+
"integrity": "sha512-Fm0Cbc4zr0yG0DnNycz7ywlL5tQFdLSb7xCIPfzrxJb3YQiTXWxH5eu61SSsP/Z6RBNRolmRPvst/iNgX0fWvA==",
|
|
586
586
|
"dev": true,
|
|
587
587
|
"license": "Apache-2.0",
|
|
588
588
|
"dependencies": {
|
|
@@ -4818,18 +4818,18 @@
|
|
|
4818
4818
|
}
|
|
4819
4819
|
},
|
|
4820
4820
|
"node_modules/@jayree/sfdx-plugin-manifest": {
|
|
4821
|
-
"version": "3.6.
|
|
4822
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.
|
|
4823
|
-
"integrity": "sha512-
|
|
4821
|
+
"version": "3.6.16",
|
|
4822
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.16.tgz",
|
|
4823
|
+
"integrity": "sha512-Wq4Es2D9X8BFsbLvB+cBBCZPm/qbOqbnx07LlaME22MIshnYDhFCJnpqVZ+znPL/lJ5b3vPIy7ClaDcmxGyNUg==",
|
|
4824
4824
|
"license": "BSD-3-Clause",
|
|
4825
4825
|
"dependencies": {
|
|
4826
4826
|
"@jayree/changelog": "^1.2.4",
|
|
4827
4827
|
"@oclif/core": "^4.0.33",
|
|
4828
4828
|
"@salesforce/core": "^8.6.4",
|
|
4829
4829
|
"@salesforce/kit": "^3.2.3",
|
|
4830
|
-
"@salesforce/sf-plugins-core": "^12.0
|
|
4830
|
+
"@salesforce/sf-plugins-core": "^12.1.0",
|
|
4831
4831
|
"@salesforce/source-deploy-retrieve": "^12.10.0",
|
|
4832
|
-
"@salesforce/source-tracking": "^7.
|
|
4832
|
+
"@salesforce/source-tracking": "^7.2.2",
|
|
4833
4833
|
"@salesforce/ts-types": "^2.0.12",
|
|
4834
4834
|
"fast-deep-equal": "^3.1.3",
|
|
4835
4835
|
"fast-xml-parser": "^4.5.0",
|
|
@@ -4938,13 +4938,13 @@
|
|
|
4938
4938
|
}
|
|
4939
4939
|
},
|
|
4940
4940
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
4941
|
-
"version": "1.3.
|
|
4942
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
4943
|
-
"integrity": "sha512-
|
|
4941
|
+
"version": "1.3.92",
|
|
4942
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.92.tgz",
|
|
4943
|
+
"integrity": "sha512-elGqiFmAQFhLR8fB5QUejHQm+Ou94umSWjEQZFv8CXph+RgGoZ2f/yfmuDDjJjFqUSoZzUCQwSNQJXEBpnX24Q==",
|
|
4944
4944
|
"license": "BSD-3-Clause",
|
|
4945
4945
|
"dependencies": {
|
|
4946
4946
|
"@jayree/changelog": "^1.2.4",
|
|
4947
|
-
"@oclif/core": "^4.0.
|
|
4947
|
+
"@oclif/core": "^4.0.34",
|
|
4948
4948
|
"@prettier/plugin-xml": "^3.4.1",
|
|
4949
4949
|
"@salesforce/core": "^8.8.0",
|
|
4950
4950
|
"@salesforce/kit": "^3.2.3",
|
|
@@ -4954,7 +4954,7 @@
|
|
|
4954
4954
|
"debug": "^4.3.7",
|
|
4955
4955
|
"fs-extra": "^11.2.0",
|
|
4956
4956
|
"ignore": "^5.3.2",
|
|
4957
|
-
"prettier": "^3.
|
|
4957
|
+
"prettier": "^3.4.2",
|
|
4958
4958
|
"prettier-plugin-apex": "^2.2.2",
|
|
4959
4959
|
"tslib": "^2.8.1"
|
|
4960
4960
|
},
|
|
@@ -4963,18 +4963,18 @@
|
|
|
4963
4963
|
}
|
|
4964
4964
|
},
|
|
4965
4965
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
4966
|
-
"version": "1.3.
|
|
4967
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
4968
|
-
"integrity": "sha512-
|
|
4966
|
+
"version": "1.3.88",
|
|
4967
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.88.tgz",
|
|
4968
|
+
"integrity": "sha512-U8LHXQow8GrFO0qJPnl0RSGQ1o+yzKXc5EkdzaZRjBRfefWwkdX7ZS6x+A10sjN44zSYmrHfE/mQj0hjSGNbZA==",
|
|
4969
4969
|
"license": "BSD-3-Clause",
|
|
4970
4970
|
"dependencies": {
|
|
4971
4971
|
"@jayree/changelog": "^1.2.4",
|
|
4972
|
-
"@oclif/core": "^4.0.
|
|
4972
|
+
"@oclif/core": "^4.0.34",
|
|
4973
4973
|
"@salesforce/core": "^8.8.0",
|
|
4974
4974
|
"@salesforce/kit": "^3.2.3",
|
|
4975
4975
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4976
4976
|
"@salesforce/source-deploy-retrieve": "^12.10.2",
|
|
4977
|
-
"@salesforce/source-tracking": "^7.
|
|
4977
|
+
"@salesforce/source-tracking": "^7.3.0",
|
|
4978
4978
|
"@salesforce/ts-types": "^2.0.11",
|
|
4979
4979
|
"ansis": "^3.2.0",
|
|
4980
4980
|
"debug": "^4.3.7",
|
|
@@ -5181,9 +5181,9 @@
|
|
|
5181
5181
|
}
|
|
5182
5182
|
},
|
|
5183
5183
|
"node_modules/@oclif/core": {
|
|
5184
|
-
"version": "4.0.
|
|
5185
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
5186
|
-
"integrity": "sha512-
|
|
5184
|
+
"version": "4.0.34",
|
|
5185
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.34.tgz",
|
|
5186
|
+
"integrity": "sha512-jHww7lIqyifamynDSjDNNjNOwFTQdKYeOSYaxUaoWhqXnRwacZ+pfUN4Y0L9lqSN4MQtlWM9mwnBD7FvlT9kPw==",
|
|
5187
5187
|
"license": "MIT",
|
|
5188
5188
|
"dependencies": {
|
|
5189
5189
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5922,19 +5922,19 @@
|
|
|
5922
5922
|
}
|
|
5923
5923
|
},
|
|
5924
5924
|
"node_modules/@salesforce/source-tracking": {
|
|
5925
|
-
"version": "7.
|
|
5926
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.
|
|
5927
|
-
"integrity": "sha512-
|
|
5925
|
+
"version": "7.3.0",
|
|
5926
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.0.tgz",
|
|
5927
|
+
"integrity": "sha512-kqAnp8bKPdSERa+OOzPviS/w5JL7DKP6JAg2wR9W3beW4eBVAwBGYlkAAXXXUIv8T4Fj7xGgYNF+7BlWxMkafA==",
|
|
5928
5928
|
"license": "BSD-3-Clause",
|
|
5929
5929
|
"dependencies": {
|
|
5930
|
-
"@oclif/core": "^4.0.
|
|
5930
|
+
"@oclif/core": "^4.0.33",
|
|
5931
5931
|
"@salesforce/core": "^8.8.0",
|
|
5932
5932
|
"@salesforce/kit": "^3.2.3",
|
|
5933
5933
|
"@salesforce/source-deploy-retrieve": "^12.10.2",
|
|
5934
5934
|
"@salesforce/ts-types": "^2.0.12",
|
|
5935
5935
|
"fast-xml-parser": "^4.5.0",
|
|
5936
5936
|
"graceful-fs": "^4.2.11",
|
|
5937
|
-
"isomorphic-git": "^1.27.
|
|
5937
|
+
"isomorphic-git": "^1.27.2",
|
|
5938
5938
|
"ts-retry-promise": "^0.8.1"
|
|
5939
5939
|
},
|
|
5940
5940
|
"engines": {
|
|
@@ -14668,14 +14668,14 @@
|
|
|
14668
14668
|
}
|
|
14669
14669
|
},
|
|
14670
14670
|
"node_modules/oclif": {
|
|
14671
|
-
"version": "4.
|
|
14672
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
14673
|
-
"integrity": "sha512-
|
|
14671
|
+
"version": "4.16.0",
|
|
14672
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.16.0.tgz",
|
|
14673
|
+
"integrity": "sha512-Y5bcJc4vwhAW0UN9ctZvfLYZz+nC4rQJPmmpKFXLj7A6uKS1c+GrNa4WwZnk9D4eN32kP/awyRRdd2lbX/S+KQ==",
|
|
14674
14674
|
"dev": true,
|
|
14675
14675
|
"license": "MIT",
|
|
14676
14676
|
"dependencies": {
|
|
14677
14677
|
"@aws-sdk/client-cloudfront": "^3.687.0",
|
|
14678
|
-
"@aws-sdk/client-s3": "^3.
|
|
14678
|
+
"@aws-sdk/client-s3": "^3.701.0",
|
|
14679
14679
|
"@inquirer/confirm": "^3.1.22",
|
|
14680
14680
|
"@inquirer/input": "^2.2.4",
|
|
14681
14681
|
"@inquirer/select": "^2.5.0",
|
|
@@ -15598,9 +15598,9 @@
|
|
|
15598
15598
|
}
|
|
15599
15599
|
},
|
|
15600
15600
|
"node_modules/prettier": {
|
|
15601
|
-
"version": "3.4.
|
|
15602
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.
|
|
15603
|
-
"integrity": "sha512-
|
|
15601
|
+
"version": "3.4.2",
|
|
15602
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
|
|
15603
|
+
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
|
|
15604
15604
|
"license": "MIT",
|
|
15605
15605
|
"bin": {
|
|
15606
15606
|
"prettier": "bin/prettier.cjs"
|
package/oclif.lock
CHANGED
|
@@ -141,10 +141,10 @@
|
|
|
141
141
|
"@smithy/util-waiter" "^3.1.8"
|
|
142
142
|
tslib "^2.6.2"
|
|
143
143
|
|
|
144
|
-
"@aws-sdk/client-s3@^3.
|
|
145
|
-
version "3.
|
|
146
|
-
resolved "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.
|
|
147
|
-
integrity sha512-
|
|
144
|
+
"@aws-sdk/client-s3@^3.701.0":
|
|
145
|
+
version "3.705.0"
|
|
146
|
+
resolved "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.705.0.tgz"
|
|
147
|
+
integrity sha512-Fm0Cbc4zr0yG0DnNycz7ywlL5tQFdLSb7xCIPfzrxJb3YQiTXWxH5eu61SSsP/Z6RBNRolmRPvst/iNgX0fWvA==
|
|
148
148
|
dependencies:
|
|
149
149
|
"@aws-crypto/sha1-browser" "5.2.0"
|
|
150
150
|
"@aws-crypto/sha256-browser" "5.2.0"
|
|
@@ -1737,18 +1737,18 @@
|
|
|
1737
1737
|
semver "^7.6.3"
|
|
1738
1738
|
semver-compare "^1.0.0"
|
|
1739
1739
|
|
|
1740
|
-
"@jayree/sfdx-plugin-manifest@^3.6.
|
|
1741
|
-
version "3.6.
|
|
1742
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.
|
|
1743
|
-
integrity sha512-
|
|
1740
|
+
"@jayree/sfdx-plugin-manifest@^3.6.16":
|
|
1741
|
+
version "3.6.16"
|
|
1742
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.16.tgz"
|
|
1743
|
+
integrity sha512-Wq4Es2D9X8BFsbLvB+cBBCZPm/qbOqbnx07LlaME22MIshnYDhFCJnpqVZ+znPL/lJ5b3vPIy7ClaDcmxGyNUg==
|
|
1744
1744
|
dependencies:
|
|
1745
1745
|
"@jayree/changelog" "^1.2.4"
|
|
1746
1746
|
"@oclif/core" "^4.0.33"
|
|
1747
1747
|
"@salesforce/core" "^8.6.4"
|
|
1748
1748
|
"@salesforce/kit" "^3.2.3"
|
|
1749
|
-
"@salesforce/sf-plugins-core" "^12.0
|
|
1749
|
+
"@salesforce/sf-plugins-core" "^12.1.0"
|
|
1750
1750
|
"@salesforce/source-deploy-retrieve" "^12.10.0"
|
|
1751
|
-
"@salesforce/source-tracking" "^7.
|
|
1751
|
+
"@salesforce/source-tracking" "^7.2.2"
|
|
1752
1752
|
"@salesforce/ts-types" "^2.0.12"
|
|
1753
1753
|
fast-deep-equal "^3.1.3"
|
|
1754
1754
|
fast-xml-parser "^4.5.0"
|
|
@@ -1784,13 +1784,13 @@
|
|
|
1784
1784
|
tslib "^2.8.1"
|
|
1785
1785
|
wrap-ansi "^9.0.0"
|
|
1786
1786
|
|
|
1787
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1788
|
-
version "1.3.
|
|
1789
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1790
|
-
integrity sha512-
|
|
1787
|
+
"@jayree/sfdx-plugin-prettier@^1.3.92":
|
|
1788
|
+
version "1.3.92"
|
|
1789
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.92.tgz"
|
|
1790
|
+
integrity sha512-elGqiFmAQFhLR8fB5QUejHQm+Ou94umSWjEQZFv8CXph+RgGoZ2f/yfmuDDjJjFqUSoZzUCQwSNQJXEBpnX24Q==
|
|
1791
1791
|
dependencies:
|
|
1792
1792
|
"@jayree/changelog" "^1.2.4"
|
|
1793
|
-
"@oclif/core" "^4.0.
|
|
1793
|
+
"@oclif/core" "^4.0.34"
|
|
1794
1794
|
"@prettier/plugin-xml" "^3.4.1"
|
|
1795
1795
|
"@salesforce/core" "^8.8.0"
|
|
1796
1796
|
"@salesforce/kit" "^3.2.3"
|
|
@@ -1800,22 +1800,22 @@
|
|
|
1800
1800
|
debug "^4.3.7"
|
|
1801
1801
|
fs-extra "^11.2.0"
|
|
1802
1802
|
ignore "^5.3.2"
|
|
1803
|
-
prettier "^3.
|
|
1803
|
+
prettier "^3.4.2"
|
|
1804
1804
|
prettier-plugin-apex "^2.2.2"
|
|
1805
1805
|
tslib "^2.8.1"
|
|
1806
1806
|
|
|
1807
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1808
|
-
version "1.3.
|
|
1809
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1810
|
-
integrity sha512-
|
|
1807
|
+
"@jayree/sfdx-plugin-source@^1.3.88":
|
|
1808
|
+
version "1.3.88"
|
|
1809
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.88.tgz"
|
|
1810
|
+
integrity sha512-U8LHXQow8GrFO0qJPnl0RSGQ1o+yzKXc5EkdzaZRjBRfefWwkdX7ZS6x+A10sjN44zSYmrHfE/mQj0hjSGNbZA==
|
|
1811
1811
|
dependencies:
|
|
1812
1812
|
"@jayree/changelog" "^1.2.4"
|
|
1813
|
-
"@oclif/core" "^4.0.
|
|
1813
|
+
"@oclif/core" "^4.0.34"
|
|
1814
1814
|
"@salesforce/core" "^8.8.0"
|
|
1815
1815
|
"@salesforce/kit" "^3.2.3"
|
|
1816
1816
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1817
1817
|
"@salesforce/source-deploy-retrieve" "^12.10.2"
|
|
1818
|
-
"@salesforce/source-tracking" "^7.
|
|
1818
|
+
"@salesforce/source-tracking" "^7.3.0"
|
|
1819
1819
|
"@salesforce/ts-types" "^2.0.11"
|
|
1820
1820
|
ansis "^3.2.0"
|
|
1821
1821
|
debug "^4.3.7"
|
|
@@ -1909,10 +1909,10 @@
|
|
|
1909
1909
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1910
1910
|
fastq "^1.6.0"
|
|
1911
1911
|
|
|
1912
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.32", "@oclif/core@^4.0.33":
|
|
1913
|
-
version "4.0.
|
|
1914
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
1915
|
-
integrity sha512-
|
|
1912
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.32", "@oclif/core@^4.0.33", "@oclif/core@^4.0.34":
|
|
1913
|
+
version "4.0.34"
|
|
1914
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.34.tgz"
|
|
1915
|
+
integrity sha512-jHww7lIqyifamynDSjDNNjNOwFTQdKYeOSYaxUaoWhqXnRwacZ+pfUN4Y0L9lqSN4MQtlWM9mwnBD7FvlT9kPw==
|
|
1916
1916
|
dependencies:
|
|
1917
1917
|
ansi-escapes "^4.3.2"
|
|
1918
1918
|
ansis "^3.3.2"
|
|
@@ -2117,7 +2117,7 @@
|
|
|
2117
2117
|
string-width "^7.2.0"
|
|
2118
2118
|
terminal-link "^3.0.0"
|
|
2119
2119
|
|
|
2120
|
-
"@salesforce/sf-plugins-core@^12.0
|
|
2120
|
+
"@salesforce/sf-plugins-core@^12.1.0":
|
|
2121
2121
|
version "12.1.0"
|
|
2122
2122
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.0.tgz"
|
|
2123
2123
|
integrity sha512-xJXF0WE+4lq2kb/w24wcZc+76EUCIKv7dj1oATugk9JFzYKySdC1smzCY/BhPGzMQGvXcbkWo5PG5iXDBrtwYQ==
|
|
@@ -2152,19 +2152,19 @@
|
|
|
2152
2152
|
minimatch "^9.0.5"
|
|
2153
2153
|
proxy-agent "^6.4.0"
|
|
2154
2154
|
|
|
2155
|
-
"@salesforce/source-tracking@^7.
|
|
2156
|
-
version "7.
|
|
2157
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.
|
|
2158
|
-
integrity sha512-
|
|
2155
|
+
"@salesforce/source-tracking@^7.2.2", "@salesforce/source-tracking@^7.3.0":
|
|
2156
|
+
version "7.3.0"
|
|
2157
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.0.tgz"
|
|
2158
|
+
integrity sha512-kqAnp8bKPdSERa+OOzPviS/w5JL7DKP6JAg2wR9W3beW4eBVAwBGYlkAAXXXUIv8T4Fj7xGgYNF+7BlWxMkafA==
|
|
2159
2159
|
dependencies:
|
|
2160
|
-
"@oclif/core" "^4.0.
|
|
2160
|
+
"@oclif/core" "^4.0.33"
|
|
2161
2161
|
"@salesforce/core" "^8.8.0"
|
|
2162
2162
|
"@salesforce/kit" "^3.2.3"
|
|
2163
2163
|
"@salesforce/source-deploy-retrieve" "^12.10.2"
|
|
2164
2164
|
"@salesforce/ts-types" "^2.0.12"
|
|
2165
2165
|
fast-xml-parser "^4.5.0"
|
|
2166
2166
|
graceful-fs "^4.2.11"
|
|
2167
|
-
isomorphic-git "^1.27.
|
|
2167
|
+
isomorphic-git "^1.27.2"
|
|
2168
2168
|
ts-retry-promise "^0.8.1"
|
|
2169
2169
|
|
|
2170
2170
|
"@salesforce/ts-sinon@^1.4.30":
|
|
@@ -6109,7 +6109,7 @@ isexe@^2.0.0:
|
|
|
6109
6109
|
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
|
|
6110
6110
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
6111
6111
|
|
|
6112
|
-
isomorphic-git@^1.27.
|
|
6112
|
+
isomorphic-git@^1.27.2, isomorphic-git@1.27.2:
|
|
6113
6113
|
version "1.27.2"
|
|
6114
6114
|
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.2.tgz"
|
|
6115
6115
|
integrity sha512-nCiz+ieOkWb5kDJSSckDTiMjTcgkxqH2xuiQmw1Y6O/spwx4d6TKYSfGCd4f71HGvUYcRSUGqJEI+3uN6UQlOw==
|
|
@@ -7259,13 +7259,13 @@ object.values@^1.1.7:
|
|
|
7259
7259
|
define-properties "^1.2.0"
|
|
7260
7260
|
es-abstract "^1.22.1"
|
|
7261
7261
|
|
|
7262
|
-
oclif@^4.
|
|
7263
|
-
version "4.
|
|
7264
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
7265
|
-
integrity sha512-
|
|
7262
|
+
oclif@^4.16.0:
|
|
7263
|
+
version "4.16.0"
|
|
7264
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.16.0.tgz"
|
|
7265
|
+
integrity sha512-Y5bcJc4vwhAW0UN9ctZvfLYZz+nC4rQJPmmpKFXLj7A6uKS1c+GrNa4WwZnk9D4eN32kP/awyRRdd2lbX/S+KQ==
|
|
7266
7266
|
dependencies:
|
|
7267
7267
|
"@aws-sdk/client-cloudfront" "^3.687.0"
|
|
7268
|
-
"@aws-sdk/client-s3" "^3.
|
|
7268
|
+
"@aws-sdk/client-s3" "^3.701.0"
|
|
7269
7269
|
"@inquirer/confirm" "^3.1.22"
|
|
7270
7270
|
"@inquirer/input" "^2.2.4"
|
|
7271
7271
|
"@inquirer/select" "^2.5.0"
|
|
@@ -7758,10 +7758,10 @@ prettier@^2.0.0, prettier@^2.8.8:
|
|
|
7758
7758
|
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
|
|
7759
7759
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
7760
7760
|
|
|
7761
|
-
prettier@^3.0.0, prettier@^3.
|
|
7762
|
-
version "3.4.
|
|
7763
|
-
resolved "https://registry.npmjs.org/prettier/-/prettier-3.4.
|
|
7764
|
-
integrity sha512-
|
|
7761
|
+
prettier@^3.0.0, prettier@^3.4.1, prettier@^3.4.2, prettier@>=3.0.0:
|
|
7762
|
+
version "3.4.2"
|
|
7763
|
+
resolved "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz"
|
|
7764
|
+
integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==
|
|
7765
7765
|
|
|
7766
7766
|
pretty-quick@^3.3.1:
|
|
7767
7767
|
version "3.3.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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.108",
|
|
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.6.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^3.6.16",
|
|
10
10
|
"@jayree/sfdx-plugin-org": "^1.2.83",
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.92",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.88"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^6.2.18",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"eslint-plugin-prettier": "^5.2.1",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.20.13",
|
|
21
21
|
"nock": "^13.5.6",
|
|
22
|
-
"oclif": "^4.
|
|
22
|
+
"oclif": "^4.16.0",
|
|
23
23
|
"patch-package": "^8.0.0",
|
|
24
24
|
"pinst": "^3.0.0",
|
|
25
25
|
"prettier": "^3.4.1",
|