@getpochi/cli 0.5.49 → 0.5.50
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.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -368449,7 +368449,7 @@ var {
|
|
|
368449
368449
|
// package.json
|
|
368450
368450
|
var package_default = {
|
|
368451
368451
|
name: "@getpochi/cli",
|
|
368452
|
-
version: "0.5.
|
|
368452
|
+
version: "0.5.50",
|
|
368453
368453
|
type: "module",
|
|
368454
368454
|
bin: {
|
|
368455
368455
|
pochi: "src/cli.ts"
|
|
@@ -395917,7 +395917,7 @@ async function createStore3() {
|
|
|
395917
395917
|
const { jwt: jwt2 = null } = await getPochiCredentials2() || {};
|
|
395918
395918
|
const storeId = await getStoreId(jwt2);
|
|
395919
395919
|
const adapter4 = makeAdapter({
|
|
395920
|
-
storage: {
|
|
395920
|
+
storage: process.env.POCHI_LIVEKIT_IN_MEMORY ? { type: "in-memory" } : {
|
|
395921
395921
|
type: "fs",
|
|
395922
395922
|
baseDirectory: path24.join(os9.homedir(), ".pochi", "storage")
|
|
395923
395923
|
},
|