blink 1.1.40 → 1.1.42
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/browser/control/index.d.cts +16 -16
- package/dist/browser/control/index.d.ts +16 -16
- package/dist/cli/{config-2GO8ol_o.js → config-D1P5HdxH.js} +1 -1
- package/dist/cli/{dev-B4Xmjy-k.js → dev-DrTDidbS.js} +4 -4
- package/dist/cli/index.js +2 -2
- package/dist/cli/{init-DlL0Hqpe.js → init-824e7tpF.js} +1 -1
- package/dist/cli/{init-templates-Br3bKUNT.js → init-templates-Daj0GxEe.js} +9 -9
- package/dist/cli/{pull-Cz1_1InT.js → pull-Cl1ImSgA.js} +1 -1
- package/dist/cli/setup-github-app-EqmfZTHf.js +9 -0
- package/dist/node/agent/index.node.cjs +1 -1
- package/dist/node/agent/index.node.js +1 -1
- package/dist/node/{index.node-B1vVJ49J.js → index.node--S8bRadX.js} +1 -1
- package/dist/node/{index.node-DL1tnrix.cjs → index.node-BC3MdmB8.cjs} +1 -1
- package/dist/node/react/index.node.cjs +10 -10
- package/dist/node/react/index.node.js +10 -10
- package/package.json +1 -1
- package/dist/cli/setup-github-app-Cvt5RYA-.js +0 -9
|
@@ -65,9 +65,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
65
65
|
key: string;
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
|
-
output:
|
|
69
|
-
|
|
70
|
-
|
|
68
|
+
output: {
|
|
69
|
+
error: string;
|
|
70
|
+
};
|
|
71
|
+
outputFormat: "json";
|
|
72
|
+
status: 400;
|
|
71
73
|
} | {
|
|
72
74
|
input: {
|
|
73
75
|
json: {
|
|
@@ -78,11 +80,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
78
80
|
key: string;
|
|
79
81
|
};
|
|
80
82
|
};
|
|
81
|
-
output:
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
outputFormat: "json";
|
|
85
|
-
status: 400;
|
|
83
|
+
output: null;
|
|
84
|
+
outputFormat: "body";
|
|
85
|
+
status: 204;
|
|
86
86
|
};
|
|
87
87
|
};
|
|
88
88
|
} & {
|
|
@@ -348,9 +348,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
348
348
|
id: string;
|
|
349
349
|
};
|
|
350
350
|
};
|
|
351
|
-
output:
|
|
352
|
-
|
|
353
|
-
|
|
351
|
+
output: {
|
|
352
|
+
error: string;
|
|
353
|
+
};
|
|
354
|
+
outputFormat: "json";
|
|
355
|
+
status: 400;
|
|
354
356
|
} | {
|
|
355
357
|
input: {
|
|
356
358
|
json: {
|
|
@@ -363,11 +365,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
363
365
|
id: string;
|
|
364
366
|
};
|
|
365
367
|
};
|
|
366
|
-
output:
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
outputFormat: "json";
|
|
370
|
-
status: 400;
|
|
368
|
+
output: null;
|
|
369
|
+
outputFormat: "body";
|
|
370
|
+
status: 204;
|
|
371
371
|
};
|
|
372
372
|
};
|
|
373
373
|
} & {
|
|
@@ -65,9 +65,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
65
65
|
key: string;
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
|
-
output:
|
|
69
|
-
|
|
70
|
-
|
|
68
|
+
output: {
|
|
69
|
+
error: string;
|
|
70
|
+
};
|
|
71
|
+
outputFormat: "json";
|
|
72
|
+
status: 400;
|
|
71
73
|
} | {
|
|
72
74
|
input: {
|
|
73
75
|
json: {
|
|
@@ -78,11 +80,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
78
80
|
key: string;
|
|
79
81
|
};
|
|
80
82
|
};
|
|
81
|
-
output:
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
outputFormat: "json";
|
|
85
|
-
status: 400;
|
|
83
|
+
output: null;
|
|
84
|
+
outputFormat: "body";
|
|
85
|
+
status: 204;
|
|
86
86
|
};
|
|
87
87
|
};
|
|
88
88
|
} & {
|
|
@@ -348,9 +348,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
348
348
|
id: string;
|
|
349
349
|
};
|
|
350
350
|
};
|
|
351
|
-
output:
|
|
352
|
-
|
|
353
|
-
|
|
351
|
+
output: {
|
|
352
|
+
error: string;
|
|
353
|
+
};
|
|
354
|
+
outputFormat: "json";
|
|
355
|
+
status: 400;
|
|
354
356
|
} | {
|
|
355
357
|
input: {
|
|
356
358
|
json: {
|
|
@@ -363,11 +365,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
363
365
|
id: string;
|
|
364
366
|
};
|
|
365
367
|
};
|
|
366
|
-
output:
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
outputFormat: "json";
|
|
370
|
-
status: 400;
|
|
368
|
+
output: null;
|
|
369
|
+
outputFormat: "body";
|
|
370
|
+
status: 204;
|
|
371
371
|
};
|
|
372
372
|
};
|
|
373
373
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{dirname as e,join as t}from"node:path";import{mkdir as n,writeFile as r}from"node:fs/promises";var i=`1.1.
|
|
1
|
+
import{dirname as e,join as t}from"node:path";import{mkdir as n,writeFile as r}from"node:fs/promises";var i=`1.1.42`;async function a(i,a){let o=t(i,`.blink`,`config.json`);await n(e(o),{recursive:!0}),await r(o,JSON.stringify({_:`This file can be source controlled. It contains no secrets.`,...a},null,2),`utf-8`)}export{i as version,a as writeBlinkConfig};
|