sfdx-jayree 4.8.108 → 4.8.109
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 +7 -7
- package/oclif.lock +5 -5
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.8.109](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.108...v4.8.109) (2024-12-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.83 to 1.2.84 ([#1502](https://github.com/jayree/sfdx-jayree-plugin/issues/1502)) ([52bd030](https://github.com/jayree/sfdx-jayree-plugin/commit/52bd03076e21e4e4a8b7176c6e7071b5202f385f))
|
|
7
|
+
|
|
1
8
|
## [4.8.108](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.107...v4.8.108) (2024-12-06)
|
|
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.84/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.84/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.84/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.84/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.84/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.84/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.109",
|
|
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.109",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^3.6.16",
|
|
13
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.84",
|
|
14
14
|
"@jayree/sfdx-plugin-prettier": "^1.3.92",
|
|
15
15
|
"@jayree/sfdx-plugin-source": "^1.3.88"
|
|
16
16
|
},
|
|
@@ -4863,15 +4863,15 @@
|
|
|
4863
4863
|
}
|
|
4864
4864
|
},
|
|
4865
4865
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
4866
|
-
"version": "1.2.
|
|
4867
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
4868
|
-
"integrity": "sha512-
|
|
4866
|
+
"version": "1.2.84",
|
|
4867
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.84.tgz",
|
|
4868
|
+
"integrity": "sha512-mxiqaH5ItT1GQUR1SRyOKIdrjFTTTk9Cbcd3l0SvSwj4vI9/GADsDMOorU37xUVctxA7LqNA07XFgohB+18C3w==",
|
|
4869
4869
|
"license": "BSD-3-Clause",
|
|
4870
4870
|
"dependencies": {
|
|
4871
4871
|
"@jayree/changelog": "^1.2.4",
|
|
4872
4872
|
"@jsforce/jsforce-node": "^3.6.3",
|
|
4873
4873
|
"@listr2/prompt-adapter-enquirer": "^2.0.12",
|
|
4874
|
-
"@oclif/core": "^4.0.
|
|
4874
|
+
"@oclif/core": "^4.0.34",
|
|
4875
4875
|
"@salesforce/core": "^8.8.0",
|
|
4876
4876
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4877
4877
|
"@salesforce/source-deploy-retrieve": "^12.10.2",
|
package/oclif.lock
CHANGED
|
@@ -1756,15 +1756,15 @@
|
|
|
1756
1756
|
graceful-fs "^4.2.11"
|
|
1757
1757
|
isomorphic-git "1.27.2"
|
|
1758
1758
|
|
|
1759
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1760
|
-
version "1.2.
|
|
1761
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1762
|
-
integrity sha512-
|
|
1759
|
+
"@jayree/sfdx-plugin-org@^1.2.84":
|
|
1760
|
+
version "1.2.84"
|
|
1761
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.84.tgz"
|
|
1762
|
+
integrity sha512-mxiqaH5ItT1GQUR1SRyOKIdrjFTTTk9Cbcd3l0SvSwj4vI9/GADsDMOorU37xUVctxA7LqNA07XFgohB+18C3w==
|
|
1763
1763
|
dependencies:
|
|
1764
1764
|
"@jayree/changelog" "^1.2.4"
|
|
1765
1765
|
"@jsforce/jsforce-node" "^3.6.3"
|
|
1766
1766
|
"@listr2/prompt-adapter-enquirer" "^2.0.12"
|
|
1767
|
-
"@oclif/core" "^4.0.
|
|
1767
|
+
"@oclif/core" "^4.0.34"
|
|
1768
1768
|
"@salesforce/core" "^8.8.0"
|
|
1769
1769
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1770
1770
|
"@salesforce/source-deploy-retrieve" "^12.10.2"
|
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.109",
|
|
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.16",
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.84",
|
|
11
11
|
"@jayree/sfdx-plugin-prettier": "^1.3.92",
|
|
12
12
|
"@jayree/sfdx-plugin-source": "^1.3.88"
|
|
13
13
|
},
|