trainfabric 0.1.20 → 0.1.21
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.cjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -8945,7 +8945,7 @@ function buildComputeSpec(options) {
|
|
|
8945
8945
|
|
|
8946
8946
|
// src/index.ts
|
|
8947
8947
|
var DEFAULT_TRAINFABRIC_API_URL2 = "https://api.trainfabric.com";
|
|
8948
|
-
var CLI_VERSION = "0.1.
|
|
8948
|
+
var CLI_VERSION = "0.1.21";
|
|
8949
8949
|
var CONFIG_DIR = import_node_path3.default.join(import_node_os2.default.homedir(), ".trainfabric");
|
|
8950
8950
|
var CONFIG_PATH = import_node_path3.default.join(CONFIG_DIR, "config.json");
|
|
8951
8951
|
var FALLBACK_SECRET_PATH = import_node_path3.default.join(CONFIG_DIR, "session.enc");
|