tapthat-server 0.1.0 → 0.1.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/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2764,7 +2764,7 @@ var USAGE = `tapthat-server \u2014 apply TapThat comments to this repo with a co
|
|
|
2764
2764
|
tapthat-server audit-prod fail if the sidecar is in a production dependency tree
|
|
2765
2765
|
|
|
2766
2766
|
Development tool only. serve and run-file require TAPTHAT_ENABLE=1.`;
|
|
2767
|
-
var VERSION = "0.1.
|
|
2767
|
+
var VERSION = "0.1.1";
|
|
2768
2768
|
var SECRETS_FILE = join7(".tapthat", "secrets.env");
|
|
2769
2769
|
var execFileP = promisify3(execFile3);
|
|
2770
2770
|
function credentialFromEnv() {
|
package/package.json
CHANGED