@clawos-dev/clawd 0.2.183-beta.365.f527c19 → 0.2.183-beta.366.f986e84
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.cjs +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -57529,7 +57529,7 @@ async function startDaemon(config) {
|
|
|
57529
57529
|
fetchUserInfo: (ttcToken) => fetchTtcUserInfo({ apiBase: TTC_HOSTS.api, token: ttcToken }),
|
|
57530
57530
|
visitorStore,
|
|
57531
57531
|
now: () => Date.now(),
|
|
57532
|
-
ttlSeconds:
|
|
57532
|
+
ttlSeconds: 30 * 24 * 3600
|
|
57533
57533
|
});
|
|
57534
57534
|
const getProjectStore = (userId) => new ProjectStore(deriveUserWorkDir(userId, usersRoot));
|
|
57535
57535
|
const appBuilderStore = getProjectStore(ownerPrincipalId);
|
package/package.json
CHANGED