@bgord/bun 0.18.0 → 0.18.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.
@@ -1,7 +1,7 @@
1
1
  import { cors } from "hono/cors";
2
2
  import { I18nConfigType } from "./i18n.service";
3
3
  import { Logger } from "./logger.service";
4
- export declare const BODY_LIMIT_MAX_SIZE: number & import("better-auth/*").$brand<"SizeValue">;
4
+ export declare const BODY_LIMIT_MAX_SIZE: number & import("zod/v4").$brand<"SizeValue">;
5
5
  type CorsOptions = Parameters<typeof cors>[0];
6
6
  type SetupOverridesType = {
7
7
  cors?: CorsOptions;
@@ -1 +1 @@
1
- {"version":3,"file":"setup.service.d.ts","sourceRoot":"","sources":["../src/setup.service.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAYjC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAI1C,eAAO,MAAM,mBAAmB,sDAGpB,CAAC;AAGb,KAAK,WAAW,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AAE9C,KAAK,kBAAkB,GAAG;IAAE,IAAI,CAAC,EAAE,WAAW,CAAA;CAAE,CAAC;AAEjD,qBAAa,KAAK;IAChB,MAAM,CAAC,UAAU,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,cAAc,EAAE,SAAS,CAAC,EAAE,kBAAkB;;;CAwBvF"}
1
+ {"version":3,"file":"setup.service.d.ts","sourceRoot":"","sources":["../src/setup.service.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAYjC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAI1C,eAAO,MAAM,mBAAmB,+CAGpB,CAAC;AAGb,KAAK,WAAW,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AAE9C,KAAK,kBAAkB,GAAG;IAAE,IAAI,CAAC,EAAE,WAAW,CAAA;CAAE,CAAC;AAEjD,qBAAa,KAAK;IAChB,MAAM,CAAC,UAAU,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,cAAc,EAAE,SAAS,CAAC,EAAE,kBAAkB;;;CAwBvF"}
@@ -3,7 +3,7 @@ export declare class Translations {
3
3
  translations: {
4
4
  [x: string]: string;
5
5
  };
6
- language: string & import("better-auth/*").$brand<"Language">;
6
+ language: string & import("zod/v4").$brand<"Language">;
7
7
  }, import("hono/utils/http-status").ContentfulStatusCode, "json">>>];
8
8
  }
9
9
  //# sourceMappingURL=translations.service.d.ts.map