tapthat-server 0.1.0 → 0.1.2

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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.0";
2767
+ var VERSION = "0.1.2";
2768
2768
  var SECRETS_FILE = join7(".tapthat", "secrets.env");
2769
2769
  var execFileP = promisify3(execFile3);
2770
2770
  function credentialFromEnv() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tapthat-server",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Applies TapThat comments to a repo with a coding agent, beside your dev server. Development tool — never run it in production.",
5
5
  "license": "MIT",
6
6
  "type": "module",