antpath 0.10.7 → 0.10.8
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/cli.mjs +2 -2
- package/dist/cli.mjs.sha256 +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -10,8 +10,8 @@ import { readFile as readFile2, writeFile, readdir as readdir2, stat as stat2 }
|
|
|
10
10
|
import { resolve as resolvePath4 } from "node:path";
|
|
11
11
|
|
|
12
12
|
// dist/internal.js
|
|
13
|
-
var ANTPATH_INDEX_PATH = "/antpath/index.json";
|
|
14
|
-
var ANTPATH_RUN_TOKEN_PATH = "/antpath/run-token";
|
|
13
|
+
var ANTPATH_INDEX_PATH = "/mnt/session/uploads/antpath/index.json";
|
|
14
|
+
var ANTPATH_RUN_TOKEN_PATH = "/mnt/session/uploads/antpath/run-token";
|
|
15
15
|
|
|
16
16
|
// ../shared/dist/config.js
|
|
17
17
|
var DEFAULT_CAPS = {
|
package/dist/cli.mjs.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
96f0a14f0b47cef1bb57dfd5751fc615ba20df3408241b7434935a55eef3a7ff cli.mjs
|