@provartesting/provardx-cli 1.1.1 → 1.1.3
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/oclif.manifest.json +1 -1
- package/package.json +5 -3
- package/scripts/postInstall.js +10 -0
package/oclif.manifest.json
CHANGED
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": "1.1.
|
|
4
|
+
"version": "1.1.3",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@oclif/core": "^3.26.2",
|
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
"files": [
|
|
39
39
|
"/lib",
|
|
40
40
|
"/messages",
|
|
41
|
-
"/oclif.manifest.json"
|
|
41
|
+
"/oclif.manifest.json",
|
|
42
|
+
"/scripts"
|
|
42
43
|
],
|
|
43
44
|
"keywords": [
|
|
44
45
|
"force",
|
|
@@ -116,7 +117,8 @@
|
|
|
116
117
|
"files": [
|
|
117
118
|
"src/**/*.ts",
|
|
118
119
|
"**/tsconfig.json",
|
|
119
|
-
"messages/**"
|
|
120
|
+
"messages/**",
|
|
121
|
+
"/scripts"
|
|
120
122
|
],
|
|
121
123
|
"output": [
|
|
122
124
|
"lib/**",
|