trainfabric 0.1.67 → 0.1.69

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/index.cjs +1 -1
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -9360,7 +9360,7 @@ function buildComputeSpec(options) {
9360
9360
 
9361
9361
  // src/index.ts
9362
9362
  var DEFAULT_TRAINFABRIC_API_URL2 = "https://api.trainfabric.com";
9363
- var CLI_VERSION = "0.1.67";
9363
+ var CLI_VERSION = "0.1.69";
9364
9364
  var CONFIG_DIR = import_node_path3.default.join(import_node_os2.default.homedir(), ".trainfabric");
9365
9365
  var CONFIG_PATH = import_node_path3.default.join(CONFIG_DIR, "config.json");
9366
9366
  var FALLBACK_SECRET_PATH = import_node_path3.default.join(CONFIG_DIR, "session.enc");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trainfabric",
3
- "version": "0.1.67",
3
+ "version": "0.1.69",
4
4
  "description": "Trainfabric CLI for launching GPU training jobs on the hosted Trainfabric backend.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",