sfdx-jayree 4.4.29 → 4.4.30

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 CHANGED
@@ -1,3 +1,13 @@
1
+ ## [4.4.30](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.29...v4.4.30) (2023-03-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-legacy from 1.1.28 to 1.1.29 ([#635](https://github.com/jayree/sfdx-jayree-plugin/issues/635)) ([842e6a5](https://github.com/jayree/sfdx-jayree-plugin/commit/842e6a56ad07492eb5e030225af7e11a4d55d0c3))
7
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.29 to 1.2.31 ([#647](https://github.com/jayree/sfdx-jayree-plugin/issues/647)) ([d816c57](https://github.com/jayree/sfdx-jayree-plugin/commit/d816c579c9225b82893190bee5ca3698c6fba953))
8
+ * **deps:** bump @salesforce/kit from 1.9.0 to 1.9.2 ([#645](https://github.com/jayree/sfdx-jayree-plugin/issues/645)) ([0f6c482](https://github.com/jayree/sfdx-jayree-plugin/commit/0f6c482ca3fd2a0ab637c7d180b2c374795f8ea4))
9
+ * **deps:** bump @salesforce/source-tracking from 2.2.22 to 2.2.23 ([#639](https://github.com/jayree/sfdx-jayree-plugin/issues/639)) ([12d32c5](https://github.com/jayree/sfdx-jayree-plugin/commit/12d32c55ca0686bd7bf2f755be3235a6de680140))
10
+
1
11
  ## [4.4.29](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.28...v4.4.29) (2023-03-03)
2
12
 
3
13
 
package/README.md CHANGED
@@ -24,7 +24,7 @@ $ sfdx plugins:install sfdx-jayree
24
24
  $ sfdx jayree:[COMMAND]
25
25
  running command...
26
26
  $ sfdx plugins
27
- sfdx-jayree 4.4.29
27
+ sfdx-jayree 4.4.30
28
28
  $ sfdx help jayree:[COMMAND]
29
29
  USAGE
30
30
  $ sfdx jayree:COMMAND
@@ -103,7 +103,7 @@ EXAMPLES
103
103
  ❯ ChangeSet1
104
104
  ```
105
105
 
106
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.28/src/commands/jayree/automation/changeset/deploy.ts)_
106
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.29/src/commands/jayree/automation/changeset/deploy.ts)_
107
107
 
108
108
  ### `sfdx jayree:automation:changeset:list`
109
109
 
@@ -127,7 +127,7 @@ DESCRIPTION
127
127
  list incomming change sets of an org (beta)
128
128
  ```
129
129
 
130
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.28/src/commands/jayree/automation/changeset/list.ts)_
130
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.29/src/commands/jayree/automation/changeset/list.ts)_
131
131
 
132
132
  ### `sfdx jayree:automation:ltngsync:status`
133
133
 
@@ -165,7 +165,7 @@ EXAMPLES
165
165
  userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
166
166
  ```
167
167
 
168
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.28/src/commands/jayree/automation/ltngsync/status.ts)_
168
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.29/src/commands/jayree/automation/ltngsync/status.ts)_
169
169
 
170
170
  ### `sfdx jayree:flowtestcoverage`
171
171
 
@@ -195,7 +195,7 @@ EXAMPLES
195
195
  ...
196
196
  ```
197
197
 
198
- _See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.29/src/commands/jayree/flowtestcoverage.ts)_
198
+ _See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.30/src/commands/jayree/flowtestcoverage.ts)_
199
199
 
200
200
  ### `sfdx jayree:manifest:beta:git:diff`
201
201
 
@@ -450,7 +450,7 @@ EXAMPLES
450
450
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
451
451
  ```
452
452
 
453
- _See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.29/src/commands/jayree/org/configure/index.ts)_
453
+ _See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.30/src/commands/jayree/org/configure/index.ts)_
454
454
 
455
455
  ### `sfdx jayree:org:configure:country`
456
456
 
@@ -474,7 +474,7 @@ DESCRIPTION
474
474
  update country integration values in the State/Country Picklists
475
475
  ```
476
476
 
477
- _See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.29/src/commands/jayree/org/configure/country.ts)_
477
+ _See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.30/src/commands/jayree/org/configure/country.ts)_
478
478
 
479
479
  ### `sfdx jayree:org:configure:state`
480
480
 
@@ -503,7 +503,7 @@ DESCRIPTION
503
503
  import (create/update) states into the State/Country Picklists
504
504
  ```
505
505
 
506
- _See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.29/src/commands/jayree/org/configure/state.ts)_
506
+ _See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.30/src/commands/jayree/org/configure/state.ts)_
507
507
 
508
508
  ### `sfdx jayree:org:settings`
509
509
 
@@ -536,7 +536,7 @@ EXAMPLES
536
536
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
537
537
  ```
538
538
 
539
- _See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.29/src/commands/jayree/org/settings.ts)_
539
+ _See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.30/src/commands/jayree/org/settings.ts)_
540
540
 
541
541
  ### `sfdx jayree:org:streaming`
542
542
 
@@ -565,7 +565,7 @@ EXAMPLES
565
565
  ...
566
566
  ```
567
567
 
568
- _See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.29/src/commands/jayree/org/streaming.ts)_
568
+ _See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.30/src/commands/jayree/org/streaming.ts)_
569
569
 
570
570
  ### `sfdx jayree:packagedescription:create`
571
571
 
@@ -590,7 +590,7 @@ EXAMPLES
590
590
  $ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
591
591
  ```
592
592
 
593
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.28/src/commands/jayree/packagedescription/create.ts)_
593
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.29/src/commands/jayree/packagedescription/create.ts)_
594
594
 
595
595
  ### `sfdx jayree:packagedescription:get`
596
596
 
@@ -615,7 +615,7 @@ EXAMPLES
615
615
  Description of Package FILENAME
616
616
  ```
617
617
 
618
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.28/src/commands/jayree/packagedescription/get.ts)_
618
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.29/src/commands/jayree/packagedescription/get.ts)_
619
619
 
620
620
  ### `sfdx jayree:packagedescription:remove`
621
621
 
@@ -639,7 +639,7 @@ EXAMPLES
639
639
  $ sfdx jayree:packagedescription:remove --file FILENAME
640
640
  ```
641
641
 
642
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.28/src/commands/jayree/packagedescription/remove.ts)_
642
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.29/src/commands/jayree/packagedescription/remove.ts)_
643
643
 
644
644
  ### `sfdx jayree:packagedescription:set`
645
645
 
@@ -664,7 +664,7 @@ EXAMPLES
664
664
  $ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
665
665
  ```
666
666
 
667
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.28/src/commands/jayree/packagedescription/set.ts)_
667
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.29/src/commands/jayree/packagedescription/set.ts)_
668
668
 
669
669
  ### `sfdx jayree:source:fix`
670
670
 
@@ -692,7 +692,7 @@ DESCRIPTION
692
692
  (examples will follow)
693
693
  ```
694
694
 
695
- _See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.29/src/commands/jayree/source/fix.ts)_
695
+ _See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.30/src/commands/jayree/source/fix.ts)_
696
696
 
697
697
  ### `sfdx jayree:source:tracking:list`
698
698
 
@@ -723,7 +723,7 @@ EXAMPLES
723
723
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
724
724
  ```
725
725
 
726
- _See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.29/src/commands/jayree/source/tracking/list.ts)_
726
+ _See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.30/src/commands/jayree/source/tracking/list.ts)_
727
727
 
728
728
  ### `sfdx jayree:source:tracking:store:get`
729
729
 
@@ -751,7 +751,7 @@ EXAMPLES
751
751
  $ sfdx jayree:source:tracking:store:get -u me@my.org
752
752
  ```
753
753
 
754
- _See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.29/src/commands/jayree/source/tracking/store/get.ts)_
754
+ _See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.30/src/commands/jayree/source/tracking/store/get.ts)_
755
755
 
756
756
  ### `sfdx jayree:source:tracking:store:set`
757
757
 
@@ -782,7 +782,7 @@ EXAMPLES
782
782
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
783
783
  ```
784
784
 
785
- _See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.29/src/commands/jayree/source/tracking/store/set.ts)_
785
+ _See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.30/src/commands/jayree/source/tracking/store/set.ts)_
786
786
  <!-- commandsstop -->
787
787
 
788
788
  ## Hooks
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.4.29",
2
+ "version": "4.4.30",
3
3
  "commands": {
4
4
  "jayree:flowtestcoverage": {
5
5
  "id": "jayree:flowtestcoverage",
package/package.json CHANGED
@@ -1,19 +1,19 @@
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.4.29",
4
+ "version": "4.4.30",
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
- "@jayree/sfdx-plugin-legacy": "^1.1.28",
9
+ "@jayree/sfdx-plugin-legacy": "^1.1.29",
10
10
  "@jayree/sfdx-plugin-manifest": "^2.9.1",
11
- "@jayree/sfdx-plugin-prettier": "^1.2.29",
11
+ "@jayree/sfdx-plugin-prettier": "^1.2.31",
12
12
  "@oclif/core": "^1.26.2",
13
13
  "@salesforce/command": "^5.3.2",
14
- "@salesforce/kit": "^1.9.0",
14
+ "@salesforce/kit": "^1.9.2",
15
15
  "@salesforce/source-deploy-retrieve": "^7.11.0",
16
- "@salesforce/source-tracking": "^2.2.22",
16
+ "@salesforce/source-tracking": "^2.2.23",
17
17
  "debug": "^4.3.4",
18
18
  "enquirer": "^2.3.6",
19
19
  "fast-xml-parser": "^4.1.1",
@@ -34,8 +34,8 @@
34
34
  "devDependencies": {
35
35
  "@commitlint/cli": "^17.4.4",
36
36
  "@commitlint/config-conventional": "^17.4.4",
37
- "@oclif/plugin-command-snapshot": "^3.3.7",
38
- "@oclif/plugin-help": "^5.2.6",
37
+ "@oclif/plugin-command-snapshot": "^3.3.8",
38
+ "@oclif/plugin-help": "^5.2.7",
39
39
  "@salesforce/dev-config": "^3.1.0",
40
40
  "@salesforce/dev-scripts": "3.1.1",
41
41
  "@salesforce/prettier-config": "^0.0.2",
@@ -47,21 +47,21 @@
47
47
  "@types/marked-terminal": "^3.1.3",
48
48
  "@types/mkdirp": "^1.0.2",
49
49
  "@types/mocha": "^10.0.1",
50
- "@types/node": "^18.14.5",
50
+ "@types/node": "^18.15.0",
51
51
  "@types/semver": "^7.3.13",
52
52
  "@types/sinon": "^10.0.13",
53
- "@typescript-eslint/eslint-plugin": "^5.54.0",
54
- "@typescript-eslint/parser": "^5.54.0",
53
+ "@typescript-eslint/eslint-plugin": "^5.54.1",
54
+ "@typescript-eslint/parser": "^5.54.1",
55
55
  "chai": "^4.3.7",
56
56
  "eslint": "^8.35.0",
57
- "eslint-config-prettier": "^8.6.0",
57
+ "eslint-config-prettier": "^8.7.0",
58
58
  "eslint-config-salesforce": "^1.1.1",
59
59
  "eslint-config-salesforce-typescript": "^1.1.1",
60
60
  "eslint-plugin-header": "^3.1.1",
61
61
  "eslint-plugin-import": "^2.27.5",
62
62
  "eslint-plugin-jsdoc": "^39.9.1",
63
63
  "eslint-plugin-prettier": "^4.2.1",
64
- "eslint-plugin-sf-plugin": "^1.9.2",
64
+ "eslint-plugin-sf-plugin": "^1.11.0",
65
65
  "husky": "^8.0.3",
66
66
  "is-ci": "^3.0.1",
67
67
  "mocha": "^10.2.0",