heroku 9.0.0-alpha.2 → 9.0.0-alpha.3
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/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/oclif.manifest.json
CHANGED
|
@@ -13922,5 +13922,5 @@
|
|
|
13922
13922
|
]
|
|
13923
13923
|
}
|
|
13924
13924
|
},
|
|
13925
|
-
"version": "9.0.0-alpha.
|
|
13925
|
+
"version": "9.0.0-alpha.3"
|
|
13926
13926
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
3
|
"description": "CLI to interact with Heroku",
|
|
4
|
-
"version": "9.0.0-alpha.
|
|
4
|
+
"version": "9.0.0-alpha.3",
|
|
5
5
|
"author": "Jeff Dickey @jdxcode",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"@heroku/eventsource": "^1.0.7",
|
|
17
17
|
"@heroku/heroku-cli-util": "^8.0.13",
|
|
18
18
|
"@oclif/core": "^2.16.0",
|
|
19
|
-
"@oclif/plugin-commands": "2.2.
|
|
19
|
+
"@oclif/plugin-commands": "2.2.28",
|
|
20
20
|
"@oclif/plugin-help": "^5",
|
|
21
21
|
"@oclif/plugin-legacy": "^1.3.0",
|
|
22
22
|
"@oclif/plugin-not-found": "2.3.16",
|
|
23
|
-
"@oclif/plugin-plugins": "
|
|
23
|
+
"@oclif/plugin-plugins": "3.10.1",
|
|
24
24
|
"@oclif/plugin-update": "3.2.4",
|
|
25
25
|
"@oclif/plugin-version": "^1.2.1",
|
|
26
26
|
"@oclif/plugin-warn-if-update-available": "2.0.29",
|
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
"strip-ansi": "^6",
|
|
73
73
|
"term-img": "^4.1.0",
|
|
74
74
|
"true-myth": "2.2.3",
|
|
75
|
+
"tsheredoc": "^1.0.1",
|
|
75
76
|
"tslib": "1.14.1",
|
|
76
77
|
"tunnel-ssh": "4.1.6",
|
|
77
78
|
"urijs": "^1.19.11",
|
|
@@ -131,7 +132,6 @@
|
|
|
131
132
|
"strip-ansi": "6.0.1",
|
|
132
133
|
"tmp": "^0.2.3",
|
|
133
134
|
"ts-node": "^10.9.1",
|
|
134
|
-
"tsheredoc": "^1.0.1",
|
|
135
135
|
"typescript": "4.8.4"
|
|
136
136
|
},
|
|
137
137
|
"engines": {
|
|
@@ -391,5 +391,5 @@
|
|
|
391
391
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
392
392
|
},
|
|
393
393
|
"types": "lib/index.d.ts",
|
|
394
|
-
"gitHead": "
|
|
394
|
+
"gitHead": "80a96b32a9083b3f9282d96f9b621af7080cd16d"
|
|
395
395
|
}
|