sfdx-jayree 4.8.0 → 4.8.1

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,10 @@
1
+ ## [4.8.1](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.0...v4.8.1) (2023-05-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump vm2 from 3.9.17 to 3.9.18 ([#778](https://github.com/jayree/sfdx-jayree-plugin/issues/778)) ([04391c6](https://github.com/jayree/sfdx-jayree-plugin/commit/04391c6c9058aa417215dbcf173e2e26007ecca2))
7
+
1
8
  # [4.8.0](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.7.3...v4.8.0) (2023-05-14)
2
9
 
3
10
 
package/README.md CHANGED
@@ -57,7 +57,7 @@ EXAMPLES
57
57
  ...
58
58
  ```
59
59
 
60
- _See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.8.0/src/commands/jayree/flowtestcoverage.ts)_
60
+ _See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.8.1/src/commands/jayree/flowtestcoverage.ts)_
61
61
 
62
62
  ### `sfdx jayree:manifest:cleanup`
63
63
 
@@ -389,7 +389,7 @@ EXAMPLES
389
389
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
390
390
  ```
391
391
 
392
- _See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.8.0/src/commands/jayree/org/settings.ts)_
392
+ _See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.8.1/src/commands/jayree/org/settings.ts)_
393
393
 
394
394
  ### `sfdx jayree:org:streaming`
395
395
 
@@ -412,7 +412,7 @@ EXAMPLES
412
412
  ...
413
413
  ```
414
414
 
415
- _See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.8.0/src/commands/jayree/org/streaming.ts)_
415
+ _See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.8.1/src/commands/jayree/org/streaming.ts)_
416
416
 
417
417
  ### `sfdx jayree:project:fix`
418
418
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.8.0",
2
+ "version": "4.8.1",
3
3
  "commands": {
4
4
  "jayree:flowtestcoverage": {
5
5
  "id": "jayree:flowtestcoverage",
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.0",
4
+ "version": "4.8.1",
5
5
  "author": "jayree <jayree.git@icloud.com>",
6
6
  "bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
7
7
  "type": "module",