blink 1.1.36 → 1.1.37
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/auth-B7pruQew.js +126 -0
- package/dist/cli/{chat-DY4IWEHl.js → chat-Dza83RvU.js} +1 -1
- package/dist/cli/{config-jZRQMoaY.js → config-D_lhQ36A.js} +1 -1
- package/dist/cli/connect-C6BJxbG5.js +1 -0
- package/dist/cli/{connect-CxdtUbca.js → connect-lEKh-OPL.js} +1 -1
- package/dist/cli/{dev-DRc-HUQD.js → dev-oYr5PvLk.js} +4 -4
- package/dist/cli/index.js +3 -3
- package/dist/cli/{init-CO5TBme9.js → init-Cq-SlOHe.js} +1 -1
- package/dist/cli/login-DW6LzfRW.js +1 -0
- package/dist/cli/logout-CSXmq3nW.js +1 -0
- package/dist/cli/{pull-BGcjDkHJ.js → pull-B0kjDWZn.js} +1 -1
- package/dist/cli/{run-SQMvtzUV.js → run-CY74Ar9q.js} +1 -1
- package/dist/cli/setup-github-app-BB-iG8Lx.js +9 -0
- package/dist/cli/{util-DcqmsBrE.js → util-D7HypBza.js} +1 -1
- package/dist/node/react/index.node.cjs +123 -125
- package/dist/node/react/index.node.d.cts +1 -1
- package/dist/node/react/index.node.d.ts +1 -1
- package/dist/node/react/index.node.js +51 -53
- package/package.json +2 -2
- package/dist/cli/auth-B9qq4cSL.js +0 -128
- package/dist/cli/connect-CrE2QpMS.js +0 -1
- package/dist/cli/login-C60LmqjM.js +0 -1
- package/dist/cli/logout-2bj6PyZi.js +0 -1
- package/dist/cli/setup-github-app-DOhdofIm.js +0 -9
|
@@ -522,7 +522,7 @@ interface UseEditAgentOptions {
|
|
|
522
522
|
readonly directory: string;
|
|
523
523
|
readonly apiServerUrl?: string;
|
|
524
524
|
readonly env: Record<string, string>;
|
|
525
|
-
readonly getDevhookUrl: () => string
|
|
525
|
+
readonly getDevhookUrl: () => Promise<string>;
|
|
526
526
|
}
|
|
527
527
|
interface ClientAndLock {
|
|
528
528
|
readonly client: Client;
|
|
@@ -522,7 +522,7 @@ interface UseEditAgentOptions {
|
|
|
522
522
|
readonly directory: string;
|
|
523
523
|
readonly apiServerUrl?: string;
|
|
524
524
|
readonly env: Record<string, string>;
|
|
525
|
-
readonly getDevhookUrl: () => string
|
|
525
|
+
readonly getDevhookUrl: () => Promise<string>;
|
|
526
526
|
}
|
|
527
527
|
interface ClientAndLock {
|
|
528
528
|
readonly client: Client;
|