sfdx-jayree 4.8.61 → 4.8.62
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 +14 -14
- package/oclif.lock +15 -15
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.8.62](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.61...v4.8.62) (2024-03-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.45 to 1.3.46 ([#1226](https://github.com/jayree/sfdx-jayree-plugin/issues/1226)) ([2932f1f](https://github.com/jayree/sfdx-jayree-plugin/commit/2932f1fdf25d0a8b63f14024bc7ab822a24daaa7))
|
|
7
|
+
|
|
1
8
|
## [4.8.61](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.60...v4.8.61) (2024-03-15)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -358,7 +358,7 @@ ALIASES
|
|
|
358
358
|
$ sfdx jayree source snapshot compare
|
|
359
359
|
```
|
|
360
360
|
|
|
361
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
361
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.46/src/commands/jayree/project/compare/snapshot.ts)_
|
|
362
362
|
|
|
363
363
|
### `sfdx jayree project fix`
|
|
364
364
|
|
|
@@ -379,7 +379,7 @@ ALIASES
|
|
|
379
379
|
$ sfdx jayree source fix
|
|
380
380
|
```
|
|
381
381
|
|
|
382
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
382
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.46/src/commands/jayree/project/fix.ts)_
|
|
383
383
|
|
|
384
384
|
### `sfdx jayree project generate snapshot`
|
|
385
385
|
|
|
@@ -399,7 +399,7 @@ ALIASES
|
|
|
399
399
|
$ sfdx jayree source snapshot generate
|
|
400
400
|
```
|
|
401
401
|
|
|
402
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
402
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.46/src/commands/jayree/project/generate/snapshot.ts)_
|
|
403
403
|
|
|
404
404
|
### `sfdx jayree project list tracking`
|
|
405
405
|
|
|
@@ -427,7 +427,7 @@ EXAMPLES
|
|
|
427
427
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
428
428
|
```
|
|
429
429
|
|
|
430
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
430
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.46/src/commands/jayree/project/list/tracking.ts)_
|
|
431
431
|
|
|
432
432
|
### `sfdx jayree project store tracking get`
|
|
433
433
|
|
|
@@ -452,7 +452,7 @@ EXAMPLES
|
|
|
452
452
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
455
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.46/src/commands/jayree/project/store/tracking/get.ts)_
|
|
456
456
|
|
|
457
457
|
### `sfdx jayree project store tracking set`
|
|
458
458
|
|
|
@@ -480,7 +480,7 @@ EXAMPLES
|
|
|
480
480
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
483
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.46/src/commands/jayree/project/store/tracking/set.ts)_
|
|
484
484
|
<!-- commandsstop -->
|
|
485
485
|
|
|
486
486
|
## 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.62",
|
|
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.62",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^3.1.58",
|
|
13
13
|
"@jayree/sfdx-plugin-org": "^1.2.38",
|
|
14
14
|
"@jayree/sfdx-plugin-prettier": "^1.3.49",
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.46"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-help": "^6.0.18",
|
|
@@ -2733,18 +2733,18 @@
|
|
|
2733
2733
|
}
|
|
2734
2734
|
},
|
|
2735
2735
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
2736
|
-
"version": "1.3.
|
|
2737
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
2738
|
-
"integrity": "sha512-
|
|
2736
|
+
"version": "1.3.46",
|
|
2737
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.46.tgz",
|
|
2738
|
+
"integrity": "sha512-8N1t2I3hMwi8Q1OZ9Yfr1njDso3X6VvB9nNiezI3Q7ud7Fn1SZiu2H1CZXSxhTED3t5LWIXgio+NbCzHP106EQ==",
|
|
2739
2739
|
"license": "BSD-3-Clause",
|
|
2740
2740
|
"dependencies": {
|
|
2741
2741
|
"@jayree/changelog": "^1.1.10",
|
|
2742
2742
|
"@oclif/core": "^3.19.5",
|
|
2743
|
-
"@salesforce/core": "^6.7.
|
|
2743
|
+
"@salesforce/core": "^6.7.1",
|
|
2744
2744
|
"@salesforce/kit": "^3.0.15",
|
|
2745
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
2746
|
-
"@salesforce/source-deploy-retrieve": "^10.5.
|
|
2747
|
-
"@salesforce/source-tracking": "^5.1.
|
|
2745
|
+
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
2746
|
+
"@salesforce/source-deploy-retrieve": "^10.5.2",
|
|
2747
|
+
"@salesforce/source-tracking": "^5.1.14",
|
|
2748
2748
|
"@salesforce/ts-types": "^2.0.9",
|
|
2749
2749
|
"chalk": "^5.3.0",
|
|
2750
2750
|
"debug": "^4.3.4",
|
|
@@ -3969,12 +3969,12 @@
|
|
|
3969
3969
|
}
|
|
3970
3970
|
},
|
|
3971
3971
|
"node_modules/@salesforce/source-tracking": {
|
|
3972
|
-
"version": "5.1.
|
|
3973
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.
|
|
3974
|
-
"integrity": "sha512-
|
|
3972
|
+
"version": "5.1.14",
|
|
3973
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.14.tgz",
|
|
3974
|
+
"integrity": "sha512-wrxFM5Wz4GekH4R+eAd+h780K4qNIU7/77Frua5HDHvORcj07zGR8prJ2zG2/bbYwaclojexH9zHi0RHe2LMoA==",
|
|
3975
3975
|
"license": "BSD-3-Clause",
|
|
3976
3976
|
"dependencies": {
|
|
3977
|
-
"@oclif/core": "^3.
|
|
3977
|
+
"@oclif/core": "^3.23.0",
|
|
3978
3978
|
"@salesforce/core": "^6.7.0",
|
|
3979
3979
|
"@salesforce/kit": "^3.0.15",
|
|
3980
3980
|
"@salesforce/source-deploy-retrieve": "^10.5.1",
|
package/oclif.lock
CHANGED
|
@@ -1277,18 +1277,18 @@
|
|
|
1277
1277
|
prettier-plugin-apex "^2.1.0"
|
|
1278
1278
|
tslib "^2.6.1"
|
|
1279
1279
|
|
|
1280
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1281
|
-
version "1.3.
|
|
1282
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1283
|
-
integrity sha512-
|
|
1280
|
+
"@jayree/sfdx-plugin-source@^1.3.46":
|
|
1281
|
+
version "1.3.46"
|
|
1282
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.46.tgz"
|
|
1283
|
+
integrity sha512-8N1t2I3hMwi8Q1OZ9Yfr1njDso3X6VvB9nNiezI3Q7ud7Fn1SZiu2H1CZXSxhTED3t5LWIXgio+NbCzHP106EQ==
|
|
1284
1284
|
dependencies:
|
|
1285
1285
|
"@jayree/changelog" "^1.1.10"
|
|
1286
1286
|
"@oclif/core" "^3.19.5"
|
|
1287
|
-
"@salesforce/core" "^6.7.
|
|
1287
|
+
"@salesforce/core" "^6.7.1"
|
|
1288
1288
|
"@salesforce/kit" "^3.0.15"
|
|
1289
|
-
"@salesforce/sf-plugins-core" "^7.1.
|
|
1290
|
-
"@salesforce/source-deploy-retrieve" "^10.5.
|
|
1291
|
-
"@salesforce/source-tracking" "^5.1.
|
|
1289
|
+
"@salesforce/sf-plugins-core" "^7.1.15"
|
|
1290
|
+
"@salesforce/source-deploy-retrieve" "^10.5.2"
|
|
1291
|
+
"@salesforce/source-tracking" "^5.1.14"
|
|
1292
1292
|
"@salesforce/ts-types" "^2.0.9"
|
|
1293
1293
|
chalk "^5.3.0"
|
|
1294
1294
|
debug "^4.3.4"
|
|
@@ -1564,7 +1564,7 @@
|
|
|
1564
1564
|
read-package-json-fast "^3.0.0"
|
|
1565
1565
|
which "^3.0.0"
|
|
1566
1566
|
|
|
1567
|
-
"@oclif/core@^3.19.5", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.
|
|
1567
|
+
"@oclif/core@^3.19.5", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.1":
|
|
1568
1568
|
version "3.25.1"
|
|
1569
1569
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-3.25.1.tgz"
|
|
1570
1570
|
integrity sha512-L0WTgrcXBa1mc7CYxG0W07sRa4Zs5XpFD2HHhck7Xfqq7jnNcKDSuZ/LdqesVCry6eUHMh3C00IhJr6Msk19Iw==
|
|
@@ -1822,7 +1822,7 @@
|
|
|
1822
1822
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.6.1.tgz"
|
|
1823
1823
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1824
1824
|
|
|
1825
|
-
"@salesforce/sf-plugins-core@^7.1.
|
|
1825
|
+
"@salesforce/sf-plugins-core@^7.1.15":
|
|
1826
1826
|
version "7.1.15"
|
|
1827
1827
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.15.tgz"
|
|
1828
1828
|
integrity sha512-dQSSIHEpeFIadkWqZE24068m01vy31hVJdGWYvgscTnNrR30jIC5fXRevYvGG0l+8vVEJkCYYnJFQabUjSw3Eg==
|
|
@@ -1854,12 +1854,12 @@
|
|
|
1854
1854
|
proxy-agent "^6.4.0"
|
|
1855
1855
|
ts-retry-promise "^0.7.1"
|
|
1856
1856
|
|
|
1857
|
-
"@salesforce/source-tracking@^5.1.
|
|
1858
|
-
version "5.1.
|
|
1859
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.
|
|
1860
|
-
integrity sha512-
|
|
1857
|
+
"@salesforce/source-tracking@^5.1.14":
|
|
1858
|
+
version "5.1.14"
|
|
1859
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.14.tgz"
|
|
1860
|
+
integrity sha512-wrxFM5Wz4GekH4R+eAd+h780K4qNIU7/77Frua5HDHvORcj07zGR8prJ2zG2/bbYwaclojexH9zHi0RHe2LMoA==
|
|
1861
1861
|
dependencies:
|
|
1862
|
-
"@oclif/core" "^3.
|
|
1862
|
+
"@oclif/core" "^3.23.0"
|
|
1863
1863
|
"@salesforce/core" "^6.7.0"
|
|
1864
1864
|
"@salesforce/kit" "^3.0.15"
|
|
1865
1865
|
"@salesforce/source-deploy-retrieve" "^10.5.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.62",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@jayree/sfdx-plugin-manifest": "^3.1.58",
|
|
10
10
|
"@jayree/sfdx-plugin-org": "^1.2.38",
|
|
11
11
|
"@jayree/sfdx-plugin-prettier": "^1.3.49",
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.46"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^6.0.18",
|