sfdx-jayree 4.8.151 → 4.8.152
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 +6 -6
- package/npm-shrinkwrap.json +12 -12
- package/oclif.lock +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.8.152](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.151...v4.8.152) (2025-08-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.126 to 1.2.128 ([#1723](https://github.com/jayree/sfdx-jayree-plugin/issues/1723)) ([804158d](https://github.com/jayree/sfdx-jayree-plugin/commit/804158d669bc716eda46ad477378d7bd7a063ee8))
|
|
7
|
+
|
|
1
8
|
## [4.8.151](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.150...v4.8.151) (2025-08-01)
|
|
2
9
|
|
|
3
10
|
|
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.128/src/commands/jayree/flow/get/coverage.ts)_
|
|
65
65
|
|
|
66
66
|
### `sfdx jayree manifest cleanup`
|
|
67
67
|
|
|
@@ -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.128/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.128/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.128/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.128/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.128/src/commands/jayree/org/stream.ts)_
|
|
349
349
|
|
|
350
350
|
### `sfdx jayree project compare snapshot`
|
|
351
351
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.152",
|
|
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.152",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^4.0.47",
|
|
13
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.128",
|
|
14
14
|
"@jayree/sfdx-plugin-prettier": "^1.3.125",
|
|
15
15
|
"@jayree/sfdx-plugin-source": "^1.3.124"
|
|
16
16
|
},
|
|
@@ -3416,18 +3416,18 @@
|
|
|
3416
3416
|
}
|
|
3417
3417
|
},
|
|
3418
3418
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
3419
|
-
"version": "1.2.
|
|
3420
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
3421
|
-
"integrity": "sha512-
|
|
3419
|
+
"version": "1.2.128",
|
|
3420
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.128.tgz",
|
|
3421
|
+
"integrity": "sha512-721FoFhLze0yt96DjzQC48i6kJPRJneCtBaXR+63sJbO1q5CcLI3uycgUq306Vaf0aOWcByUAleC/tZaV043Hg==",
|
|
3422
3422
|
"license": "BSD-3-Clause",
|
|
3423
3423
|
"dependencies": {
|
|
3424
|
-
"@jayree/changelog": "^1.2.
|
|
3425
|
-
"@jsforce/jsforce-node": "^3.9.
|
|
3424
|
+
"@jayree/changelog": "^1.2.12",
|
|
3425
|
+
"@jsforce/jsforce-node": "^3.9.5",
|
|
3426
3426
|
"@listr2/prompt-adapter-enquirer": "^2.0.16",
|
|
3427
3427
|
"@oclif/core": "^4.5.2",
|
|
3428
3428
|
"@salesforce/core": "^8.18.5",
|
|
3429
3429
|
"@salesforce/sf-plugins-core": "^12.2.3",
|
|
3430
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
3430
|
+
"@salesforce/source-deploy-retrieve": "^12.22.1",
|
|
3431
3431
|
"@salesforce/ts-types": "^2.0.12",
|
|
3432
3432
|
"chalk": "^5.4.1",
|
|
3433
3433
|
"cli-progress": "^3.12.0",
|
|
@@ -3658,9 +3658,9 @@
|
|
|
3658
3658
|
}
|
|
3659
3659
|
},
|
|
3660
3660
|
"node_modules/@jsforce/jsforce-node": {
|
|
3661
|
-
"version": "3.
|
|
3662
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
3663
|
-
"integrity": "sha512-
|
|
3661
|
+
"version": "3.10.0",
|
|
3662
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.0.tgz",
|
|
3663
|
+
"integrity": "sha512-hNExEqzvJ/ixnsfZlrYh/FqEOYfn4vKmeBMqIdrEjeYciIsSaOeggghFl+1w0m2u7TNGr1+8jPUBvki3nebPSw==",
|
|
3664
3664
|
"license": "MIT",
|
|
3665
3665
|
"dependencies": {
|
|
3666
3666
|
"@sindresorhus/is": "^4",
|
package/oclif.lock
CHANGED
|
@@ -1320,7 +1320,7 @@
|
|
|
1320
1320
|
resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
|
|
1321
1321
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1322
1322
|
|
|
1323
|
-
"@jayree/changelog@^1.2.
|
|
1323
|
+
"@jayree/changelog@^1.2.12":
|
|
1324
1324
|
version "1.2.12"
|
|
1325
1325
|
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.12.tgz"
|
|
1326
1326
|
integrity sha512-b/mVDIpGn6UtLcWuk18PB6LimD/lapZ/vkvgz0Sse+vGq+3CoyQ2yNgQVN0X6pAToPJ48BJGX0WIUx499Xc5qg==
|
|
@@ -1351,18 +1351,18 @@
|
|
|
1351
1351
|
graceful-fs "^4.2.11"
|
|
1352
1352
|
isomorphic-git "1.32.2"
|
|
1353
1353
|
|
|
1354
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1355
|
-
version "1.2.
|
|
1356
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1357
|
-
integrity sha512-
|
|
1354
|
+
"@jayree/sfdx-plugin-org@^1.2.128":
|
|
1355
|
+
version "1.2.128"
|
|
1356
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.128.tgz"
|
|
1357
|
+
integrity sha512-721FoFhLze0yt96DjzQC48i6kJPRJneCtBaXR+63sJbO1q5CcLI3uycgUq306Vaf0aOWcByUAleC/tZaV043Hg==
|
|
1358
1358
|
dependencies:
|
|
1359
|
-
"@jayree/changelog" "^1.2.
|
|
1360
|
-
"@jsforce/jsforce-node" "^3.9.
|
|
1359
|
+
"@jayree/changelog" "^1.2.12"
|
|
1360
|
+
"@jsforce/jsforce-node" "^3.9.5"
|
|
1361
1361
|
"@listr2/prompt-adapter-enquirer" "^2.0.16"
|
|
1362
1362
|
"@oclif/core" "^4.5.2"
|
|
1363
1363
|
"@salesforce/core" "^8.18.5"
|
|
1364
1364
|
"@salesforce/sf-plugins-core" "^12.2.3"
|
|
1365
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1365
|
+
"@salesforce/source-deploy-retrieve" "^12.22.1"
|
|
1366
1366
|
"@salesforce/ts-types" "^2.0.12"
|
|
1367
1367
|
chalk "^5.4.1"
|
|
1368
1368
|
cli-progress "^3.12.0"
|
|
@@ -1461,10 +1461,10 @@
|
|
|
1461
1461
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
1462
1462
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1463
1463
|
|
|
1464
|
-
"@jsforce/jsforce-node@^3.9.1", "@jsforce/jsforce-node@^3.9.
|
|
1465
|
-
version "3.
|
|
1466
|
-
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
1467
|
-
integrity sha512-
|
|
1464
|
+
"@jsforce/jsforce-node@^3.9.1", "@jsforce/jsforce-node@^3.9.5":
|
|
1465
|
+
version "3.10.0"
|
|
1466
|
+
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.0.tgz"
|
|
1467
|
+
integrity sha512-hNExEqzvJ/ixnsfZlrYh/FqEOYfn4vKmeBMqIdrEjeYciIsSaOeggghFl+1w0m2u7TNGr1+8jPUBvki3nebPSw==
|
|
1468
1468
|
dependencies:
|
|
1469
1469
|
"@sindresorhus/is" "^4"
|
|
1470
1470
|
base64url "^3.0.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.152",
|
|
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
9
|
"@jayree/sfdx-plugin-manifest": "^4.0.47",
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.128",
|
|
11
11
|
"@jayree/sfdx-plugin-prettier": "^1.3.125",
|
|
12
12
|
"@jayree/sfdx-plugin-source": "^1.3.124"
|
|
13
13
|
},
|