sfdx-jayree 4.8.141 → 4.8.142
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 +10 -0
- package/README.md +15 -15
- package/npm-shrinkwrap.json +62 -62
- package/oclif.lock +65 -65
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [4.8.142](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.141...v4.8.142) (2025-06-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 4.0.26 to 4.0.27 ([#1687](https://github.com/jayree/sfdx-jayree-plugin/issues/1687)) ([2d72a56](https://github.com/jayree/sfdx-jayree-plugin/commit/2d72a56b5675808dfde9daf939fe10702ac1b41c))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.121 to 1.2.122 ([#1685](https://github.com/jayree/sfdx-jayree-plugin/issues/1685)) ([3c3ba9e](https://github.com/jayree/sfdx-jayree-plugin/commit/3c3ba9e733491c49c067524ffb72f0e7104d32e5))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.119 to 1.3.120 ([#1686](https://github.com/jayree/sfdx-jayree-plugin/issues/1686)) ([a684e18](https://github.com/jayree/sfdx-jayree-plugin/commit/a684e183bd53b5fabbb681defeede9e978f68a15))
|
|
9
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.118 to 1.3.119 ([#1688](https://github.com/jayree/sfdx-jayree-plugin/issues/1688)) ([2378268](https://github.com/jayree/sfdx-jayree-plugin/commit/23782684ca424a0cafc702324875151229bd7219))
|
|
10
|
+
|
|
1
11
|
## [4.8.141](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.140...v4.8.141) (2025-06-20)
|
|
2
12
|
|
|
3
13
|
|
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ EXAMPLES
|
|
|
61
61
|
...
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
64
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.122/src/commands/jayree/flow/get/coverage.ts)_
|
|
65
65
|
|
|
66
66
|
### `sfdx jayree manifest cleanup`
|
|
67
67
|
|
|
@@ -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/v4.0.
|
|
93
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.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/v4.0.
|
|
131
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.27/src/commands/jayree/manifest/generate.ts)_
|
|
132
132
|
|
|
133
133
|
### `sfdx jayree manifest git diff REF1 [REF2]`
|
|
134
134
|
|
|
@@ -208,7 +208,7 @@ FLAG DESCRIPTIONS
|
|
|
208
208
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.
|
|
211
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.27/src/commands/jayree/manifest/git/diff.ts)_
|
|
212
212
|
|
|
213
213
|
### `sfdx jayree org configure`
|
|
214
214
|
|
|
@@ -238,7 +238,7 @@ EXAMPLES
|
|
|
238
238
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
241
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.122/src/commands/jayree/org/configure/index.ts)_
|
|
242
242
|
|
|
243
243
|
### `sfdx jayree org configure country`
|
|
244
244
|
|
|
@@ -258,7 +258,7 @@ GLOBAL FLAGS
|
|
|
258
258
|
--json Format output as json.
|
|
259
259
|
```
|
|
260
260
|
|
|
261
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
261
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.122/src/commands/jayree/org/configure/country.ts)_
|
|
262
262
|
|
|
263
263
|
### `sfdx jayree org configure state`
|
|
264
264
|
|
|
@@ -283,7 +283,7 @@ GLOBAL FLAGS
|
|
|
283
283
|
--json Format output as json.
|
|
284
284
|
```
|
|
285
285
|
|
|
286
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
286
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.122/src/commands/jayree/org/configure/state.ts)_
|
|
287
287
|
|
|
288
288
|
### `sfdx jayree org get settings`
|
|
289
289
|
|
|
@@ -313,7 +313,7 @@ EXAMPLES
|
|
|
313
313
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
316
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.122/src/commands/jayree/org/get/settings.ts)_
|
|
317
317
|
|
|
318
318
|
### `sfdx jayree org stream`
|
|
319
319
|
|
|
@@ -345,7 +345,7 @@ EXAMPLES
|
|
|
345
345
|
...
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
348
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.122/src/commands/jayree/org/stream.ts)_
|
|
349
349
|
|
|
350
350
|
### `sfdx jayree project compare snapshot`
|
|
351
351
|
|
|
@@ -366,7 +366,7 @@ ALIASES
|
|
|
366
366
|
$ sfdx jayree source snapshot compare
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
369
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.119/src/commands/jayree/project/compare/snapshot.ts)_
|
|
370
370
|
|
|
371
371
|
### `sfdx jayree project fix`
|
|
372
372
|
|
|
@@ -388,7 +388,7 @@ ALIASES
|
|
|
388
388
|
$ sfdx jayree source fix
|
|
389
389
|
```
|
|
390
390
|
|
|
391
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
391
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.119/src/commands/jayree/project/fix.ts)_
|
|
392
392
|
|
|
393
393
|
### `sfdx jayree project generate snapshot`
|
|
394
394
|
|
|
@@ -409,7 +409,7 @@ ALIASES
|
|
|
409
409
|
$ sfdx jayree source snapshot generate
|
|
410
410
|
```
|
|
411
411
|
|
|
412
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
412
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.119/src/commands/jayree/project/generate/snapshot.ts)_
|
|
413
413
|
|
|
414
414
|
### `sfdx jayree project list tracking`
|
|
415
415
|
|
|
@@ -438,7 +438,7 @@ EXAMPLES
|
|
|
438
438
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
439
439
|
```
|
|
440
440
|
|
|
441
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
441
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.119/src/commands/jayree/project/list/tracking.ts)_
|
|
442
442
|
|
|
443
443
|
### `sfdx jayree project store tracking get`
|
|
444
444
|
|
|
@@ -464,7 +464,7 @@ EXAMPLES
|
|
|
464
464
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
465
465
|
```
|
|
466
466
|
|
|
467
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
467
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.119/src/commands/jayree/project/store/tracking/get.ts)_
|
|
468
468
|
|
|
469
469
|
### `sfdx jayree project store tracking set`
|
|
470
470
|
|
|
@@ -494,7 +494,7 @@ EXAMPLES
|
|
|
494
494
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
495
495
|
```
|
|
496
496
|
|
|
497
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
497
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.119/src/commands/jayree/project/store/tracking/set.ts)_
|
|
498
498
|
<!-- commandsstop -->
|
|
499
499
|
|
|
500
500
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.142",
|
|
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.142",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/sfdx-plugin-manifest": "^4.0.
|
|
13
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
14
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
12
|
+
"@jayree/sfdx-plugin-manifest": "^4.0.27",
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.122",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.120",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.119"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-help": "^6.2.28",
|
|
19
19
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
20
20
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
21
21
|
"c8": "^10.1.3",
|
|
22
|
-
"eslint-plugin-prettier": "^5.5.
|
|
23
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
22
|
+
"eslint-plugin-prettier": "^5.5.1",
|
|
23
|
+
"eslint-plugin-sf-plugin": "^1.20.26",
|
|
24
24
|
"nock": "^14.0.5",
|
|
25
|
-
"oclif": "^4.
|
|
25
|
+
"oclif": "^4.20.1",
|
|
26
26
|
"patch-package": "^8.0.0",
|
|
27
27
|
"pinst": "^3.0.0",
|
|
28
|
-
"prettier": "^3.
|
|
28
|
+
"prettier": "^3.6.2",
|
|
29
29
|
"pretty-quick": "^4.2.2",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
31
|
"typescript": "^5.8.3"
|
|
@@ -4032,9 +4032,9 @@
|
|
|
4032
4032
|
}
|
|
4033
4033
|
},
|
|
4034
4034
|
"node_modules/@jayree/sfdx-plugin-manifest": {
|
|
4035
|
-
"version": "4.0.
|
|
4036
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.
|
|
4037
|
-
"integrity": "sha512-
|
|
4035
|
+
"version": "4.0.27",
|
|
4036
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.27.tgz",
|
|
4037
|
+
"integrity": "sha512-QwC77fzz2tK7tH2osufSLYrE+xsJiD22crb+lbadBJq0m0RI4WX+OEfOtDV6V4c8YLD84mY5LzczLbTkm/QMIg==",
|
|
4038
4038
|
"license": "Apache-2.0",
|
|
4039
4039
|
"dependencies": {
|
|
4040
4040
|
"@jayree/changelog": "^1.2.10",
|
|
@@ -4043,7 +4043,7 @@
|
|
|
4043
4043
|
"@salesforce/kit": "^3.2.3",
|
|
4044
4044
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
4045
4045
|
"@salesforce/source-deploy-retrieve": "12.20.1",
|
|
4046
|
-
"@salesforce/source-tracking": "7.4.
|
|
4046
|
+
"@salesforce/source-tracking": "7.4.6",
|
|
4047
4047
|
"@salesforce/ts-types": "^2.0.12",
|
|
4048
4048
|
"fast-deep-equal": "^3.1.3",
|
|
4049
4049
|
"fast-xml-parser": "^5.2.5",
|
|
@@ -4086,17 +4086,17 @@
|
|
|
4086
4086
|
"license": "MIT"
|
|
4087
4087
|
},
|
|
4088
4088
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
4089
|
-
"version": "1.2.
|
|
4090
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
4091
|
-
"integrity": "sha512-
|
|
4089
|
+
"version": "1.2.122",
|
|
4090
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.122.tgz",
|
|
4091
|
+
"integrity": "sha512-8Krk0NYrnwh0sM1bpyYwN+SyOVX8Hq1CpyALwbzwqGk9ecFzH1NW/y2z2M1zfh1w4/cwmlsF9WUiActSFLovWg==",
|
|
4092
4092
|
"license": "BSD-3-Clause",
|
|
4093
4093
|
"dependencies": {
|
|
4094
4094
|
"@jayree/changelog": "^1.2.10",
|
|
4095
4095
|
"@jsforce/jsforce-node": "^3.9.1",
|
|
4096
4096
|
"@listr2/prompt-adapter-enquirer": "^2.0.16",
|
|
4097
4097
|
"@oclif/core": "^4.3.1",
|
|
4098
|
-
"@salesforce/core": "^8.
|
|
4099
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4098
|
+
"@salesforce/core": "^8.15.0",
|
|
4099
|
+
"@salesforce/sf-plugins-core": "^12.2.3",
|
|
4100
4100
|
"@salesforce/source-deploy-retrieve": "^12.20.1",
|
|
4101
4101
|
"@salesforce/ts-types": "^2.0.12",
|
|
4102
4102
|
"chalk": "^5.4.1",
|
|
@@ -4161,9 +4161,9 @@
|
|
|
4161
4161
|
}
|
|
4162
4162
|
},
|
|
4163
4163
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
4164
|
-
"version": "1.3.
|
|
4165
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
4166
|
-
"integrity": "sha512-
|
|
4164
|
+
"version": "1.3.120",
|
|
4165
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.120.tgz",
|
|
4166
|
+
"integrity": "sha512-1sNoSOr65ajDAOr+uTOgucPCylBi/frUDYRNW7Oikvke1DXI388L+Zxau/oKL36Nz4PlozH4U5ZkNRtAWHzURA==",
|
|
4167
4167
|
"license": "BSD-3-Clause",
|
|
4168
4168
|
"dependencies": {
|
|
4169
4169
|
"@jayree/changelog": "^1.2.10",
|
|
@@ -4171,13 +4171,13 @@
|
|
|
4171
4171
|
"@prettier/plugin-xml": "^3.4.1",
|
|
4172
4172
|
"@salesforce/core": "^8.14.0",
|
|
4173
4173
|
"@salesforce/kit": "^3.2.3",
|
|
4174
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4174
|
+
"@salesforce/sf-plugins-core": "^12.2.3",
|
|
4175
4175
|
"@salesforce/source-deploy-retrieve": "^12.20.1",
|
|
4176
4176
|
"cli-progress": "^3.12.0",
|
|
4177
4177
|
"debug": "^4.4.1",
|
|
4178
4178
|
"fs-extra": "^11.3.0",
|
|
4179
4179
|
"ignore": "^7.0.4",
|
|
4180
|
-
"prettier": "^3.
|
|
4180
|
+
"prettier": "^3.6.2",
|
|
4181
4181
|
"prettier-plugin-apex": "^2.2.6",
|
|
4182
4182
|
"tslib": "^2.8.1"
|
|
4183
4183
|
},
|
|
@@ -4195,18 +4195,18 @@
|
|
|
4195
4195
|
}
|
|
4196
4196
|
},
|
|
4197
4197
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
4198
|
-
"version": "1.3.
|
|
4199
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
4200
|
-
"integrity": "sha512-
|
|
4198
|
+
"version": "1.3.119",
|
|
4199
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.119.tgz",
|
|
4200
|
+
"integrity": "sha512-Hk+bqUO/3326P87fEfVd9ELHqzAoN3LNi2JI/DCbdAgu0e6lGCpY6XVN3WN+4Ur1B+b0MlhKoCzLnNBIxIZ+AQ==",
|
|
4201
4201
|
"license": "BSD-3-Clause",
|
|
4202
4202
|
"dependencies": {
|
|
4203
4203
|
"@jayree/changelog": "^1.2.10",
|
|
4204
4204
|
"@oclif/core": "^4.4.0",
|
|
4205
|
-
"@salesforce/core": "^8.
|
|
4205
|
+
"@salesforce/core": "^8.15.0",
|
|
4206
4206
|
"@salesforce/kit": "^3.2.3",
|
|
4207
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4207
|
+
"@salesforce/sf-plugins-core": "^12.2.3",
|
|
4208
4208
|
"@salesforce/source-deploy-retrieve": "^12.20.1",
|
|
4209
|
-
"@salesforce/source-tracking": "^7.4.
|
|
4209
|
+
"@salesforce/source-tracking": "^7.4.6",
|
|
4210
4210
|
"@salesforce/ts-types": "^2.0.11",
|
|
4211
4211
|
"ansis": "^4.1.0",
|
|
4212
4212
|
"debug": "^4.4.1",
|
|
@@ -4589,15 +4589,15 @@
|
|
|
4589
4589
|
}
|
|
4590
4590
|
},
|
|
4591
4591
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4592
|
-
"version": "3.1.
|
|
4593
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
4594
|
-
"integrity": "sha512-
|
|
4592
|
+
"version": "3.1.42",
|
|
4593
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.42.tgz",
|
|
4594
|
+
"integrity": "sha512-bcBfON81gYCx6x50HjrcL7gRiz7bEuLdQNifMsMcBtBq3IpOifyS8/l5R3REEy9kHJ1qdcSYehtopMvS4ov9lA==",
|
|
4595
4595
|
"dev": true,
|
|
4596
4596
|
"license": "MIT",
|
|
4597
4597
|
"dependencies": {
|
|
4598
4598
|
"@oclif/core": "^4",
|
|
4599
4599
|
"ansis": "^3.17.0",
|
|
4600
|
-
"debug": "^4.4.
|
|
4600
|
+
"debug": "^4.4.1",
|
|
4601
4601
|
"http-call": "^5.2.2",
|
|
4602
4602
|
"lodash": "^4.17.21",
|
|
4603
4603
|
"registry-auth-token": "^5.1.0"
|
|
@@ -4779,9 +4779,9 @@
|
|
|
4779
4779
|
}
|
|
4780
4780
|
},
|
|
4781
4781
|
"node_modules/@salesforce/core": {
|
|
4782
|
-
"version": "8.
|
|
4783
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4784
|
-
"integrity": "sha512-
|
|
4782
|
+
"version": "8.15.0",
|
|
4783
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.15.0.tgz",
|
|
4784
|
+
"integrity": "sha512-vTobdBQ7JRlApUDezUAVlC7O7VUk1e+9AM8+TZIVnj2Glub7E5vtwTJRDT48MJ/wWjdhH+9MFfUi2GPHymHmrQ==",
|
|
4785
4785
|
"license": "BSD-3-Clause",
|
|
4786
4786
|
"dependencies": {
|
|
4787
4787
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
@@ -5050,16 +5050,16 @@
|
|
|
5050
5050
|
"license": "ISC"
|
|
5051
5051
|
},
|
|
5052
5052
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5053
|
-
"version": "12.2.
|
|
5054
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
5055
|
-
"integrity": "sha512-
|
|
5056
|
-
"license": "
|
|
5053
|
+
"version": "12.2.3",
|
|
5054
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.3.tgz",
|
|
5055
|
+
"integrity": "sha512-mkBt57rD/987g4eT/XfJN469aEzLjskbgif+beLWocIkNXn70jMvX/RYRTAAkGRhixHHgYj+nY7kHI41rqKZ8w==",
|
|
5056
|
+
"license": "Apache-2.0",
|
|
5057
5057
|
"dependencies": {
|
|
5058
5058
|
"@inquirer/confirm": "^3.1.22",
|
|
5059
5059
|
"@inquirer/password": "^2.2.0",
|
|
5060
5060
|
"@oclif/core": "^4.3.0",
|
|
5061
5061
|
"@oclif/table": "^0.4.6",
|
|
5062
|
-
"@salesforce/core": "^8.
|
|
5062
|
+
"@salesforce/core": "^8.15.0",
|
|
5063
5063
|
"@salesforce/kit": "^3.2.3",
|
|
5064
5064
|
"@salesforce/ts-types": "^2.0.12",
|
|
5065
5065
|
"ansis": "^3.3.2",
|
|
@@ -5267,15 +5267,15 @@
|
|
|
5267
5267
|
}
|
|
5268
5268
|
},
|
|
5269
5269
|
"node_modules/@salesforce/source-tracking": {
|
|
5270
|
-
"version": "7.4.
|
|
5271
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.
|
|
5272
|
-
"integrity": "sha512-
|
|
5270
|
+
"version": "7.4.6",
|
|
5271
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.6.tgz",
|
|
5272
|
+
"integrity": "sha512-RPbFBmldj7vR+xzfi2Xmw0V4nO+etudQ/e0W9fpWgU8RbhA3WPIp5KlTlCWoMW4ET7cmjGjXi/LWla00oYclBw==",
|
|
5273
5273
|
"license": "Apache-2.0",
|
|
5274
5274
|
"dependencies": {
|
|
5275
|
-
"@oclif/core": "^4.
|
|
5275
|
+
"@oclif/core": "^4.4.0",
|
|
5276
5276
|
"@salesforce/core": "^8.14.0",
|
|
5277
5277
|
"@salesforce/kit": "^3.2.3",
|
|
5278
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5278
|
+
"@salesforce/source-deploy-retrieve": "^12.20.1",
|
|
5279
5279
|
"@salesforce/ts-types": "^2.0.12",
|
|
5280
5280
|
"fast-xml-parser": "^4.5.3",
|
|
5281
5281
|
"graceful-fs": "^4.2.11",
|
|
@@ -9568,9 +9568,9 @@
|
|
|
9568
9568
|
}
|
|
9569
9569
|
},
|
|
9570
9570
|
"node_modules/eslint-plugin-prettier": {
|
|
9571
|
-
"version": "5.5.
|
|
9572
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.
|
|
9573
|
-
"integrity": "sha512-
|
|
9571
|
+
"version": "5.5.1",
|
|
9572
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.1.tgz",
|
|
9573
|
+
"integrity": "sha512-dobTkHT6XaEVOo8IO90Q4DOSxnm3Y151QxPJlM/vKC0bVy+d6cVWQZLlFiuZPP0wS6vZwSKeJgKkcS+KfMBlRw==",
|
|
9574
9574
|
"dev": true,
|
|
9575
9575
|
"license": "MIT",
|
|
9576
9576
|
"dependencies": {
|
|
@@ -9599,13 +9599,13 @@
|
|
|
9599
9599
|
}
|
|
9600
9600
|
},
|
|
9601
9601
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
9602
|
-
"version": "1.20.
|
|
9603
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
9604
|
-
"integrity": "sha512-
|
|
9602
|
+
"version": "1.20.26",
|
|
9603
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.26.tgz",
|
|
9604
|
+
"integrity": "sha512-kK1Kj+PpkVaGHWR+/FGdSW4lT7nbD+g2mSLkYFFQ4X9L9VnDSGI2mbNfByCeJ0RELC2GxM0jhw/T1pgSKc7aQw==",
|
|
9605
9605
|
"dev": true,
|
|
9606
9606
|
"license": "BSD-3-Clause",
|
|
9607
9607
|
"dependencies": {
|
|
9608
|
-
"@salesforce/core": "^8.
|
|
9608
|
+
"@salesforce/core": "^8.14.0",
|
|
9609
9609
|
"@typescript-eslint/utils": "^7.18.0"
|
|
9610
9610
|
},
|
|
9611
9611
|
"engines": {
|
|
@@ -14162,9 +14162,9 @@
|
|
|
14162
14162
|
}
|
|
14163
14163
|
},
|
|
14164
14164
|
"node_modules/oclif": {
|
|
14165
|
-
"version": "4.
|
|
14166
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
14167
|
-
"integrity": "sha512-
|
|
14165
|
+
"version": "4.20.1",
|
|
14166
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.20.1.tgz",
|
|
14167
|
+
"integrity": "sha512-XsC6MaYTEtIjkq43sXIrGiq+wtuzxCYWv43gIaFAg8KszOutojqlACwrz1dgCgUAwanwv+BNBNJLnvwQ84dpjg==",
|
|
14168
14168
|
"dev": true,
|
|
14169
14169
|
"license": "MIT",
|
|
14170
14170
|
"dependencies": {
|
|
@@ -14173,10 +14173,10 @@
|
|
|
14173
14173
|
"@inquirer/confirm": "^3.1.22",
|
|
14174
14174
|
"@inquirer/input": "^2.2.4",
|
|
14175
14175
|
"@inquirer/select": "^2.5.0",
|
|
14176
|
-
"@oclif/core": "^4.
|
|
14176
|
+
"@oclif/core": "^4.4.0",
|
|
14177
14177
|
"@oclif/plugin-help": "^6.2.29",
|
|
14178
14178
|
"@oclif/plugin-not-found": "^3.2.57",
|
|
14179
|
-
"@oclif/plugin-warn-if-update-available": "^3.1.
|
|
14179
|
+
"@oclif/plugin-warn-if-update-available": "^3.1.41",
|
|
14180
14180
|
"ansis": "^3.16.0",
|
|
14181
14181
|
"async-retry": "^1.3.3",
|
|
14182
14182
|
"change-case": "^4",
|
|
@@ -15064,9 +15064,9 @@
|
|
|
15064
15064
|
}
|
|
15065
15065
|
},
|
|
15066
15066
|
"node_modules/prettier": {
|
|
15067
|
-
"version": "3.
|
|
15068
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.
|
|
15069
|
-
"integrity": "sha512-
|
|
15067
|
+
"version": "3.6.2",
|
|
15068
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
|
|
15069
|
+
"integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
|
|
15070
15070
|
"license": "MIT",
|
|
15071
15071
|
"bin": {
|
|
15072
15072
|
"prettier": "bin/prettier.cjs"
|
package/oclif.lock
CHANGED
|
@@ -1567,10 +1567,10 @@
|
|
|
1567
1567
|
semver "^7.7.2"
|
|
1568
1568
|
semver-compare "^1.0.0"
|
|
1569
1569
|
|
|
1570
|
-
"@jayree/sfdx-plugin-manifest@^4.0.
|
|
1571
|
-
version "4.0.
|
|
1572
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.
|
|
1573
|
-
integrity sha512-
|
|
1570
|
+
"@jayree/sfdx-plugin-manifest@^4.0.27":
|
|
1571
|
+
version "4.0.27"
|
|
1572
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.27.tgz"
|
|
1573
|
+
integrity sha512-QwC77fzz2tK7tH2osufSLYrE+xsJiD22crb+lbadBJq0m0RI4WX+OEfOtDV6V4c8YLD84mY5LzczLbTkm/QMIg==
|
|
1574
1574
|
dependencies:
|
|
1575
1575
|
"@jayree/changelog" "^1.2.10"
|
|
1576
1576
|
"@oclif/core" "^4.4.0"
|
|
@@ -1578,7 +1578,7 @@
|
|
|
1578
1578
|
"@salesforce/kit" "^3.2.3"
|
|
1579
1579
|
"@salesforce/sf-plugins-core" "^12.2.2"
|
|
1580
1580
|
"@salesforce/source-deploy-retrieve" "12.20.1"
|
|
1581
|
-
"@salesforce/source-tracking" "7.4.
|
|
1581
|
+
"@salesforce/source-tracking" "7.4.6"
|
|
1582
1582
|
"@salesforce/ts-types" "^2.0.12"
|
|
1583
1583
|
fast-deep-equal "^3.1.3"
|
|
1584
1584
|
fast-xml-parser "^5.2.5"
|
|
@@ -1586,17 +1586,17 @@
|
|
|
1586
1586
|
graceful-fs "^4.2.11"
|
|
1587
1587
|
isomorphic-git "1.31.0"
|
|
1588
1588
|
|
|
1589
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1590
|
-
version "1.2.
|
|
1591
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1592
|
-
integrity sha512-
|
|
1589
|
+
"@jayree/sfdx-plugin-org@^1.2.122":
|
|
1590
|
+
version "1.2.122"
|
|
1591
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.122.tgz"
|
|
1592
|
+
integrity sha512-8Krk0NYrnwh0sM1bpyYwN+SyOVX8Hq1CpyALwbzwqGk9ecFzH1NW/y2z2M1zfh1w4/cwmlsF9WUiActSFLovWg==
|
|
1593
1593
|
dependencies:
|
|
1594
1594
|
"@jayree/changelog" "^1.2.10"
|
|
1595
1595
|
"@jsforce/jsforce-node" "^3.9.1"
|
|
1596
1596
|
"@listr2/prompt-adapter-enquirer" "^2.0.16"
|
|
1597
1597
|
"@oclif/core" "^4.3.1"
|
|
1598
|
-
"@salesforce/core" "^8.
|
|
1599
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1598
|
+
"@salesforce/core" "^8.15.0"
|
|
1599
|
+
"@salesforce/sf-plugins-core" "^12.2.3"
|
|
1600
1600
|
"@salesforce/source-deploy-retrieve" "^12.20.1"
|
|
1601
1601
|
"@salesforce/ts-types" "^2.0.12"
|
|
1602
1602
|
chalk "^5.4.1"
|
|
@@ -1614,38 +1614,38 @@
|
|
|
1614
1614
|
tslib "^2.8.1"
|
|
1615
1615
|
wrap-ansi "^9.0.0"
|
|
1616
1616
|
|
|
1617
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1618
|
-
version "1.3.
|
|
1619
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1620
|
-
integrity sha512-
|
|
1617
|
+
"@jayree/sfdx-plugin-prettier@^1.3.120":
|
|
1618
|
+
version "1.3.120"
|
|
1619
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.120.tgz"
|
|
1620
|
+
integrity sha512-1sNoSOr65ajDAOr+uTOgucPCylBi/frUDYRNW7Oikvke1DXI388L+Zxau/oKL36Nz4PlozH4U5ZkNRtAWHzURA==
|
|
1621
1621
|
dependencies:
|
|
1622
1622
|
"@jayree/changelog" "^1.2.10"
|
|
1623
1623
|
"@oclif/core" "^4.4.0"
|
|
1624
1624
|
"@prettier/plugin-xml" "^3.4.1"
|
|
1625
1625
|
"@salesforce/core" "^8.14.0"
|
|
1626
1626
|
"@salesforce/kit" "^3.2.3"
|
|
1627
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1627
|
+
"@salesforce/sf-plugins-core" "^12.2.3"
|
|
1628
1628
|
"@salesforce/source-deploy-retrieve" "^12.20.1"
|
|
1629
1629
|
cli-progress "^3.12.0"
|
|
1630
1630
|
debug "^4.4.1"
|
|
1631
1631
|
fs-extra "^11.3.0"
|
|
1632
1632
|
ignore "^7.0.4"
|
|
1633
|
-
prettier "^3.
|
|
1633
|
+
prettier "^3.6.2"
|
|
1634
1634
|
prettier-plugin-apex "^2.2.6"
|
|
1635
1635
|
tslib "^2.8.1"
|
|
1636
1636
|
|
|
1637
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1638
|
-
version "1.3.
|
|
1639
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1640
|
-
integrity sha512-
|
|
1637
|
+
"@jayree/sfdx-plugin-source@^1.3.119":
|
|
1638
|
+
version "1.3.119"
|
|
1639
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.119.tgz"
|
|
1640
|
+
integrity sha512-Hk+bqUO/3326P87fEfVd9ELHqzAoN3LNi2JI/DCbdAgu0e6lGCpY6XVN3WN+4Ur1B+b0MlhKoCzLnNBIxIZ+AQ==
|
|
1641
1641
|
dependencies:
|
|
1642
1642
|
"@jayree/changelog" "^1.2.10"
|
|
1643
1643
|
"@oclif/core" "^4.4.0"
|
|
1644
|
-
"@salesforce/core" "^8.
|
|
1644
|
+
"@salesforce/core" "^8.15.0"
|
|
1645
1645
|
"@salesforce/kit" "^3.2.3"
|
|
1646
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1646
|
+
"@salesforce/sf-plugins-core" "^12.2.3"
|
|
1647
1647
|
"@salesforce/source-deploy-retrieve" "^12.20.1"
|
|
1648
|
-
"@salesforce/source-tracking" "^7.4.
|
|
1648
|
+
"@salesforce/source-tracking" "^7.4.6"
|
|
1649
1649
|
"@salesforce/ts-types" "^2.0.11"
|
|
1650
1650
|
ansis "^4.1.0"
|
|
1651
1651
|
debug "^4.4.1"
|
|
@@ -1750,7 +1750,7 @@
|
|
|
1750
1750
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1751
1751
|
fastq "^1.6.0"
|
|
1752
1752
|
|
|
1753
|
-
"@oclif/core@^4", "@oclif/core@^4.3.0", "@oclif/core@^4.3.1", "@oclif/core@^4.
|
|
1753
|
+
"@oclif/core@^4", "@oclif/core@^4.3.0", "@oclif/core@^4.3.1", "@oclif/core@^4.4.0":
|
|
1754
1754
|
version "4.4.0"
|
|
1755
1755
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.4.0.tgz"
|
|
1756
1756
|
integrity sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ==
|
|
@@ -1791,14 +1791,14 @@
|
|
|
1791
1791
|
ansis "^3.17.0"
|
|
1792
1792
|
fast-levenshtein "^3.0.0"
|
|
1793
1793
|
|
|
1794
|
-
"@oclif/plugin-warn-if-update-available@^3.1.
|
|
1795
|
-
version "3.1.
|
|
1796
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1797
|
-
integrity sha512-
|
|
1794
|
+
"@oclif/plugin-warn-if-update-available@^3.1.41":
|
|
1795
|
+
version "3.1.42"
|
|
1796
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.42.tgz"
|
|
1797
|
+
integrity sha512-bcBfON81gYCx6x50HjrcL7gRiz7bEuLdQNifMsMcBtBq3IpOifyS8/l5R3REEy9kHJ1qdcSYehtopMvS4ov9lA==
|
|
1798
1798
|
dependencies:
|
|
1799
1799
|
"@oclif/core" "^4"
|
|
1800
1800
|
ansis "^3.17.0"
|
|
1801
|
-
debug "^4.4.
|
|
1801
|
+
debug "^4.4.1"
|
|
1802
1802
|
http-call "^5.2.2"
|
|
1803
1803
|
lodash "^4.17.21"
|
|
1804
1804
|
registry-auth-token "^5.1.0"
|
|
@@ -1879,10 +1879,10 @@
|
|
|
1879
1879
|
dependencies:
|
|
1880
1880
|
"@xml-tools/parser" "^1.0.11"
|
|
1881
1881
|
|
|
1882
|
-
"@salesforce/core@^8.
|
|
1883
|
-
version "8.
|
|
1884
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
1885
|
-
integrity sha512-
|
|
1882
|
+
"@salesforce/core@^8.12.0", "@salesforce/core@^8.13.0", "@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0":
|
|
1883
|
+
version "8.15.0"
|
|
1884
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.15.0.tgz"
|
|
1885
|
+
integrity sha512-vTobdBQ7JRlApUDezUAVlC7O7VUk1e+9AM8+TZIVnj2Glub7E5vtwTJRDT48MJ/wWjdhH+9MFfUi2GPHymHmrQ==
|
|
1886
1886
|
dependencies:
|
|
1887
1887
|
"@jsforce/jsforce-node" "^3.8.2"
|
|
1888
1888
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1957,23 +1957,23 @@
|
|
|
1957
1957
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz"
|
|
1958
1958
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1959
1959
|
|
|
1960
|
-
"@salesforce/sf-plugins-core@^12.2.2":
|
|
1961
|
-
version "12.2.
|
|
1962
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
1963
|
-
integrity sha512-
|
|
1960
|
+
"@salesforce/sf-plugins-core@^12.2.2", "@salesforce/sf-plugins-core@^12.2.3":
|
|
1961
|
+
version "12.2.3"
|
|
1962
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.3.tgz"
|
|
1963
|
+
integrity sha512-mkBt57rD/987g4eT/XfJN469aEzLjskbgif+beLWocIkNXn70jMvX/RYRTAAkGRhixHHgYj+nY7kHI41rqKZ8w==
|
|
1964
1964
|
dependencies:
|
|
1965
1965
|
"@inquirer/confirm" "^3.1.22"
|
|
1966
1966
|
"@inquirer/password" "^2.2.0"
|
|
1967
1967
|
"@oclif/core" "^4.3.0"
|
|
1968
1968
|
"@oclif/table" "^0.4.6"
|
|
1969
|
-
"@salesforce/core" "^8.
|
|
1969
|
+
"@salesforce/core" "^8.15.0"
|
|
1970
1970
|
"@salesforce/kit" "^3.2.3"
|
|
1971
1971
|
"@salesforce/ts-types" "^2.0.12"
|
|
1972
1972
|
ansis "^3.3.2"
|
|
1973
1973
|
cli-progress "^3.12.0"
|
|
1974
1974
|
terminal-link "^3.0.0"
|
|
1975
1975
|
|
|
1976
|
-
"@salesforce/source-deploy-retrieve@^12.
|
|
1976
|
+
"@salesforce/source-deploy-retrieve@^12.20.1", "@salesforce/source-deploy-retrieve@12.20.1":
|
|
1977
1977
|
version "12.20.1"
|
|
1978
1978
|
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.20.1.tgz"
|
|
1979
1979
|
integrity sha512-pCGTgR90MRcpCS7WswMd7CHAgqK6DBssLuu+hL5KMiuthgfFjO8XNTGeHqZBc4xTYYzxm8h5vlN8aqElI4ppXA==
|
|
@@ -1994,15 +1994,15 @@
|
|
|
1994
1994
|
proxy-agent "^6.4.0"
|
|
1995
1995
|
yaml "^2.7.1"
|
|
1996
1996
|
|
|
1997
|
-
"@salesforce/source-tracking@^7.4.
|
|
1998
|
-
version "7.4.
|
|
1999
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.
|
|
2000
|
-
integrity sha512-
|
|
1997
|
+
"@salesforce/source-tracking@^7.4.6", "@salesforce/source-tracking@7.4.6":
|
|
1998
|
+
version "7.4.6"
|
|
1999
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.6.tgz"
|
|
2000
|
+
integrity sha512-RPbFBmldj7vR+xzfi2Xmw0V4nO+etudQ/e0W9fpWgU8RbhA3WPIp5KlTlCWoMW4ET7cmjGjXi/LWla00oYclBw==
|
|
2001
2001
|
dependencies:
|
|
2002
|
-
"@oclif/core" "^4.
|
|
2002
|
+
"@oclif/core" "^4.4.0"
|
|
2003
2003
|
"@salesforce/core" "^8.14.0"
|
|
2004
2004
|
"@salesforce/kit" "^3.2.3"
|
|
2005
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2005
|
+
"@salesforce/source-deploy-retrieve" "^12.20.1"
|
|
2006
2006
|
"@salesforce/ts-types" "^2.0.12"
|
|
2007
2007
|
fast-xml-parser "^4.5.3"
|
|
2008
2008
|
graceful-fs "^4.2.11"
|
|
@@ -4564,20 +4564,20 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
4564
4564
|
semver "^7.5.4"
|
|
4565
4565
|
spdx-expression-parse "^4.0.0"
|
|
4566
4566
|
|
|
4567
|
-
eslint-plugin-prettier@^5.5.
|
|
4568
|
-
version "5.5.
|
|
4569
|
-
resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.
|
|
4570
|
-
integrity sha512-
|
|
4567
|
+
eslint-plugin-prettier@^5.5.1:
|
|
4568
|
+
version "5.5.1"
|
|
4569
|
+
resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.1.tgz"
|
|
4570
|
+
integrity sha512-dobTkHT6XaEVOo8IO90Q4DOSxnm3Y151QxPJlM/vKC0bVy+d6cVWQZLlFiuZPP0wS6vZwSKeJgKkcS+KfMBlRw==
|
|
4571
4571
|
dependencies:
|
|
4572
4572
|
prettier-linter-helpers "^1.0.0"
|
|
4573
4573
|
synckit "^0.11.7"
|
|
4574
4574
|
|
|
4575
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
4576
|
-
version "1.20.
|
|
4577
|
-
resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
4578
|
-
integrity sha512-
|
|
4575
|
+
eslint-plugin-sf-plugin@^1.20.26:
|
|
4576
|
+
version "1.20.26"
|
|
4577
|
+
resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.26.tgz"
|
|
4578
|
+
integrity sha512-kK1Kj+PpkVaGHWR+/FGdSW4lT7nbD+g2mSLkYFFQ4X9L9VnDSGI2mbNfByCeJ0RELC2GxM0jhw/T1pgSKc7aQw==
|
|
4579
4579
|
dependencies:
|
|
4580
|
-
"@salesforce/core" "^8.
|
|
4580
|
+
"@salesforce/core" "^8.14.0"
|
|
4581
4581
|
"@typescript-eslint/utils" "^7.18.0"
|
|
4582
4582
|
|
|
4583
4583
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -7072,20 +7072,20 @@ object.values@^1.1.7:
|
|
|
7072
7072
|
define-properties "^1.2.0"
|
|
7073
7073
|
es-abstract "^1.22.1"
|
|
7074
7074
|
|
|
7075
|
-
oclif@^4.
|
|
7076
|
-
version "4.
|
|
7077
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
7078
|
-
integrity sha512-
|
|
7075
|
+
oclif@^4.20.1:
|
|
7076
|
+
version "4.20.1"
|
|
7077
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.20.1.tgz"
|
|
7078
|
+
integrity sha512-XsC6MaYTEtIjkq43sXIrGiq+wtuzxCYWv43gIaFAg8KszOutojqlACwrz1dgCgUAwanwv+BNBNJLnvwQ84dpjg==
|
|
7079
7079
|
dependencies:
|
|
7080
7080
|
"@aws-sdk/client-cloudfront" "^3.787.0"
|
|
7081
7081
|
"@aws-sdk/client-s3" "^3.787.0"
|
|
7082
7082
|
"@inquirer/confirm" "^3.1.22"
|
|
7083
7083
|
"@inquirer/input" "^2.2.4"
|
|
7084
7084
|
"@inquirer/select" "^2.5.0"
|
|
7085
|
-
"@oclif/core" "^4.
|
|
7085
|
+
"@oclif/core" "^4.4.0"
|
|
7086
7086
|
"@oclif/plugin-help" "^6.2.29"
|
|
7087
7087
|
"@oclif/plugin-not-found" "^3.2.57"
|
|
7088
|
-
"@oclif/plugin-warn-if-update-available" "^3.1.
|
|
7088
|
+
"@oclif/plugin-warn-if-update-available" "^3.1.41"
|
|
7089
7089
|
ansis "^3.16.0"
|
|
7090
7090
|
async-retry "^1.3.3"
|
|
7091
7091
|
change-case "^4"
|
|
@@ -7585,10 +7585,10 @@ prettier@^2.0.0, prettier@^2.8.8:
|
|
|
7585
7585
|
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
|
|
7586
7586
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
7587
7587
|
|
|
7588
|
-
prettier@^3.0.0, prettier@^3.
|
|
7589
|
-
version "3.
|
|
7590
|
-
resolved "https://registry.npmjs.org/prettier/-/prettier-3.
|
|
7591
|
-
integrity sha512-
|
|
7588
|
+
prettier@^3.0.0, prettier@^3.6.2, prettier@>=3.0.0:
|
|
7589
|
+
version "3.6.2"
|
|
7590
|
+
resolved "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz"
|
|
7591
|
+
integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==
|
|
7592
7592
|
|
|
7593
7593
|
pretty-quick@^3.3.1:
|
|
7594
7594
|
version "3.3.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
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.142",
|
|
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": "^4.0.
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^4.0.27",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.122",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.120",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.119"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^6.2.28",
|
|
16
16
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
17
17
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
18
18
|
"c8": "^10.1.3",
|
|
19
|
-
"eslint-plugin-prettier": "^5.5.
|
|
20
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
19
|
+
"eslint-plugin-prettier": "^5.5.1",
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.20.26",
|
|
21
21
|
"nock": "^14.0.5",
|
|
22
|
-
"oclif": "^4.
|
|
22
|
+
"oclif": "^4.20.1",
|
|
23
23
|
"patch-package": "^8.0.0",
|
|
24
24
|
"pinst": "^3.0.0",
|
|
25
|
-
"prettier": "^3.
|
|
25
|
+
"prettier": "^3.6.2",
|
|
26
26
|
"pretty-quick": "^4.2.2",
|
|
27
27
|
"ts-node": "^10.9.2",
|
|
28
28
|
"typescript": "^5.8.3"
|