@malloydata/render 0.0.336 → 0.0.338

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.
@@ -47,8 +47,6 @@ export type PivotConfig = {
47
47
  };
48
48
  /** Maximum number of pivot columns allowed */
49
49
  export declare const PIVOT_COLUMN_LIMIT = 30;
50
- /** Maximum number of transpose columns allowed */
51
- export declare const TRANSPOSE_COLUMN_LIMIT = 20;
52
50
  /**
53
51
  * Creates a unique key for a pivot dimension combination.
54
52
  */