@actions/github v3 using Octokit/core (#453)

* Rebuild to use @Octokit/Core
This commit is contained in:
Thomas Boop
2020-06-02 21:39:46 -04:00
committed by GitHub
parent 9ba7c679ad
commit 4a89cf72de
8 changed files with 311 additions and 319 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/github",
"version": "2.2.0",
"version": "3.0.0",
"description": "Actions github lib",
"keywords": [
"github",
@@ -38,8 +38,9 @@
},
"dependencies": {
"@actions/http-client": "^1.0.3",
"@octokit/graphql": "^4.3.1",
"@octokit/rest": "^16.43.1"
"@octokit/core": "^2.5.1",
"@octokit/plugin-paginate-rest": "^2.2.0",
"@octokit/plugin-rest-endpoint-methods": "^3.10.0"
},
"devDependencies": {
"jest": "^25.1.0",