@bgord/bun 1.8.21 → 1.8.23

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 type { z } from "zod/v4";
2
- import type { NodeEnvironmentEnum } from "../src/node-env.vo";
2
+ import type { NodeEnvironmentType } from "../src/node-env.vo";
3
3
  export type EnvironmentResultType<Schema> = z.infer<Schema> & {
4
- type: NodeEnvironmentEnum;
4
+ type: NodeEnvironmentType;
5
5
  };
6
6
  export interface EnvironmentLoaderPort<Schema extends z.ZodObject<any>> {
7
7
  load(): Promise<Readonly<EnvironmentResultType<Schema>>>;
@@ -9,4 +9,5 @@ export declare const NodeEnvironmentError: {
9
9
  readonly Invalid: "node.environment.invalid";
10
10
  };
11
11
  export declare const NodeEnvironment: z.ZodEnum<typeof NodeEnvironmentEnum>;
12
+ export type NodeEnvironmentType = z.infer<typeof NodeEnvironment>;
12
13
  //# sourceMappingURL=node-env.vo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"node-env.vo.d.ts","sourceRoot":"","sources":["../src/node-env.vo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAE3B,oBAAY,mBAAmB;IAC7B,KAAK,UAAU;IACf,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,UAAU,eAAe;CAC1B;AAED,eAAO,MAAM,oBAAoB;;CAAmD,CAAC;AAErF,eAAO,MAAM,eAAe,uCAA4D,CAAC"}
1
+ {"version":3,"file":"node-env.vo.d.ts","sourceRoot":"","sources":["../src/node-env.vo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAE3B,oBAAY,mBAAmB;IAC7B,KAAK,UAAU;IACf,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,UAAU,eAAe;CAC1B;AAED,eAAO,MAAM,oBAAoB;;CAAmD,CAAC;AAErF,eAAO,MAAM,eAAe,uCAA4D,CAAC;AAEzF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}