@powerhousedao/shared 6.0.0-dev.106 → 6.0.0-dev.108

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.
@@ -301,7 +301,7 @@ declare const runtimeEnvSchema: z.ZodObject<{
301
301
  PH_CONNECT_RENOWN_CHAIN_ID: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString]>, number, string | number>>;
302
302
  }, "strip", z.ZodTypeAny, {
303
303
  PH_CONNECT_VERSION: string;
304
- PH_CONNECT_LOG_LEVEL: "debug" | "info" | "warn" | "error";
304
+ PH_CONNECT_LOG_LEVEL: "error" | "debug" | "info" | "warn";
305
305
  PH_CONNECT_REQUIRES_HARD_REFRESH: boolean;
306
306
  PH_CONNECT_WARN_OUTDATED_APP: boolean;
307
307
  PH_CONNECT_STUDIO_MODE: boolean;
@@ -349,7 +349,7 @@ declare const runtimeEnvSchema: z.ZodObject<{
349
349
  PH_CONNECT_SENTRY_DSN?: string | undefined;
350
350
  }, {
351
351
  PH_CONNECT_VERSION?: string | undefined;
352
- PH_CONNECT_LOG_LEVEL?: "debug" | "info" | "warn" | "error" | undefined;
352
+ PH_CONNECT_LOG_LEVEL?: "error" | "debug" | "info" | "warn" | undefined;
353
353
  PH_CONNECT_REQUIRES_HARD_REFRESH?: boolean | "true" | "false" | undefined;
354
354
  PH_CONNECT_WARN_OUTDATED_APP?: boolean | "true" | "false" | undefined;
355
355
  PH_CONNECT_STUDIO_MODE?: boolean | "true" | "false" | undefined;
@@ -674,7 +674,7 @@ declare const connectEnvSchema: z.ZodObject<{
674
674
  PH_CONNECT_RENOWN_CHAIN_ID: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString]>, number, string | number>>;
675
675
  }, "strip", z.ZodTypeAny, {
676
676
  PH_CONNECT_VERSION: string;
677
- PH_CONNECT_LOG_LEVEL: "debug" | "info" | "warn" | "error";
677
+ PH_CONNECT_LOG_LEVEL: "error" | "debug" | "info" | "warn";
678
678
  PH_CONNECT_REQUIRES_HARD_REFRESH: boolean;
679
679
  PH_CONNECT_WARN_OUTDATED_APP: boolean;
680
680
  PH_CONNECT_STUDIO_MODE: boolean;
@@ -730,7 +730,7 @@ declare const connectEnvSchema: z.ZodObject<{
730
730
  PH_SENTRY_PROJECT?: string | undefined;
731
731
  }, {
732
732
  PH_CONNECT_VERSION?: string | undefined;
733
- PH_CONNECT_LOG_LEVEL?: "debug" | "info" | "warn" | "error" | undefined;
733
+ PH_CONNECT_LOG_LEVEL?: "error" | "debug" | "info" | "warn" | undefined;
734
734
  PH_CONNECT_REQUIRES_HARD_REFRESH?: boolean | "true" | "false" | undefined;
735
735
  PH_CONNECT_WARN_OUTDATED_APP?: boolean | "true" | "false" | undefined;
736
736
  PH_CONNECT_STUDIO_MODE?: boolean | "true" | "false" | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/shared",
3
- "version": "6.0.0-dev.106",
3
+ "version": "6.0.0-dev.108",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"