sfdx-jayree 4.8.102 → 4.8.104
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 +14 -0
- package/README.md +6 -6
- package/npm-shrinkwrap.json +11 -11
- package/oclif.lock +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.8.104](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.103...v4.8.104) (2024-11-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([#1486](https://github.com/jayree/sfdx-jayree-plugin/issues/1486)) ([0297440](https://github.com/jayree/sfdx-jayree-plugin/commit/029744013841b37cde7424a45fcca62ce393cb1f))
|
|
7
|
+
|
|
8
|
+
## [4.8.103](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.102...v4.8.103) (2024-11-16)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.80 to 1.2.81 ([#1483](https://github.com/jayree/sfdx-jayree-plugin/issues/1483)) ([d86a2cf](https://github.com/jayree/sfdx-jayree-plugin/commit/d86a2cfae44e35f4c307218534db30a4c1491920))
|
|
14
|
+
|
|
1
15
|
## [4.8.102](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.101...v4.8.102) (2024-11-15)
|
|
2
16
|
|
|
3
17
|
|
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.81/src/commands/jayree/flow/get/coverage.ts)_
|
|
65
65
|
|
|
66
66
|
### `sfdx jayree manifest cleanup`
|
|
67
67
|
|
|
@@ -241,7 +241,7 @@ EXAMPLES
|
|
|
241
241
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
242
242
|
```
|
|
243
243
|
|
|
244
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
244
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.81/src/commands/jayree/org/configure/index.ts)_
|
|
245
245
|
|
|
246
246
|
### `sfdx jayree org configure country`
|
|
247
247
|
|
|
@@ -261,7 +261,7 @@ GLOBAL FLAGS
|
|
|
261
261
|
--json Format output as json.
|
|
262
262
|
```
|
|
263
263
|
|
|
264
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
264
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.81/src/commands/jayree/org/configure/country.ts)_
|
|
265
265
|
|
|
266
266
|
### `sfdx jayree org configure state`
|
|
267
267
|
|
|
@@ -286,7 +286,7 @@ GLOBAL FLAGS
|
|
|
286
286
|
--json Format output as json.
|
|
287
287
|
```
|
|
288
288
|
|
|
289
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
289
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.81/src/commands/jayree/org/configure/state.ts)_
|
|
290
290
|
|
|
291
291
|
### `sfdx jayree org get settings`
|
|
292
292
|
|
|
@@ -316,7 +316,7 @@ EXAMPLES
|
|
|
316
316
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
319
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.81/src/commands/jayree/org/get/settings.ts)_
|
|
320
320
|
|
|
321
321
|
### `sfdx jayree org stream`
|
|
322
322
|
|
|
@@ -348,7 +348,7 @@ EXAMPLES
|
|
|
348
348
|
...
|
|
349
349
|
```
|
|
350
350
|
|
|
351
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
351
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.81/src/commands/jayree/org/stream.ts)_
|
|
352
352
|
|
|
353
353
|
### `sfdx jayree project compare snapshot`
|
|
354
354
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.104",
|
|
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.104",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^3.6.6",
|
|
13
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.81",
|
|
14
14
|
"@jayree/sfdx-plugin-prettier": "^1.3.90",
|
|
15
15
|
"@jayree/sfdx-plugin-source": "^1.3.85"
|
|
16
16
|
},
|
|
@@ -3367,16 +3367,16 @@
|
|
|
3367
3367
|
}
|
|
3368
3368
|
},
|
|
3369
3369
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
3370
|
-
"version": "1.2.
|
|
3371
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
3372
|
-
"integrity": "sha512-
|
|
3370
|
+
"version": "1.2.81",
|
|
3371
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.81.tgz",
|
|
3372
|
+
"integrity": "sha512-ThTYmpuXaQT4GBzhgBmgLknQiLhozJMnUX05juz0ofAns+x3iWzD9D/V8tjOxTO2Q0YHr66IOB6A/2acxbpG0A==",
|
|
3373
3373
|
"license": "BSD-3-Clause",
|
|
3374
3374
|
"dependencies": {
|
|
3375
3375
|
"@jayree/changelog": "^1.2.4",
|
|
3376
3376
|
"@jsforce/jsforce-node": "^3.6.2",
|
|
3377
3377
|
"@listr2/prompt-adapter-enquirer": "^2.0.12",
|
|
3378
|
-
"@oclif/core": "^4.0.
|
|
3379
|
-
"@salesforce/core": "^8.
|
|
3378
|
+
"@oclif/core": "^4.0.32",
|
|
3379
|
+
"@salesforce/core": "^8.8.0",
|
|
3380
3380
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
3381
3381
|
"@salesforce/source-deploy-retrieve": "^12.10.1",
|
|
3382
3382
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -7666,9 +7666,9 @@
|
|
|
7666
7666
|
"license": "MIT"
|
|
7667
7667
|
},
|
|
7668
7668
|
"node_modules/cross-spawn": {
|
|
7669
|
-
"version": "7.0.
|
|
7670
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.
|
|
7671
|
-
"integrity": "sha512-
|
|
7669
|
+
"version": "7.0.5",
|
|
7670
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz",
|
|
7671
|
+
"integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==",
|
|
7672
7672
|
"dev": true,
|
|
7673
7673
|
"license": "MIT",
|
|
7674
7674
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1392,16 +1392,16 @@
|
|
|
1392
1392
|
graceful-fs "^4.2.11"
|
|
1393
1393
|
isomorphic-git "1.27.1"
|
|
1394
1394
|
|
|
1395
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1396
|
-
version "1.2.
|
|
1397
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1398
|
-
integrity sha512-
|
|
1395
|
+
"@jayree/sfdx-plugin-org@^1.2.81":
|
|
1396
|
+
version "1.2.81"
|
|
1397
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.81.tgz"
|
|
1398
|
+
integrity sha512-ThTYmpuXaQT4GBzhgBmgLknQiLhozJMnUX05juz0ofAns+x3iWzD9D/V8tjOxTO2Q0YHr66IOB6A/2acxbpG0A==
|
|
1399
1399
|
dependencies:
|
|
1400
1400
|
"@jayree/changelog" "^1.2.4"
|
|
1401
1401
|
"@jsforce/jsforce-node" "^3.6.2"
|
|
1402
1402
|
"@listr2/prompt-adapter-enquirer" "^2.0.12"
|
|
1403
|
-
"@oclif/core" "^4.0.
|
|
1404
|
-
"@salesforce/core" "^8.
|
|
1403
|
+
"@oclif/core" "^4.0.32"
|
|
1404
|
+
"@salesforce/core" "^8.8.0"
|
|
1405
1405
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1406
1406
|
"@salesforce/source-deploy-retrieve" "^12.10.1"
|
|
1407
1407
|
"@salesforce/ts-types" "^2.0.12"
|
|
@@ -3758,9 +3758,9 @@ create-require@^1.1.0:
|
|
|
3758
3758
|
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
|
|
3759
3759
|
|
|
3760
3760
|
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
|
3761
|
-
version "7.0.
|
|
3762
|
-
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.
|
|
3763
|
-
integrity sha512-
|
|
3761
|
+
version "7.0.5"
|
|
3762
|
+
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz"
|
|
3763
|
+
integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
|
|
3764
3764
|
dependencies:
|
|
3765
3765
|
path-key "^3.1.0"
|
|
3766
3766
|
shebang-command "^2.0.0"
|
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.104",
|
|
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": "^3.6.6",
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.81",
|
|
11
11
|
"@jayree/sfdx-plugin-prettier": "^1.3.90",
|
|
12
12
|
"@jayree/sfdx-plugin-source": "^1.3.85"
|
|
13
13
|
},
|