heroku 7.66.2 → 7.66.4

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [7.66.4](https://github.com/heroku/cli/compare/v7.66.3...v7.66.4) (2022-11-16)
7
+
8
+ **Note:** Version bump only for package heroku
9
+
10
+
11
+
12
+
13
+
14
+ ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * debian builds to run in ci round 2 ([#2132](https://github.com/heroku/cli/issues/2132)) ([bd32cdc](https://github.com/heroku/cli/commit/bd32cdcee3a7a214b6aea6f309aae1a8ac2ae65e))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [7.66.2](https://github.com/heroku/cli/compare/v7.66.0...v7.66.2) (2022-11-10)
7
26
 
8
27
  **Note:** Version bump only for package heroku
@@ -1 +1 @@
1
- {"version":"7.66.2","commands":{}}
1
+ {"version":"7.66.4","commands":{}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "7.66.2",
4
+ "version": "7.66.4",
5
5
  "author": "Jeff Dickey @jdxcode",
6
6
  "bin": {
7
7
  "heroku": "./bin/run"
@@ -10,31 +10,31 @@
10
10
  "dependencies": {
11
11
  "@heroku-cli/color": "1.1.14",
12
12
  "@heroku-cli/command": "^8.4.1",
13
- "@heroku-cli/plugin-addons-v5": "^7.62.0",
14
- "@heroku-cli/plugin-apps": "^7.62.0",
15
- "@heroku-cli/plugin-apps-v5": "^7.66.2",
16
- "@heroku-cli/plugin-auth": "^7.60.0",
17
- "@heroku-cli/plugin-autocomplete": "^7.60.0",
18
- "@heroku-cli/plugin-buildpacks": "^7.62.0",
19
- "@heroku-cli/plugin-certs": "^7.60.0",
20
- "@heroku-cli/plugin-certs-v5": "^7.64.0",
21
- "@heroku-cli/plugin-ci": "^7.62.0",
22
- "@heroku-cli/plugin-ci-v5": "^7.62.0",
23
- "@heroku-cli/plugin-config": "^7.60.0",
24
- "@heroku-cli/plugin-container-registry-v5": "^7.60.0",
25
- "@heroku-cli/plugin-git": "^7.62.0",
26
- "@heroku-cli/plugin-local": "^7.60.0",
27
- "@heroku-cli/plugin-oauth-v5": "^7.54.0",
28
- "@heroku-cli/plugin-orgs-v5": "^7.54.0",
29
- "@heroku-cli/plugin-pg-v5": "^7.66.2",
30
- "@heroku-cli/plugin-pipelines": "^7.62.0",
31
- "@heroku-cli/plugin-ps": "^7.60.0",
13
+ "@heroku-cli/plugin-addons-v5": "^7.66.3",
14
+ "@heroku-cli/plugin-apps": "^7.66.3",
15
+ "@heroku-cli/plugin-apps-v5": "^7.66.3",
16
+ "@heroku-cli/plugin-auth": "^7.66.3",
17
+ "@heroku-cli/plugin-autocomplete": "^7.66.3",
18
+ "@heroku-cli/plugin-buildpacks": "^7.66.3",
19
+ "@heroku-cli/plugin-certs": "^7.66.3",
20
+ "@heroku-cli/plugin-certs-v5": "^7.66.3",
21
+ "@heroku-cli/plugin-ci": "^7.66.3",
22
+ "@heroku-cli/plugin-ci-v5": "^7.66.3",
23
+ "@heroku-cli/plugin-config": "^7.66.3",
24
+ "@heroku-cli/plugin-container-registry-v5": "^7.66.3",
25
+ "@heroku-cli/plugin-git": "^7.66.3",
26
+ "@heroku-cli/plugin-local": "^7.66.3",
27
+ "@heroku-cli/plugin-oauth-v5": "^7.66.3",
28
+ "@heroku-cli/plugin-orgs-v5": "^7.66.3",
29
+ "@heroku-cli/plugin-pg-v5": "^7.66.3",
30
+ "@heroku-cli/plugin-pipelines": "^7.66.3",
31
+ "@heroku-cli/plugin-ps": "^7.66.3",
32
32
  "@heroku-cli/plugin-ps-exec": "^2.4.0",
33
- "@heroku-cli/plugin-redis-v5": "^7.62.0",
34
- "@heroku-cli/plugin-run": "^7.60.0",
35
- "@heroku-cli/plugin-spaces": "^7.54.0",
36
- "@heroku-cli/plugin-status": "^7.60.0",
37
- "@heroku-cli/plugin-webhooks": "^7.60.0",
33
+ "@heroku-cli/plugin-redis-v5": "^7.66.3",
34
+ "@heroku-cli/plugin-run": "^7.66.3",
35
+ "@heroku-cli/plugin-spaces": "^7.66.3",
36
+ "@heroku-cli/plugin-status": "^7.66.3",
37
+ "@heroku-cli/plugin-webhooks": "^7.66.3",
38
38
  "@oclif/command": "1.8.16",
39
39
  "@oclif/config": "1.13.2",
40
40
  "@oclif/errors": "1.2.2",
@@ -57,7 +57,7 @@
57
57
  "uuid": "3.3.2"
58
58
  },
59
59
  "devDependencies": {
60
- "@oclif/dev-cli": "^1.23",
60
+ "@heroku-cli/dev-cli": "^1.26.13",
61
61
  "@oclif/test": "^1.2.4",
62
62
  "@types/ansi-styles": "^3.2.1",
63
63
  "@types/chai": "^4.1.7",
@@ -284,5 +284,5 @@
284
284
  "version": "oclif-dev readme --multi && git add README.md ../../docs"
285
285
  },
286
286
  "types": "lib/index.d.ts",
287
- "gitHead": "2a200f5385b5b3c8cff6a705484e009314d52470"
287
+ "gitHead": "05043cbf13de261a17fe94ac61021f1fabaa3fff"
288
288
  }