oasis_test 0.1.35 → 0.1.36
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
|
@@ -57730,7 +57730,7 @@ ${res.warning}`);
|
|
|
57730
57730
|
}
|
|
57731
57731
|
|
|
57732
57732
|
// src/index.ts
|
|
57733
|
-
var PKG_VERSION = true ? "0.1.
|
|
57733
|
+
var PKG_VERSION = true ? "0.1.36" : "dev";
|
|
57734
57734
|
var OASIS_DIR = path18.join(os10.homedir(), ".oasis");
|
|
57735
57735
|
var CONFIG_FILE = path18.join(OASIS_DIR, "node-config.json");
|
|
57736
57736
|
var PID_FILE = path18.join(OASIS_DIR, "node.pid");
|