everything-dev 1.36.0 → 1.38.0

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.
package/dist/types.d.cts CHANGED
@@ -466,9 +466,9 @@ declare const BosConfigSchema: z.ZodObject<{
466
466
  type BosConfig = z.infer<typeof BosConfigSchema>;
467
467
  declare const RuntimeConfigSchema: z.ZodObject<{
468
468
  env: z.ZodEnum<{
469
- development: "development";
470
469
  production: "production";
471
470
  staging: "staging";
471
+ development: "development";
472
472
  }>;
473
473
  account: z.ZodString;
474
474
  domain: z.ZodOptional<z.ZodString>;
@@ -613,9 +613,9 @@ declare const RuntimeConfigSchema: z.ZodObject<{
613
613
  type RuntimeConfig = z.infer<typeof RuntimeConfigSchema>;
614
614
  declare const ClientRuntimeConfigSchema: z.ZodObject<{
615
615
  env: z.ZodEnum<{
616
- development: "development";
617
616
  production: "production";
618
617
  staging: "staging";
618
+ development: "development";
619
619
  }>;
620
620
  account: z.ZodString;
621
621
  networkId: z.ZodEnum<{
package/dist/types.d.mts CHANGED
@@ -466,9 +466,9 @@ declare const BosConfigSchema: z.ZodObject<{
466
466
  type BosConfig = z.infer<typeof BosConfigSchema>;
467
467
  declare const RuntimeConfigSchema: z.ZodObject<{
468
468
  env: z.ZodEnum<{
469
- development: "development";
470
469
  production: "production";
471
470
  staging: "staging";
471
+ development: "development";
472
472
  }>;
473
473
  account: z.ZodString;
474
474
  domain: z.ZodOptional<z.ZodString>;
@@ -613,9 +613,9 @@ declare const RuntimeConfigSchema: z.ZodObject<{
613
613
  type RuntimeConfig = z.infer<typeof RuntimeConfigSchema>;
614
614
  declare const ClientRuntimeConfigSchema: z.ZodObject<{
615
615
  env: z.ZodEnum<{
616
- development: "development";
617
616
  production: "production";
618
617
  staging: "staging";
618
+ development: "development";
619
619
  }>;
620
620
  account: z.ZodString;
621
621
  networkId: z.ZodEnum<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "everything-dev",
3
- "version": "1.36.0",
3
+ "version": "1.38.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"