@powerhousedao/shared 6.0.0-dev.241 → 6.0.0-dev.242

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.
@@ -23,10 +23,10 @@ declare const buildEnvSchema: z.ZodObject<{
23
23
  declare const runtimeEnvSchema: z.ZodObject<{
24
24
  PH_CONNECT_VERSION: z.ZodDefault<z.ZodString>;
25
25
  PH_CONNECT_LOG_LEVEL: z.ZodDefault<z.ZodEnum<{
26
- error: "error";
27
26
  debug: "debug";
28
27
  info: "info";
29
28
  warn: "warn";
29
+ error: "error";
30
30
  }>>;
31
31
  PH_CONNECT_REQUIRES_HARD_REFRESH: z.ZodDefault<z.ZodPipe<z.ZodUnion<readonly [z.ZodBoolean, z.ZodEnum<{
32
32
  true: "true";
@@ -168,10 +168,10 @@ declare const connectEnvSchema: z.ZodObject<{
168
168
  PH_SENTRY_PROJECT: z.ZodOptional<z.ZodString>;
169
169
  PH_CONNECT_VERSION: z.ZodDefault<z.ZodString>;
170
170
  PH_CONNECT_LOG_LEVEL: z.ZodDefault<z.ZodEnum<{
171
- error: "error";
172
171
  debug: "debug";
173
172
  info: "info";
174
173
  warn: "warn";
174
+ error: "error";
175
175
  }>>;
176
176
  PH_CONNECT_REQUIRES_HARD_REFRESH: z.ZodDefault<z.ZodPipe<z.ZodUnion<readonly [z.ZodBoolean, z.ZodEnum<{
177
177
  true: "true";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/shared",
3
- "version": "6.0.0-dev.241",
3
+ "version": "6.0.0-dev.242",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "publishConfig": {