sf-debug-log 0.0.9 → 0.0.11

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.9",
2
+ "version": "0.0.11",
3
3
  "commands": {
4
4
  "debug:retrieve": {
5
5
  "id": "debug:retrieve",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-debug-log",
3
3
  "description": "Manage Salesforce Debug Logs",
4
- "version": "0.0.9",
4
+ "version": "0.0.11",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^2.11.8",
7
7
  "@salesforce/cli": "^2.13.9",
@@ -85,13 +85,11 @@
85
85
  "docs": "sf-docs",
86
86
  "format": "wireit",
87
87
  "lint": "wireit",
88
- "postinstall": "yarn husky install",
89
88
  "postpack": "shx rm -f oclif.manifest.json",
90
89
  "prepack": "sf-prepack",
91
90
  "test": "wireit",
92
91
  "test:only": "wireit",
93
- "version": "oclif readme",
94
- "prepare": "husky install"
92
+ "version": "oclif readme"
95
93
  },
96
94
  "publishConfig": {
97
95
  "access": "public"
@@ -199,4 +197,4 @@
199
197
  }
200
198
  },
201
199
  "author": "Raffaele Preziosi"
202
- }
200
+ }