heroku 7.59.4 → 7.60.0
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 +11 -0
- package/oclif.manifest.json +1 -1
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.60.0](https://github.com/heroku/cli/compare/v7.59.1...v7.60.0) (2022-03-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* upgrade to node 14.19.0 ([#1953](https://github.com/heroku/cli/issues/1953)) ([f54bb24](https://github.com/heroku/cli/commit/f54bb24e343d20cf02fd72747be21e737680e81c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [7.59.4](https://github.com/heroku/cli/compare/v7.59.3...v7.59.4) (2022-03-08)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package heroku
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"7.
|
|
1
|
+
{"version":"7.60.0","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.
|
|
4
|
+
"version": "7.60.0",
|
|
5
5
|
"author": "Jeff Dickey @jdxcode",
|
|
6
6
|
"bin": {
|
|
7
7
|
"heroku": "./bin/run"
|
|
@@ -11,30 +11,30 @@
|
|
|
11
11
|
"@heroku-cli/color": "1.1.14",
|
|
12
12
|
"@heroku-cli/command": "^8.4.1",
|
|
13
13
|
"@heroku-cli/plugin-addons-v5": "^7.54.0",
|
|
14
|
-
"@heroku-cli/plugin-apps": "^7.
|
|
15
|
-
"@heroku-cli/plugin-apps-v5": "^7.
|
|
16
|
-
"@heroku-cli/plugin-auth": "^7.
|
|
17
|
-
"@heroku-cli/plugin-autocomplete": "^7.
|
|
18
|
-
"@heroku-cli/plugin-buildpacks": "^7.
|
|
19
|
-
"@heroku-cli/plugin-certs": "^7.
|
|
20
|
-
"@heroku-cli/plugin-certs-v5": "^7.
|
|
21
|
-
"@heroku-cli/plugin-ci": "^7.
|
|
22
|
-
"@heroku-cli/plugin-ci-v5": "^7.
|
|
23
|
-
"@heroku-cli/plugin-config": "^7.
|
|
24
|
-
"@heroku-cli/plugin-container-registry-v5": "^7.
|
|
25
|
-
"@heroku-cli/plugin-git": "^7.
|
|
26
|
-
"@heroku-cli/plugin-local": "^7.
|
|
14
|
+
"@heroku-cli/plugin-apps": "^7.60.0",
|
|
15
|
+
"@heroku-cli/plugin-apps-v5": "^7.60.0",
|
|
16
|
+
"@heroku-cli/plugin-auth": "^7.60.0",
|
|
17
|
+
"@heroku-cli/plugin-autocomplete": "^7.60.0",
|
|
18
|
+
"@heroku-cli/plugin-buildpacks": "^7.60.0",
|
|
19
|
+
"@heroku-cli/plugin-certs": "^7.60.0",
|
|
20
|
+
"@heroku-cli/plugin-certs-v5": "^7.60.0",
|
|
21
|
+
"@heroku-cli/plugin-ci": "^7.60.0",
|
|
22
|
+
"@heroku-cli/plugin-ci-v5": "^7.60.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.60.0",
|
|
26
|
+
"@heroku-cli/plugin-local": "^7.60.0",
|
|
27
27
|
"@heroku-cli/plugin-oauth-v5": "^7.54.0",
|
|
28
28
|
"@heroku-cli/plugin-orgs-v5": "^7.54.0",
|
|
29
|
-
"@heroku-cli/plugin-pg-v5": "^7.
|
|
29
|
+
"@heroku-cli/plugin-pg-v5": "^7.60.0",
|
|
30
30
|
"@heroku-cli/plugin-pipelines": "^7.54.0",
|
|
31
|
-
"@heroku-cli/plugin-ps": "^7.
|
|
31
|
+
"@heroku-cli/plugin-ps": "^7.60.0",
|
|
32
32
|
"@heroku-cli/plugin-ps-exec": "2.3.8",
|
|
33
33
|
"@heroku-cli/plugin-redis-v5": "^7.59.1",
|
|
34
|
-
"@heroku-cli/plugin-run": "^7.
|
|
34
|
+
"@heroku-cli/plugin-run": "^7.60.0",
|
|
35
35
|
"@heroku-cli/plugin-spaces": "^7.54.0",
|
|
36
|
-
"@heroku-cli/plugin-status": "^7.
|
|
37
|
-
"@heroku-cli/plugin-webhooks": "^7.
|
|
36
|
+
"@heroku-cli/plugin-status": "^7.60.0",
|
|
37
|
+
"@heroku-cli/plugin-webhooks": "^7.60.0",
|
|
38
38
|
"@oclif/command": "1.5.18",
|
|
39
39
|
"@oclif/config": "1.13.2",
|
|
40
40
|
"@oclif/errors": "1.2.2",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"typescript": "3.7.5"
|
|
88
88
|
},
|
|
89
89
|
"engines": {
|
|
90
|
-
"node": ">=
|
|
90
|
+
"node": ">=10.0.0"
|
|
91
91
|
},
|
|
92
92
|
"files": [
|
|
93
93
|
"/oclif.manifest.json",
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
},
|
|
241
241
|
"update": {
|
|
242
242
|
"node": {
|
|
243
|
-
"version": "
|
|
243
|
+
"version": "14.19.0"
|
|
244
244
|
},
|
|
245
245
|
"s3": {
|
|
246
246
|
"xz": true,
|
|
@@ -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": "
|
|
287
|
+
"gitHead": "a6cb145ea2a262c30c8d9bf19f1f41ba7534c2ce"
|
|
288
288
|
}
|