@latticexyz/cli 2.0.0-alpha.40 → 2.0.0-alpha.43

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.
@@ -340,6 +340,7 @@ var zModuleConfig = z4.object({
340
340
  var zWorldConfig = z4.object({
341
341
  namespace: zSelector.default(""),
342
342
  worldContractName: z4.string().optional(),
343
+ worldInterfaceName: z4.string().default("IWorld"),
343
344
  overrideSystems: z4.record(zSystemName, zSystemConfig).default({}),
344
345
  excludeSystems: z4.array(zSystemName).default([]),
345
346
  postDeployScript: z4.string().default("PostDeploy"),