@heroku/heroku-cli-util 9.0.1-beta.1 → 9.0.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
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;
2
+ export declare function table<T extends Record<string, unknown>>(data: T[], columns: ux.Table.table.Columns<T>, 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.1",
4
+ "version": "9.0.1",
5
5
  "description": "Set of helpful CLI utilities",
6
6
  "author": "Heroku",
7
7
  "license": "ISC",
@@ -12,14 +12,12 @@
12
12
  ],
13
13
  "devDependencies": {
14
14
  "@heroku-cli/schema": "^2.0.0",
15
- "@types/chai": "^4.3.13",
16
15
  "@types/chai-as-promised": "^8.0.2",
17
16
  "@types/debug": "^4.1.12",
18
17
  "@types/mocha": "^10.0.10",
19
18
  "@types/node": "^22.15.3",
20
19
  "@types/sinon": "^17.0.4",
21
20
  "@types/tunnel-ssh": "4.1.1",
22
- "chai": "^4.4.1",
23
21
  "chai-as-promised": "^8.0.1",
24
22
  "eslint": "^8.57.0",
25
23
  "eslint-config-oclif": "^5.0.0",
@@ -36,10 +34,12 @@
36
34
  "typescript": "^5.4.0"
37
35
  },
38
36
  "dependencies": {
37
+ "@types/chai": "^4.3.13",
39
38
  "@heroku-cli/color": "^2.0.4",
40
39
  "@heroku-cli/command": "^11.5.0",
41
40
  "@heroku/http-call": "^5.4.0",
42
41
  "@oclif/core": "^2.16.0",
42
+ "chai": "^4.4.1",
43
43
  "debug": "^4.4.0",
44
44
  "nock": "^13.2.9",
45
45
  "stdout-stderr": "^0.1.13",