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.
@@ -65,9 +65,11 @@ declare const api: hono_hono_base0.HonoBase<{
65
65
  key: string;
66
66
  };
67
67
  };
68
- output: null;
69
- outputFormat: "body";
70
- status: 204;
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
- error: string;
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: null;
352
- outputFormat: "body";
353
- status: 204;
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
- error: string;
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: null;
69
- outputFormat: "body";
70
- status: 204;
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
- error: string;
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: null;
352
- outputFormat: "body";
353
- status: 204;
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
- error: string;
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.40`;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};
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};