agent-conf 2.0.0 → 2.0.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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -66,7 +66,7 @@ var CONFIG_DIR = ".agent-conf";
|
|
|
66
66
|
var LOCKFILE_NAME = "lockfile.json";
|
|
67
67
|
var CLI_VERSION = "0.1.0";
|
|
68
68
|
function getBuildCommit() {
|
|
69
|
-
return true ? "
|
|
69
|
+
return true ? "95b3bde2e0c69d73035f93e655d08eb0c89e3b53" : "unknown";
|
|
70
70
|
}
|
|
71
71
|
function getLockfilePath(targetDir) {
|
|
72
72
|
return path.join(targetDir, CONFIG_DIR, LOCKFILE_NAME);
|