@latticexyz/cli 2.0.0-alpha.50 → 2.0.0-alpha.52

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.
@@ -146,7 +146,7 @@ var zFullTableConfig = z3.object({
146
146
  directory: z3.string().default("tables"),
147
147
  fileSelector: zSelector.optional(),
148
148
  tableIdArgument: z3.boolean().default(false),
149
- storeArgument: z3.boolean().default(false),
149
+ storeArgument: z3.boolean().default(true),
150
150
  primaryKeys: zPrimaryKeys,
151
151
  schema: zSchemaConfig,
152
152
  dataStruct: z3.boolean().optional()