episoda 0.2.64 → 0.2.66
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.
|
@@ -2594,6 +2594,7 @@ var require_auth = __commonJS({
|
|
|
2594
2594
|
if (process.env.EPISODA_ACCESS_TOKEN) {
|
|
2595
2595
|
return {
|
|
2596
2596
|
access_token: process.env.EPISODA_ACCESS_TOKEN,
|
|
2597
|
+
refresh_token: process.env.EPISODA_REFRESH_TOKEN,
|
|
2597
2598
|
api_url: process.env.EPISODA_API_URL || "https://episoda.dev",
|
|
2598
2599
|
project_id: process.env.EPISODA_PROJECT_ID || "",
|
|
2599
2600
|
user_id: process.env.EPISODA_USER_ID || "",
|
|
@@ -2726,7 +2727,7 @@ var require_package = __commonJS({
|
|
|
2726
2727
|
"package.json"(exports2, module2) {
|
|
2727
2728
|
module2.exports = {
|
|
2728
2729
|
name: "episoda",
|
|
2729
|
-
version: "0.2.
|
|
2730
|
+
version: "0.2.66",
|
|
2730
2731
|
description: "CLI tool for Episoda local development workflow orchestration",
|
|
2731
2732
|
main: "dist/index.js",
|
|
2732
2733
|
types: "dist/index.d.ts",
|