sfdx-jayree 4.8.92 → 4.8.93
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 +8 -0
- package/README.md +6 -6
- package/npm-shrinkwrap.json +12 -12
- package/oclif.lock +10 -10
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [4.8.93](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.92...v4.8.93) (2024-09-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.81 to 1.3.82 ([#1430](https://github.com/jayree/sfdx-jayree-plugin/issues/1430)) ([0bf25ae](https://github.com/jayree/sfdx-jayree-plugin/commit/0bf25aecd03f07684d1486233604eb47b79ac2e0))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.76 to 1.3.77 ([#1428](https://github.com/jayree/sfdx-jayree-plugin/issues/1428)) ([d32a8c5](https://github.com/jayree/sfdx-jayree-plugin/commit/d32a8c5ba27a6d069e43206385d42d662bee7151))
|
|
8
|
+
|
|
1
9
|
## [4.8.92](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.91...v4.8.92) (2024-09-20)
|
|
2
10
|
|
|
3
11
|
|
package/README.md
CHANGED
|
@@ -369,7 +369,7 @@ ALIASES
|
|
|
369
369
|
$ sfdx jayree source snapshot compare
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
372
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.77/src/commands/jayree/project/compare/snapshot.ts)_
|
|
373
373
|
|
|
374
374
|
### `sfdx jayree project fix`
|
|
375
375
|
|
|
@@ -391,7 +391,7 @@ ALIASES
|
|
|
391
391
|
$ sfdx jayree source fix
|
|
392
392
|
```
|
|
393
393
|
|
|
394
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
394
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.77/src/commands/jayree/project/fix.ts)_
|
|
395
395
|
|
|
396
396
|
### `sfdx jayree project generate snapshot`
|
|
397
397
|
|
|
@@ -412,7 +412,7 @@ ALIASES
|
|
|
412
412
|
$ sfdx jayree source snapshot generate
|
|
413
413
|
```
|
|
414
414
|
|
|
415
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
415
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.77/src/commands/jayree/project/generate/snapshot.ts)_
|
|
416
416
|
|
|
417
417
|
### `sfdx jayree project list tracking`
|
|
418
418
|
|
|
@@ -441,7 +441,7 @@ EXAMPLES
|
|
|
441
441
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
442
442
|
```
|
|
443
443
|
|
|
444
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
444
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.77/src/commands/jayree/project/list/tracking.ts)_
|
|
445
445
|
|
|
446
446
|
### `sfdx jayree project store tracking get`
|
|
447
447
|
|
|
@@ -467,7 +467,7 @@ EXAMPLES
|
|
|
467
467
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
468
468
|
```
|
|
469
469
|
|
|
470
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
470
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.77/src/commands/jayree/project/store/tracking/get.ts)_
|
|
471
471
|
|
|
472
472
|
### `sfdx jayree project store tracking set`
|
|
473
473
|
|
|
@@ -497,7 +497,7 @@ EXAMPLES
|
|
|
497
497
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
498
498
|
```
|
|
499
499
|
|
|
500
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
500
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.77/src/commands/jayree/project/store/tracking/set.ts)_
|
|
501
501
|
<!-- commandsstop -->
|
|
502
502
|
|
|
503
503
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.93",
|
|
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.93",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^3.5.17",
|
|
13
13
|
"@jayree/sfdx-plugin-org": "^1.2.72",
|
|
14
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.82",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.77"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-help": "^6.2.11",
|
|
@@ -5198,9 +5198,9 @@
|
|
|
5198
5198
|
}
|
|
5199
5199
|
},
|
|
5200
5200
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
5201
|
-
"version": "1.3.
|
|
5202
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
5203
|
-
"integrity": "sha512-
|
|
5201
|
+
"version": "1.3.82",
|
|
5202
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.82.tgz",
|
|
5203
|
+
"integrity": "sha512-MnWnFoP+F10PzFD5xwMD/xN1fn88wfXcJULLyfHNPGBXL6tfK1Fgw7VvHWQxFIZ3nXHtxU+BFY/rF5sVF5A8IQ==",
|
|
5204
5204
|
"license": "BSD-3-Clause",
|
|
5205
5205
|
"dependencies": {
|
|
5206
5206
|
"@jayree/changelog": "^1.2.4",
|
|
@@ -5209,7 +5209,7 @@
|
|
|
5209
5209
|
"@salesforce/core": "^8.5.7",
|
|
5210
5210
|
"@salesforce/kit": "^3.2.3",
|
|
5211
5211
|
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
5212
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5212
|
+
"@salesforce/source-deploy-retrieve": "^12.7.1",
|
|
5213
5213
|
"cli-progress": "^3.12.0",
|
|
5214
5214
|
"debug": "^4.3.7",
|
|
5215
5215
|
"fs-extra": "^11.2.0",
|
|
@@ -5223,9 +5223,9 @@
|
|
|
5223
5223
|
}
|
|
5224
5224
|
},
|
|
5225
5225
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
5226
|
-
"version": "1.3.
|
|
5227
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
5228
|
-
"integrity": "sha512-
|
|
5226
|
+
"version": "1.3.77",
|
|
5227
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.77.tgz",
|
|
5228
|
+
"integrity": "sha512-SfOGjHe05ge7+YT9jrMlEoRdBr/dKhfmQUIRAaCeOd2Ypya4JGWf6stmQgwZ7LSsBzaQEDqBxYavTab7WDNj5A==",
|
|
5229
5229
|
"license": "BSD-3-Clause",
|
|
5230
5230
|
"dependencies": {
|
|
5231
5231
|
"@jayree/changelog": "^1.2.4",
|
|
@@ -5233,7 +5233,7 @@
|
|
|
5233
5233
|
"@salesforce/core": "^8.5.7",
|
|
5234
5234
|
"@salesforce/kit": "^3.2.3",
|
|
5235
5235
|
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
5236
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5236
|
+
"@salesforce/source-deploy-retrieve": "^12.7.1",
|
|
5237
5237
|
"@salesforce/source-tracking": "^7.1.14",
|
|
5238
5238
|
"@salesforce/ts-types": "^2.0.11",
|
|
5239
5239
|
"ansis": "^3.2.0",
|
package/oclif.lock
CHANGED
|
@@ -1651,10 +1651,10 @@
|
|
|
1651
1651
|
tslib "^2.7.0"
|
|
1652
1652
|
wrap-ansi "^9.0.0"
|
|
1653
1653
|
|
|
1654
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1655
|
-
version "1.3.
|
|
1656
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1657
|
-
integrity sha512-
|
|
1654
|
+
"@jayree/sfdx-plugin-prettier@^1.3.82":
|
|
1655
|
+
version "1.3.82"
|
|
1656
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.82.tgz"
|
|
1657
|
+
integrity sha512-MnWnFoP+F10PzFD5xwMD/xN1fn88wfXcJULLyfHNPGBXL6tfK1Fgw7VvHWQxFIZ3nXHtxU+BFY/rF5sVF5A8IQ==
|
|
1658
1658
|
dependencies:
|
|
1659
1659
|
"@jayree/changelog" "^1.2.4"
|
|
1660
1660
|
"@oclif/core" "^4.0.22"
|
|
@@ -1662,7 +1662,7 @@
|
|
|
1662
1662
|
"@salesforce/core" "^8.5.7"
|
|
1663
1663
|
"@salesforce/kit" "^3.2.3"
|
|
1664
1664
|
"@salesforce/sf-plugins-core" "^11.3.10"
|
|
1665
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1665
|
+
"@salesforce/source-deploy-retrieve" "^12.7.1"
|
|
1666
1666
|
cli-progress "^3.12.0"
|
|
1667
1667
|
debug "^4.3.7"
|
|
1668
1668
|
fs-extra "^11.2.0"
|
|
@@ -1671,17 +1671,17 @@
|
|
|
1671
1671
|
prettier-plugin-apex "^2.1.4"
|
|
1672
1672
|
tslib "^2.7.0"
|
|
1673
1673
|
|
|
1674
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1675
|
-
version "1.3.
|
|
1676
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1677
|
-
integrity sha512-
|
|
1674
|
+
"@jayree/sfdx-plugin-source@^1.3.77":
|
|
1675
|
+
version "1.3.77"
|
|
1676
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.77.tgz"
|
|
1677
|
+
integrity sha512-SfOGjHe05ge7+YT9jrMlEoRdBr/dKhfmQUIRAaCeOd2Ypya4JGWf6stmQgwZ7LSsBzaQEDqBxYavTab7WDNj5A==
|
|
1678
1678
|
dependencies:
|
|
1679
1679
|
"@jayree/changelog" "^1.2.4"
|
|
1680
1680
|
"@oclif/core" "^4.0.22"
|
|
1681
1681
|
"@salesforce/core" "^8.5.7"
|
|
1682
1682
|
"@salesforce/kit" "^3.2.3"
|
|
1683
1683
|
"@salesforce/sf-plugins-core" "^11.3.10"
|
|
1684
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1684
|
+
"@salesforce/source-deploy-retrieve" "^12.7.1"
|
|
1685
1685
|
"@salesforce/source-tracking" "^7.1.14"
|
|
1686
1686
|
"@salesforce/ts-types" "^2.0.11"
|
|
1687
1687
|
ansis "^3.2.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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.93",
|
|
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.5.17",
|
|
10
10
|
"@jayree/sfdx-plugin-org": "^1.2.72",
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.82",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.77"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^6.2.11",
|