@heroku/heroku-cli-util 9.0.1-beta.0 → 9.0.1-beta.1

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.
@@ -1,2 +1,2 @@
1
- import { table as cliTable } from '@oclif/core/lib/cli-ux';
2
- export declare function table<T extends Record<string, unknown>>(data: T[], columns: Parameters<typeof cliTable>[1], options?: Parameters<typeof cliTable>[2]): void;
1
+ import { ux } from '@oclif/core';
2
+ export declare function table(data: Record<string, unknown>[], columns: ux.Table.table.Columns<Record<string, unknown>>, options?: ux.Table.table.Options): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "@heroku/heroku-cli-util",
4
- "version": "9.0.1-beta.0",
4
+ "version": "9.0.1-beta.1",
5
5
  "description": "Set of helpful CLI utilities",
6
6
  "author": "Heroku",
7
7
  "license": "ISC",