@keystrokehq/cli 0.1.191 → 0.1.192
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/index.mjs
CHANGED
|
@@ -40,7 +40,7 @@ process.emitWarning = ((warning, ...args) => {
|
|
|
40
40
|
if ((type === "ExperimentalWarning" || /ExperimentalWarning/i.test(type)) && /SQLite/i.test(message)) return;
|
|
41
41
|
return Reflect.apply(originalEmitWarning, process, [warning, ...args]);
|
|
42
42
|
});
|
|
43
|
-
const { runCli } = await import("./program-
|
|
43
|
+
const { runCli } = await import("./program-DrWd7Azf.mjs");
|
|
44
44
|
await runCli(process.argv);
|
|
45
45
|
//#endregion
|
|
46
46
|
export {};
|
|
@@ -1993,7 +1993,7 @@ function setAccessTokenSwitchingStorage(url, token, options) {
|
|
|
1993
1993
|
}
|
|
1994
1994
|
}
|
|
1995
1995
|
//#endregion
|
|
1996
|
-
//#region ../../packages/auth/dist/jwt-
|
|
1996
|
+
//#region ../../packages/auth/dist/jwt-BVspf9vZ.mjs
|
|
1997
1997
|
/** OAuth device-flow client id for `keystroke auth login`. */
|
|
1998
1998
|
const CLI_CLIENT_ID = "keystroke-cli";
|
|
1999
1999
|
async function fetchJwtWithSession(authBaseUrl, sessionCredential) {
|
|
@@ -15085,4 +15085,4 @@ async function runCli(argv) {
|
|
|
15085
15085
|
//#endregion
|
|
15086
15086
|
export { runCli };
|
|
15087
15087
|
|
|
15088
|
-
//# sourceMappingURL=program-
|
|
15088
|
+
//# sourceMappingURL=program-DrWd7Azf.mjs.map
|