oasis_test 0.1.26 → 0.1.27
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
|
@@ -50988,7 +50988,7 @@ async function runCli(argv, println = console.log) {
|
|
|
50988
50988
|
}
|
|
50989
50989
|
|
|
50990
50990
|
// src/index.ts
|
|
50991
|
-
var PKG_VERSION = true ? "0.1.
|
|
50991
|
+
var PKG_VERSION = true ? "0.1.27" : "dev";
|
|
50992
50992
|
var OASIS_DIR = path13.join(os8.homedir(), ".oasis");
|
|
50993
50993
|
var CONFIG_FILE = path13.join(OASIS_DIR, "node-config.json");
|
|
50994
50994
|
var PID_FILE = path13.join(OASIS_DIR, "node.pid");
|