@provartesting/provardx-cli 0.0.7-beta → 1.1.0

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/README.md CHANGED
@@ -12,10 +12,3 @@ Run In dev provardx plugin on your local
12
12
  4. Need to copy the bin/dev folder to run the commands locally in Dev. Plugin.
13
13
  5. To run the command manually: bin/dev ${command} (example: bin/dev sf provar config generate)
14
14
  6. To run NUTS on your local: yarn run test:nuts
15
-
16
- # Naming conventions used in provardx-cli development
17
-
18
- 1. camelCase for fileNames/methodNames/Variables
19
- 2. PascalCase for classNames.
20
-
21
- Also, we are adding the Copyright/licensing text over every ts file
@@ -582,5 +582,5 @@
582
582
  ]
583
583
  }
584
584
  },
585
- "version": "0.0.7-beta"
585
+ "version": "1.1.0"
586
586
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@provartesting/provardx-cli",
3
3
  "description": "A plugin for the Salesforce CLI to orchestrate testing activities and report quality metrics to Provar Manager",
4
- "version": "0.0.7-beta",
4
+ "version": "1.1.0",
5
5
  "license": "BSD-3-Clause",
6
6
  "dependencies": {
7
7
  "@oclif/core": "^3.18.1",