Comparing version 2.0.7 to 2.0.8
@@ -13,3 +13,3 @@ 'use strict'; | ||
const VERSION = "2.0.7"; | ||
const VERSION = "2.0.8"; | ||
@@ -16,0 +16,0 @@ const Octokit = core.Octokit.plugin(pluginRestEndpointMethods.restEndpointMethods, pluginPaginateRest.paginateRest, pluginRetry.retry, pluginThrottling.throttling).defaults({ |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "2.0.7"; | ||
export const VERSION = "2.0.8"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.0.7"; | ||
export declare const VERSION = "2.0.8"; |
@@ -10,3 +10,3 @@ import { Octokit as Octokit$1 } from '@octokit/core'; | ||
const VERSION = "2.0.7"; | ||
const VERSION = "2.0.8"; | ||
@@ -13,0 +13,0 @@ const Octokit = Octokit$1.plugin(restEndpointMethods, paginateRest, retry, throttling).defaults({ |
{ | ||
"name": "octokit", | ||
"description": "The all-batteries-included GitHub SDK for Browsers, Node.js, and Deno", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"license": "MIT", | ||
@@ -31,3 +31,3 @@ "files": [ | ||
"@octokit/plugin-throttling": "^4.0.1", | ||
"@octokit/types": "^7.0.0" | ||
"@octokit/types": "^8.0.0" | ||
}, | ||
@@ -40,7 +40,7 @@ "devDependencies": { | ||
"@pika/plugin-ts-standard-pkg": "^0.9.2", | ||
"@types/jest": "^28.1.1", | ||
"@types/jest": "^29.0.0", | ||
"@types/node": "^17.0.44", | ||
"@types/node-fetch": "^2.5.10", | ||
"fetch-mock": "^9.11.0", | ||
"jest": "^28.1.1", | ||
"jest": "^29.0.0", | ||
"mockdate": "^3.0.5", | ||
@@ -51,3 +51,3 @@ "node-fetch": "^2.6.7", | ||
"semantic-release-plugin-update-version-in-files": "^1.1.0", | ||
"ts-jest": "^28.0.5", | ||
"ts-jest": "^29.0.0", | ||
"typescript": "^4.2.3" | ||
@@ -54,0 +54,0 @@ }, |
@@ -501,3 +501,3 @@ # octokit.js | ||
```js | ||
const { data } = octokit.rest.repos.getContent({ | ||
const { data } = await octokit.rest.repos.getContent({ | ||
mediaType: { | ||
@@ -516,3 +516,3 @@ format: "raw", | ||
```js | ||
const { data } = octokit.rest.repos.getContent({ | ||
const { data } = await octokit.rest.repos.getContent({ | ||
mediaType: { | ||
@@ -588,2 +588,5 @@ previews: ["mercy"], | ||
color: "cc0000", | ||
mediaType: { | ||
previews: ["bane"], | ||
}, | ||
} | ||
@@ -796,3 +799,3 @@ ); | ||
const expressApp = express(); | ||
const octokitApp = new OAuthApp({ | ||
const octokitApp = new App({ | ||
appId, | ||
@@ -799,0 +802,0 @@ privateKey, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53389
865
Updated@octokit/types@^8.0.0