sfdx-jayree 4.8.79 → 4.8.80
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 +6 -6
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.8.80](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.79...v4.8.80) (2024-07-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.58 to 1.2.59 ([#1352](https://github.com/jayree/sfdx-jayree-plugin/issues/1352)) ([40fe158](https://github.com/jayree/sfdx-jayree-plugin/commit/40fe1585d9455a553958445649fc05b35380c24c))
|
|
7
|
+
|
|
1
8
|
## [4.8.79](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.78...v4.8.79) (2024-07-12)
|
|
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.59/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.59/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.59/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.59/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.59/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.59/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.80",
|
|
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.80",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^3.3.15",
|
|
13
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.59",
|
|
14
14
|
"@jayree/sfdx-plugin-prettier": "^1.3.71",
|
|
15
15
|
"@jayree/sfdx-plugin-source": "^1.3.67"
|
|
16
16
|
},
|
|
@@ -2798,9 +2798,9 @@
|
|
|
2798
2798
|
}
|
|
2799
2799
|
},
|
|
2800
2800
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
2801
|
-
"version": "1.2.
|
|
2802
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
2803
|
-
"integrity": "sha512-
|
|
2801
|
+
"version": "1.2.59",
|
|
2802
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.59.tgz",
|
|
2803
|
+
"integrity": "sha512-9jpbneB/2n54DQh2FH77Gh8offQU2ruFOMqf8M9DV6bZ9W2iJu2nXZcRln81LD5WyoRdCcc2BNVaHAmvMOQEZw==",
|
|
2804
2804
|
"license": "BSD-3-Clause",
|
|
2805
2805
|
"dependencies": {
|
|
2806
2806
|
"@jayree/changelog": "^1.2.1",
|
|
@@ -2809,7 +2809,7 @@
|
|
|
2809
2809
|
"@oclif/core": "^3.26.6",
|
|
2810
2810
|
"@salesforce/core": "^7.3.10",
|
|
2811
2811
|
"@salesforce/sf-plugins-core": "^9.1.0",
|
|
2812
|
-
"@salesforce/source-deploy-retrieve": "^12.1.
|
|
2812
|
+
"@salesforce/source-deploy-retrieve": "^12.1.5",
|
|
2813
2813
|
"@salesforce/ts-types": "^2.0.10",
|
|
2814
2814
|
"chalk": "^5.3.0",
|
|
2815
2815
|
"cli-truncate": "^4.0.0",
|
package/oclif.lock
CHANGED
|
@@ -1252,10 +1252,10 @@
|
|
|
1252
1252
|
graceful-fs "^4.2.11"
|
|
1253
1253
|
isomorphic-git "1.27.0"
|
|
1254
1254
|
|
|
1255
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1256
|
-
version "1.2.
|
|
1257
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1258
|
-
integrity sha512-
|
|
1255
|
+
"@jayree/sfdx-plugin-org@^1.2.59":
|
|
1256
|
+
version "1.2.59"
|
|
1257
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.59.tgz"
|
|
1258
|
+
integrity sha512-9jpbneB/2n54DQh2FH77Gh8offQU2ruFOMqf8M9DV6bZ9W2iJu2nXZcRln81LD5WyoRdCcc2BNVaHAmvMOQEZw==
|
|
1259
1259
|
dependencies:
|
|
1260
1260
|
"@jayree/changelog" "^1.2.1"
|
|
1261
1261
|
"@jsforce/jsforce-node" "^3.2.2"
|
|
@@ -1263,7 +1263,7 @@
|
|
|
1263
1263
|
"@oclif/core" "^3.26.6"
|
|
1264
1264
|
"@salesforce/core" "^7.3.10"
|
|
1265
1265
|
"@salesforce/sf-plugins-core" "^9.1.0"
|
|
1266
|
-
"@salesforce/source-deploy-retrieve" "^12.1.
|
|
1266
|
+
"@salesforce/source-deploy-retrieve" "^12.1.5"
|
|
1267
1267
|
"@salesforce/ts-types" "^2.0.10"
|
|
1268
1268
|
chalk "^5.3.0"
|
|
1269
1269
|
cli-truncate "^4.0.0"
|
|
@@ -1643,7 +1643,7 @@
|
|
|
1643
1643
|
"@salesforce/ts-types" "^2.0.9"
|
|
1644
1644
|
chalk "^5.3.0"
|
|
1645
1645
|
|
|
1646
|
-
"@salesforce/source-deploy-retrieve@^12.1.
|
|
1646
|
+
"@salesforce/source-deploy-retrieve@^12.1.5":
|
|
1647
1647
|
version "12.1.5"
|
|
1648
1648
|
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.1.5.tgz"
|
|
1649
1649
|
integrity sha512-2oiUfzfi07HnokqEW5IxtBQMQSwjovNNSPlj4b6yo8fBLeWfzeOzzX7f2l5v/cSEysUi5lj7vN+ZhGm2LexpvQ==
|
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.80",
|
|
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.3.15",
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.59",
|
|
11
11
|
"@jayree/sfdx-plugin-prettier": "^1.3.71",
|
|
12
12
|
"@jayree/sfdx-plugin-source": "^1.3.67"
|
|
13
13
|
},
|