heroku 10.16.0-beta.0 → 10.16.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/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/oclif.manifest.json
CHANGED
|
@@ -15015,5 +15015,5 @@
|
|
|
15015
15015
|
]
|
|
15016
15016
|
}
|
|
15017
15017
|
},
|
|
15018
|
-
"version": "10.16.0
|
|
15018
|
+
"version": "10.16.0"
|
|
15019
15019
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
3
|
"description": "CLI to interact with Heroku",
|
|
4
|
-
"version": "10.16.0
|
|
4
|
+
"version": "10.16.0",
|
|
5
5
|
"author": "Heroku",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
},
|
|
344
344
|
"update": {
|
|
345
345
|
"node": {
|
|
346
|
-
"version": "20.19.
|
|
346
|
+
"version": "20.19.6"
|
|
347
347
|
},
|
|
348
348
|
"s3": {
|
|
349
349
|
"xz": true,
|
|
@@ -399,5 +399,5 @@
|
|
|
399
399
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
400
400
|
},
|
|
401
401
|
"types": "lib/index.d.ts",
|
|
402
|
-
"gitHead": "
|
|
402
|
+
"gitHead": "3f0b8a2bc17282ce3a0d3766cc25ae570a7027a8"
|
|
403
403
|
}
|