@theokit/sdk 4.12.1 → 4.12.2
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/CHANGELOG.md +6 -0
- package/dist/cron.cjs +1 -1
- package/dist/cron.cjs.map +1 -1
- package/dist/cron.js +1 -1
- package/dist/cron.js.map +1 -1
- package/dist/eval.cjs +1 -1
- package/dist/eval.cjs.map +1 -1
- package/dist/eval.js +1 -1
- package/dist/eval.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cron.js
CHANGED
|
@@ -11680,7 +11680,7 @@ var DEFAULT_STORE = {
|
|
|
11680
11680
|
home: homedir(),
|
|
11681
11681
|
dirName: ".theokit",
|
|
11682
11682
|
fileName: "auth.json",
|
|
11683
|
-
homeEnvVar: "
|
|
11683
|
+
homeEnvVar: "THEOKIT_AUTH_HOME"
|
|
11684
11684
|
};
|
|
11685
11685
|
var OPENAI_OAUTH_CONFIG = {
|
|
11686
11686
|
provider: "openai",
|