everything-dev 1.35.3 → 1.35.4

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,15 +466,15 @@ 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
- production: "production";
470
469
  development: "development";
470
+ production: "production";
471
471
  staging: "staging";
472
472
  }>;
473
473
  account: z.ZodString;
474
474
  domain: z.ZodOptional<z.ZodString>;
475
475
  networkId: z.ZodEnum<{
476
- testnet: "testnet";
477
476
  mainnet: "mainnet";
477
+ testnet: "testnet";
478
478
  }>;
479
479
  title: z.ZodOptional<z.ZodString>;
480
480
  description: z.ZodOptional<z.ZodString>;
@@ -613,14 +613,14 @@ 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
- production: "production";
617
616
  development: "development";
617
+ production: "production";
618
618
  staging: "staging";
619
619
  }>;
620
620
  account: z.ZodString;
621
621
  networkId: z.ZodEnum<{
622
- testnet: "testnet";
623
622
  mainnet: "mainnet";
623
+ testnet: "testnet";
624
624
  }>;
625
625
  hostUrl: z.ZodOptional<z.ZodString>;
626
626
  assetsUrl: z.ZodString;
package/dist/types.d.mts CHANGED
@@ -466,15 +466,15 @@ 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
- production: "production";
470
469
  development: "development";
470
+ production: "production";
471
471
  staging: "staging";
472
472
  }>;
473
473
  account: z.ZodString;
474
474
  domain: z.ZodOptional<z.ZodString>;
475
475
  networkId: z.ZodEnum<{
476
- testnet: "testnet";
477
476
  mainnet: "mainnet";
477
+ testnet: "testnet";
478
478
  }>;
479
479
  title: z.ZodOptional<z.ZodString>;
480
480
  description: z.ZodOptional<z.ZodString>;
@@ -613,14 +613,14 @@ 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
- production: "production";
617
616
  development: "development";
617
+ production: "production";
618
618
  staging: "staging";
619
619
  }>;
620
620
  account: z.ZodString;
621
621
  networkId: z.ZodEnum<{
622
- testnet: "testnet";
623
622
  mainnet: "mainnet";
623
+ testnet: "testnet";
624
624
  }>;
625
625
  hostUrl: z.ZodOptional<z.ZodString>;
626
626
  assetsUrl: z.ZodString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "everything-dev",
3
- "version": "1.35.3",
3
+ "version": "1.35.4",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"