@powerhousedao/common 6.0.0-dev.25 → 6.0.0-dev.26

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.
@@ -12,5 +12,5 @@ export declare const DEFAULT_CONNECT_OUTDIR: ".ph/connect-build/dist/";
12
12
  export declare const DEFAULT_RENOWN_URL: "https://www.renown.id";
13
13
  export declare const DEFAULT_SWITCHBOARD_PORT: 4001;
14
14
  export declare const DEFAULT_VETRA_DRIVE_ID: "vetra";
15
- export declare const MINIMUM_NODE_VERSION: "22.0.0";
15
+ export declare const MINIMUM_NODE_VERSION: "24.0.0";
16
16
  //# sourceMappingURL=constants.d.ts.map
@@ -21,5 +21,5 @@ export const DEFAULT_CONNECT_OUTDIR = ".ph/connect-build/dist/";
21
21
  export const DEFAULT_RENOWN_URL = "https://www.renown.id";
22
22
  export const DEFAULT_SWITCHBOARD_PORT = 4001;
23
23
  export const DEFAULT_VETRA_DRIVE_ID = "vetra";
24
- export const MINIMUM_NODE_VERSION = "22.0.0";
24
+ export const MINIMUM_NODE_VERSION = "24.0.0";
25
25
  //# sourceMappingURL=constants.js.map